AUDIT: Align terminology with Autonomy and finalize CLI-first actuation
This commit is contained in:
61
gtd.org
61
gtd.org
@@ -23,27 +23,28 @@
|
||||
:END:
|
||||
Org-agent: A Neurosymbolic AI Agent.
|
||||
|
||||
*** PHASE: SOVEREIGN MVP (v0.1.0 Released)
|
||||
*** PHASE: AUTONOMOUS MVP (v0.1.0 Released)
|
||||
: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.
|
||||
|
||||
**** DONE 1. Harness Hardening (The Final Audit)
|
||||
- [X] Audit remaining core skills (`org-skill-policy.org`, `org-skill-bouncer.org`) to the new Literate Granularity standard.
|
||||
- [X] Implement Verification Lock: Ensure `MANDATORY_SKILLS` pass `validate-lisp-syntax` before boot proceeds.
|
||||
- [X] Logging & Transparency: Ensure `context-get-system-logs` is utilized by the Reason engine to explain blocked actions.
|
||||
***** DONE Audit remaining core skills (`org-skill-policy.org`, `org-skill-bouncer.org`) to the new Literate Granularity standard.
|
||||
***** DONE Implement Verification Lock: Ensure `MANDATORY_SKILLS` pass `validate-lisp-syntax` before boot proceeds.
|
||||
***** DONE Logging & Transparency: Ensure `context-get-system-logs` is utilized by the Reason engine to explain blocked actions.
|
||||
|
||||
**** DONE 2. The Sovereign Scribe & Gardener (The Primary Value Prop)
|
||||
- [X] Implement `org-skill-scribe.org`: Background worker that distills daily chronological logs into structured Zettelkasten notes.
|
||||
- [X] Implement `org-skill-gardener.org`: Heartbeat-driven skill that autonomously flags orphaned nodes and repairs broken links.
|
||||
**** DONE 2. The Autonomous Scribe & Gardener (The Primary Value Prop)
|
||||
***** DONE Implement `org-skill-scribe.org`: Background worker that distills daily chronological logs into structured Zettelkasten notes.
|
||||
***** DONE Implement `org-skill-gardener.org`: Heartbeat-driven skill that autonomously flags orphaned nodes and repairs broken links.
|
||||
|
||||
**** DONE 3. The Zero-to-One Experience (setup.org)
|
||||
- [X] Consolidate installation instructions, `onboard.sh`, and `Dockerfile` into a single, literate `setup.org` file.
|
||||
- [X] Ensure the setup process interactively builds the `.env` and verifies SBCL/Quicklisp dependencies.
|
||||
***** DONE Consolidate installation instructions, `onboard.sh`, and `Dockerfile` into a single, literate `setup.org` file.
|
||||
***** DONE 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.
|
||||
**** DONE 4. CLI-First Actuation
|
||||
CLOSED: [2026-04-14 Tue 09:40]
|
||||
***** DONE Verified the `cli` actuator and inbound gateway handle standard I/O interaction gracefully via a stateful `socat` connection.
|
||||
|
||||
*** PHASE: PUBLICATION & VERIFICATION (v0.1.0 Post-Release)
|
||||
:PROPERTIES:
|
||||
@@ -52,25 +53,25 @@ The "Zero-to-One" release. The agent must be mathematically secure, CLI-first, a
|
||||
Ensuring the system is ready for the world through collaborative testing, documentation, and licensing.
|
||||
|
||||
**** TODO 1. Collaborative End-to-End Testing <2026-04-14 Tue>
|
||||
- [ ] Perform a full walkthrough: Install via one-liner, boot, and chat.
|
||||
- [ ] Verify Scribe background distillation on real journal data.
|
||||
- [ ] Verify Gardener audit reports.
|
||||
***** TODO Perform a full walkthrough: Install via one-liner, boot, and chat.
|
||||
***** TODO Verify Scribe background distillation on real journal data.
|
||||
***** TODO Verify Gardener audit reports.
|
||||
|
||||
**** TODO 2. Comprehensive Documentation <2026-04-14 Tue>
|
||||
- [ ] Draft `USER_MANUAL.md`: Focus on CLI interaction and Memex structure.
|
||||
- [ ] Draft `CONTRIBUTING.md`: Explain Literate Granularity and Skill creation.
|
||||
***** TODO Draft `USER_MANUAL.md`: Focus on CLI interaction and Memex structure.
|
||||
***** TODO Draft `CONTRIBUTING.md`: Explain Literate Granularity and Skill creation.
|
||||
|
||||
**** TODO 3. License & Legal Finalization <2026-04-14 Tue>
|
||||
- [ ] Discuss and finalize license choice (MIT vs AGPLv3).
|
||||
- [ ] Update `LICENSE` and `CHANGELOG` accordingly.
|
||||
***** TODO Discuss and finalize license choice (MIT vs AGPLv3).
|
||||
***** TODO Update `LICENSE` and `CHANGELOG` accordingly.
|
||||
|
||||
**** TODO 4. GitHub Migration & Repository Setup <2026-04-14 Tue>
|
||||
- [ ] Migrate primary remote to GitHub.
|
||||
- [ ] Set repository topics, badges, and issue templates.
|
||||
***** TODO Migrate primary remote to GitHub.
|
||||
***** TODO Set repository topics, badges, and issue templates.
|
||||
|
||||
**** TODO 5. Marketing & Social Media Launch <2026-04-14 Tue>
|
||||
- [ ] Execute PR plan (Reddit, Hacker News, X/Twitter).
|
||||
- [ ] Create a short demo GIF/video of the CLI interaction.
|
||||
***** TODO Execute PR plan (Reddit, Hacker News, X/Twitter).
|
||||
***** TODO Create a short demo GIF/video of the CLI interaction.
|
||||
|
||||
*** PHASE: INTERACTIVE REFINEMENT (v0.2.0 Target)
|
||||
:PROPERTIES:
|
||||
@@ -79,15 +80,17 @@ Ensuring the system is ready for the world through collaborative testing, docume
|
||||
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 Implement a rich, interactive TUI natively in Common Lisp (e.g., via `cl-charms`, `croatoan`, or `cl-ncurses`).
|
||||
***** TODO Support syntax highlighting for code blocks and Org-mode syntax.
|
||||
***** TODO Implement a fixed bottom input box with command history.
|
||||
***** TODO 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.
|
||||
***** TODO Refactor the `:cli` actuator to use the native TUI rendering instead of raw stream printing.
|
||||
|
||||
*** PHASE: EVOLUTIONARY ROADMAP
|
||||
**** TODO v0.1.0: The Autonomous Foundation (Current Release)
|
||||
- estabelecer a base segura do Lisp kernel.
|
||||
**** TODO v1.0.0 (Phase 2.5): The Verified Wrapper (SOTA Parity)
|
||||
|
||||
- Complete Formal Verification gates for external tools.
|
||||
@@ -138,7 +141,7 @@ Elevating the user interface from raw shell piping to a high-fidelity, native Li
|
||||
|
||||
*** PHASE: THE SOVEREIGN BOUNDARY (Core vs Skills Refactor)
|
||||
:PROPERTIES:
|
||||
:ID: proj-sovereign-boundary
|
||||
:ID: proj-autonomous-boundary
|
||||
:END:
|
||||
Slim down the org-agent microharness by moving non-essential cognitive functions to hot-reloadable user-space skills.
|
||||
|
||||
@@ -1129,7 +1132,7 @@ A modular manual of different areas to go with different activities. Fits in the
|
||||
*** TODO Implement Intent-Shift Detector (Semantic topic-shift flagging in neuro.lisp)
|
||||
*** TODO Implement Cognitive Economics (Dynamic LLM routing based on 2x2 matrix complexity)
|
||||
*** TODO Implement Micro-Prolog Logic Engine (Lisp-native unification & pattern matching for Memory)
|
||||
*** TODO Implement Sovereign Logic Synthesis (Hybrid SubSys2: Neural pattern detection + Symbolic rule generation)
|
||||
*** TODO Implement Autonomous Logic Synthesis (Hybrid SubSys2: Neural pattern detection + Symbolic rule generation)
|
||||
*** TODO Implement Continuous Vibe (Sentiment-weighted personality in system-prompt)
|
||||
*** TODO Implement Search-Before-Think Bridge (Autonomous target-id population via vector search in perceive-gate)
|
||||
*** TODO Implement Belief Revision & Reconciliation (Audit deltas for contradictions in scribe-engine.lisp)
|
||||
|
||||
Reference in New Issue
Block a user