AUDIT: Completed Task 1 (Harness Hardening) for MVP

This commit is contained in:
2026-04-13 20:40:37 -04:00
parent 5518a00e67
commit f8221ec4da
2 changed files with 17 additions and 1 deletions

16
gtd.org
View File

@@ -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