From 21d46b03fca84620d5105a923df3704791ee3e57 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Mon, 13 Apr 2026 19:44:53 -0400 Subject: [PATCH] AUDIT: Established Sovereign MVP (v0.1.0) milestone in task tracker --- gtd.org | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/gtd.org b/gtd.org index defe619..da61c3b 100644 --- a/gtd.org +++ b/gtd.org @@ -23,6 +23,43 @@ :END: Org-agent: A Neurosymbolic AI Agent. +*** PHASE: SOVEREIGN MVP (v0.1.0 Target) +:PROPERTIES: +:ID: proj-mvp-v0-1-0 +:END: +The "Zero-to-One" release. The agent must be mathematically secure, CLI-first, and capable of autonomous Memex maintenance. + +**** TODO 1. Harness Hardening (The Final Audit) + - [ ] Audit remaining core skills (`org-skill-policy.org`, `org-skill-bouncer.org`) to the new Literate Granularity standard. + - [ ] Implement Verification Lock: Ensure `MANDATORY_SKILLS` pass `validate-lisp-syntax` before boot proceeds. + - [ ] Logging & Transparency: Ensure `context-get-system-logs` is utilized by the Reason engine to explain blocked actions. + +**** TODO 2. The Sovereign Scribe & Gardener (The Primary Value Prop) + - [ ] Implement `org-skill-scribe.org`: Background worker that distills daily chronological logs into structured Zettelkasten notes. + - [ ] Implement `org-skill-gardener.org`: Heartbeat-driven skill that autonomously flags orphaned nodes and repairs broken links. + +**** TODO 3. The Zero-to-One Experience (setup.org) + - [ ] Consolidate installation instructions, `onboard.sh`, and `Dockerfile` into a single, literate `setup.org` file. + - [ ] Ensure the setup process interactively builds the `.env` and verifies SBCL/Quicklisp dependencies. + +**** 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: 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 + - Ingest DOM as native Lisp AST (Cannibalize Browser). + - Replace string-based bash with native OS bindings (Cannibalize Shell). +**** TODO v3.0.0 (Phase 4): True Symbolic Determinism + - Relegate LLM to Semantic Translator. + - Implement Deterministic Planner (The Solver). + - Implement Self-Correcting Syntax Gates. +**** TODO v4.0.0+ (Phase 5): The Neurosymbolic Singularity + - Homoiconic Self-Writing (Hot-reloading literate source). + - Asynchronous Swarm Cognition (Jailed sub-agents). + *** PHASE: FOUNDATION (Complete) **** DONE Draft Swank/Socket communication protocol between CL and Emacs :PROPERTIES: @@ -145,7 +182,7 @@ Slim down the org-agent microharness by moving non-essential cognitive functions - [X] Verified protocol framing and reader jailing (`*read-eval* nil`). - [X] Refactored `loop.org` for literate granularity and configuration externalization. - [X] Improved error handling (restricted rollback) and added graceful shutdown. - - [ ] **GAP:** Missing symbolic guard check in `act-gate` (Stage 3: Act). + - [X] **GAP:** Missing symbolic guard check in `act-gate` (Stage 3: Act). - [ ] Ensure alignment with System Policy and Engineering Standards. **** TODO Wake up the Scribe (Implement autonomous weekly Journal-to-Ledger distillation in org-skill-scribe.org) **** TODO Implement `org-skill-lisp-repair` (Self-correcting syntax gate for Deterministic Engine)