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 (DiscoveryWordPress.md) |
| 2 | IIS + PHP website integration | MVP + design | IisPhpIntegration.md (IisPhpIntegration.md) |
| 3 | Matrix multiply + TF32 | Implemented (cuBLAS) | TF32MatrixMultiply.md (TF32MatrixMultiply.md) · Cutlass.md (Cutlass.md) |
| 4 | PHP graphs of _AugmentedIntelligence | MVP + catalog | PhpGraphs.md (PhpGraphs.md) · ProgramStatePortal.md (ProgramStatePortal.md) |
| 5 | Lua integration of brainstorm stack | Implemented | LuaBrainstormAPI.md (LuaBrainstormAPI.md) · BrainstormIntegrations.md (BrainstormIntegrations.md) |
| 6 | Project changelog | Written | ../CHANGELOG.md (../CHANGELOG.md) |
Hub module: BrainstormIntegrations — see BrainstormIntegrations.md (BrainstormIntegrations.md).
Help in-app:
[text]
help discovery
help integrate
help wordpress
cutlass status
integrate doctor
End-to-end operator flow
[text]
1. wordpress config site/user/password enabled on # once
2. discovery seed all
3. cutlass set precision tf32
4. integrate all # seed, portal, graphs, cutlass check
5. integrate lua # full Lua harness
6. graphs export
7. php -S 0.0.0.0:8090 (in program_web_portal) # Graphs UI
8. discovery dry-run off + post pending # when ready for live WP
Architecture (chat features)
[text]
Typed commands / Lua
│
├─ DiscoveryJournal ──► WordPress REST (or dry-run HTML)
├─ CutlassAccel ──────► cuBLAS TF32/FP32 ──► host AVX fallback
├─ BrainstormIntegrations
│ ├─ 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
Related earlier v11 docs (context, not this chat alone)
| Topic | Doc |
| Program portal | ProgramStatePortal.md (ProgramStatePortal.md) |
| Minecraft PHP dashboard | MinecraftWebDashboard.md (MinecraftWebDashboard.md) |
| Remote CUDA | RemoteCUDA.md (RemoteCUDA.md) |
| Cognitive layers | CognitiveLayers.md (CognitiveLayers.md) |
| Command suggest | CommandSuggest.md (CommandSuggest.md) |
| Weather | WeatherHazards.md (WeatherHazards.md) |
| Body equilibrium | BodyEquilibrium.md (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.
Filed under: Uncategorized - @ July 18, 2026 6:24 am