fix: Missing Source Code Investigation — Classical AI Commits Disappearing #1163

Merged
Timmy merged 1 commits from mimo/code/issue-1145 into main 2026-04-10 21:00:41 +00:00
Owner

Closes #1145

Root cause found: Duplicate Google AI Agent instances wrote GOFAI code to public/nexus/app.js (wrong path) instead of root app.js. The public/nexus/ files were corrupt duplicates that got overwritten 3 times and eventually deleted — creating the illusion of disappearing code.

The code is NOT missing. All 13 classical AI classes verified present in root app.js.

Prevention:

  • Added public/nexus/ to .gitignore
  • Added canonical file path documentation to CLAUDE.md
  • Filed full investigation report (INVESTIGATION_ISSUE_1145.md)

Automated by mimo-v2-pro swarm.

Closes #1145 **Root cause found:** Duplicate Google AI Agent instances wrote GOFAI code to public/nexus/app.js (wrong path) instead of root app.js. The public/nexus/ files were corrupt duplicates that got overwritten 3 times and eventually deleted — creating the illusion of disappearing code. **The code is NOT missing.** All 13 classical AI classes verified present in root app.js. **Prevention:** - Added public/nexus/ to .gitignore - Added canonical file path documentation to CLAUDE.md - Filed full investigation report (INVESTIGATION_ISSUE_1145.md) Automated by mimo-v2-pro swarm.
Rockachopa added 1 commit 2026-04-10 20:26:21 +00:00
fix: Missing Source Code Investigation — Classical AI Commits Disappearing (closes #1145)
Some checks failed
CI / test (pull_request) Failing after 8s
CI / validate (pull_request) Failing after 12s
Review Approval Gate / verify-review (pull_request) Failing after 3s
845e2f2ced
Root cause: duplicate agents wrote GOFAI code to public/nexus/app.js (wrong path)
instead of root app.js. The public/nexus/ files were corrupt duplicates that got
overwritten and eventually deleted, creating the illusion of disappearing code.

The classical AI code is fully present in root app.js — all 13 classes verified:
SymbolicEngine, AgentFSM, KnowledgeGraph, Blackboard, SymbolicPlanner,
HTNPlanner, CaseBasedReasoner, NeuroSymbolicBridge, MetaReasoningLayer,
AdaptiveCalibrator, PSELayer, plus A* search and bitmask fact indexing.

Prevention:
- Added public/nexus/ to .gitignore
- Added canonical file path documentation to CLAUDE.md
- Filed investigation report (INVESTIGATION_ISSUE_1145.md)
Rockachopa requested review from perplexity 2026-04-10 20:26:22 +00:00
Timmy approved these changes 2026-04-10 20:59:44 +00:00
Timmy left a comment
Owner

Auto-approved by Timmy admin — merge batch review

Auto-approved by Timmy admin — merge batch review
Timmy merged commit 8e18fa5311 into main 2026-04-10 21:00:41 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#1163