REFAC: Standardize on Cognitive Cycle and update documentation

This commit is contained in:
2026-04-14 15:59:19 -04:00
parent 34a210228e
commit e29ca5679e
46 changed files with 195 additions and 268 deletions

View File

@@ -5,19 +5,19 @@
#+STARTUP: content
* Overview
Rigorous recovery of the =org-agent= kernel after a series of failed build loops.
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 --hard= and =git clean -fd= in =~/memex/projects/org-agent=.
- Action: =git reset --hard= and =git clean -fd= in =~/memex/projects/opencortex=.
- Verification: =git status= must be clean.
** TODO 2. Nuke Lisp & Quicklisp Caches
- Action: Delete =~/.cache/common-lisp/= and =~/.local/share/org-agent/quicklisp/cache/=.
- 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/org-agent/.env=.
- Action: Check =~/.local/share/opencortex/.env=.
- Verification: Confirm =MEMEX_DIR= and =OPENROUTER_API_KEY= are correct.
* Phase B: Restoration (The Coder)