1.2 KiB
1.2 KiB
Flight Plan: Sovereign Brain Recovery
- Overview
- Phase A: Purge & Reset (The Scientist)
- Phase B: Restoration (The Coder)
- Phase C: Verification (The Tester)
Overview
Rigorous recovery of the opencortex kernel after a series of failed build loops.
Phase A: Purge & Reset (The Scientist)
TODO 1. Hard Git Reset
- Action:
git reset --hardandgit clean -fdin~/memex/projects/opencortex. - Verification:
git statusmust be clean.
TODO 2. Nuke Lisp & Quicklisp Caches
- Action: Delete
~/.cache/common-lisp/and~/.local/share/opencortex/quicklisp/cache/. - Verification: Directories must not exist.
TODO 3. Verify Secure Environment
- Action: Check
~/.local/share/opencortex/.env. - Verification: Confirm
MEMEX_DIRandOPENROUTER_API_KEYare correct.
Phase B: Restoration (The Coder)
TODO 4. Restore Literate Source
- Action: Ensure
docs/README.orgcontains the modular kernel logic. - Verification: Tangle the file and confirm
src/core.lispexists.
Phase C: Verification (The Tester)
TODO 5. Foreground Boot Test
- Action: Run daemon in foreground.
- Verification: Confirm "Daemon Listening" and skill jailing.
TODO 6. Live Handshake
- Action:
emacs --batchstimulus test. - Verification: Confirm LLM response in log.