REFAC: Standardize on Cognitive Cycle and update documentation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user