Docs  /  Features from this development chat — documentation index

Features from this development chat — documentation index

This page is the table of contents for features designed and/or implemented in the conversation that produced Discovery→WordPress, IIS/PHP integration, TF32 GEMM, PHP graphs, Lua brainstorm glue, and the project changelog.

# Feature Status Primary doc
1 Discovery journal → WordPress Implemented DiscoveryWordPress.md
2 IIS + PHP website integration MVP + design IisPhpIntegration.md
3 Matrix multiply + TF32 Implemented (cuBLAS) TF32MatrixMultiply.md · Cutlass.md
4 PHP graphs of _AugmentedIntelligence MVP + catalog PhpGraphs.md · ProgramStatePortal.md
5 Lua integration of brainstorm stack Implemented LuaBrainstormAPI.md · BrainstormIntegrations.md
6 Project changelog Written ../CHANGELOG.md
7 Simple systems ↔ MathNN Implemented SimpleMathNNBridge.md
8 CAD/DCC RL (Creo/SW/Blender/C4D) Implemented CadDccRL.md
9 Program evolution tracking Living doc ProgramEvolution.md
10 Unified Brainstorm Stack Implemented BrainstormStack.md
11 Ethics “Be Good” + LegalShield Implemented EthicsGood.md · LegalShield.md
12 Thought / decision trees Implemented ThoughtDecisionTrees.md
13 MathNN fields + multi-D PDE Implemented MathNNFields.md · MathDE.md
14 NPU runtime + KernelHub Implemented (CPU fallback) BrainstormStack.md · TF32MatrixMultiply.md
15 Typing dry-run + Windows location Implemented Typing.md · WindowsLocation.md
16 SimpleText heuristics / verbs Implemented SimpleTextHeuristics.md
17 Game mod bridges (Skyrim/Fallout/Civ) Implemented (UDP) GameModBridges.md
18 Semantic multi-*2vec on MySQL → full AI Trained + brainstormed SemanticEmbeddingsAIBrainstorm.md · SemanticVectors.md
19 Grok (xAI) integration Brainstormed (settings exist) GrokIntegrationBrainstorm.md
20 Github REST API + SkillLibrary seed Implemented GithubRestAPI.md
21 External APIs hub (brainstorm providers) Implemented ExternalApis.md · ApiIntegrationsBrainstorm.md
22 VBulletin forum bridge (MyBB future replacement) Implemented (MyBB still default) VBulletin.md
23 Minecraft Fabric client → _AI bridge Implemented MinecraftClientBridge.md
24 Gaming RL ethics gate (trained NN + TF/TRT/CUDA export) Implemented GamingEthicsGate.md
25 Auto-update: ask-before + runtime check Brainstormed AutoUpdateBrainstorm.md
26 Batch menu: MySQL profiles + Agents Implemented ProfilesAgentsMenu.md · AI_Profiles_Agents_Menu.bat
27 Windows boot + Safe Mode (Application DLLs) Implemented WindowsBootSafeMode.md · tools/boot/
28 Matrix/RealityConstruct lore for MC + multi-game Brainstormed MatrixRealityLoreBrainstorm.md
29 Film archetype (Star Wars / Anakin → Gaming RL) Implemented FilmArchetype.md
30 MathNN coach + safety training loop Implemented MathNNCoachTrain.md
31 Minecraft chat permission-aware delivery Implemented MinecraftChatPermissions.md

Hub module: BrainstormIntegrationsBrainstormIntegrations.md · full stack: BrainstormStack.md.

Help in-app:

help discovery
help integrate
help wordpress
cutlass status
integrate doctor
integrate stack
integrate stack-status
integrate stack-test

End-to-end operator flow

1. wordpress config site/user/password enabled on   # once
2. discovery seed all
3. cutlass set precision tf32
4. integrate stack                                 # init all brainstorm modules + selftest
5. integrate all                                   # seed, portal, graphs, cutlass, stack init
6. integrate lua                                   # full Lua harness (+ stack when bound)
7. graphs export
8. php -S 0.0.0.0:8090  (in program_web_portal)  # Graphs UI
9. discovery dry-run off + post pending            # when ready for live WP

Architecture (chat features)

Typed commands / Lua
        │
        ├─ DiscoveryJournal ──► WordPress REST (or dry-run HTML)
        ├─ CutlassAccel / KernelHub / NpuRuntime ──► TF32 GPU · AVX · NPU→CPU
        ├─ BrainstormIntegrations  (integrate stack | stack-status | stack-test)
        │     ├─ EthicsGood · LegalShield · SimpleTextBank · ThoughtDecisionTrees
        │     ├─ MathNNMathFields · MathPDE · Typing · WindowsLocation
        │     ├─ GameModBridge · MySQL AI · Corpus · Semantic · DomainLLM
        │     ├─ iis * (read-only / dry-run recycle)
        │     ├─ php site * (health / deploy JSON)
        │     └─ graphs * (architecture / discovery / RL JSON)
        └─ ProgramStatePortal ──► state.json
                │
                ▼
        program_web_portal (PHP + Chart.js)
                Graphs · Overview · RL · Checkpoints
Topic Doc
Program portal ProgramStatePortal.md
Minecraft PHP dashboard MinecraftWebDashboard.md
Remote CUDA RemoteCUDA.md
Cognitive layers CognitiveLayers.md
Command suggest CommandSuggest.md
Weather WeatherHazards.md
Body equilibrium BodyEquilibrium.md

Source files (this chat)

File Role
DiscoveryJournal.hpp / .cpp Journal + WP publish
BrainstormIntegrations.hpp / .cpp Integrate / IIS / PHP / graphs / Lua
CutlassAccel.cpp / .hpp GEMM + TF32 cuBLAS
SpeechCommands.cpp Command routing
AgentRuntime.cpp Agent Lua registration
SpeechCommandsHelp.cpp Help topics
lua_scripts/Brainstorm-Integrations.lua Harness
program_web_portal/api.php, index.php Graphs API/UI
CHANGELOG.md Release notes

Use this index when onboarding or reviewing “what did we add in chat?” — open the primary doc for each feature for full commands, safety, and APIs.

Generated from the project markdown docs on 2026-07-24. This is a static, self-contained site.