docs: add Planning Mode Evolution TODOs to Org-agent project

This commit is contained in:
2026-04-01 16:16:29 -04:00
parent d364f90ff6
commit 93f9ccee17

19
gtd.org
View File

@@ -342,6 +342,25 @@ Org-agent: A Neurosymbolic AI Agent.
:END:
Trigger a deliberate error and ensure `skill-self-fix` repairs the code.
*** TODO Implement "Planning Mode" (System 2 Bouncer) for Complex Actions
:PROPERTIES:
:CREATED: [2026-04-01 Wed 17:00]
:ASSIGNED: Agent
:END:
- Modify `decide` in `symbolic.lisp` to intercept core modifications, dependency installations, and configuration changes.
- Transition state to `:PLANNING` instead of executing directly.
- Draft flight plans as Org-mode artifacts in `~/memex/inbox/`.
*** TODO Implement Authorization Gate (OACP) for "Planning Mode"
:PROPERTIES:
:CREATED: [2026-04-01 Wed 17:00]
:ASSIGNED: Agent
:END:
- Send `:AUTHORIZATION-REQUEST` to Emacs.
- Display Emacs prompt for the Sovereign to review the flight plan.
- Block the cognitive thread until `:AUTHORIZATION-RESPONSE` is received.
- Run automated test suite immediately upon `:APPROVED` action execution.
*** TODO Implement Skill Graph Visualizer in Web Dashboard
:PROPERTIES:
:CREATED: [2026-03-23 Mon 16:30]