From 93f9ccee173abafc792e5fce72e368213c069312 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Wed, 1 Apr 2026 16:16:29 -0400 Subject: [PATCH] docs: add Planning Mode Evolution TODOs to Org-agent project --- gtd.org | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gtd.org b/gtd.org index a93185a..a07f36c 100644 --- a/gtd.org +++ b/gtd.org @@ -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]