diff --git a/gtd.org b/gtd.org index e44172b..3ad05b0 100644 --- a/gtd.org +++ b/gtd.org @@ -45,8 +45,24 @@ The "Zero-to-One" release. The agent must be mathematically secure, CLI-first, a **** TODO 4. CLI-First Actuation - [ ] Verify the `cli` actuator and inbound gateway handle standard I/O interaction gracefully, treating Emacs as an optional power-user viewport. +*** PHASE: INTERACTIVE REFINEMENT (v0.2.0 Target) +:PROPERTIES: +:ID: proj-refinement-v0-2-0 +:END: +Elevating the user interface from raw shell piping to a high-fidelity, native Lisp experience. + +**** TODO 1. Common Lisp TUI (The "gemini-cli" parity) + - [ ] Implement a rich, interactive TUI natively in Common Lisp (e.g., via `cl-charms`, `croatoan`, or `cl-ncurses`). + - [ ] Support syntax highlighting for code blocks and Org-mode syntax. + - [ ] Implement a fixed bottom input box with command history. + - [ ] Implement Slash Commands (`/help`, `/exit`, `/clear`, `/skill-load`). + +**** TODO 2. Direct Lisp-to-Terminal Actuation + - [ ] Refactor the `:cli` actuator to use the native TUI rendering instead of raw stream printing. + *** PHASE: EVOLUTIONARY ROADMAP **** TODO v1.0.0 (Phase 2.5): The Verified Wrapper (SOTA Parity) + - Complete Formal Verification gates for external tools. - Achieve secure, end-to-end autonomous engineering workflows. **** TODO v2.0.0 (Phase 3): Cannibalizing the Toolchain diff --git a/projects/org-agent b/projects/org-agent index fb7e658..51ff6b2 160000 --- a/projects/org-agent +++ b/projects/org-agent @@ -1 +1 @@ -Subproject commit fb7e6584196127deb8de5057c7ea543770885092 +Subproject commit 51ff6b2e61b4b16472653bb5ba1b7c0398ca7340