chore: Update GTD file with MVP release plan details

This commit is contained in:
2026-04-17 12:38:15 -04:00
parent 562ba063cb
commit bb6238bfa6

34
gtd.org
View File

@@ -53,25 +53,26 @@ 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>
***** TODO Perform a full walkthrough: Install via one-liner, boot, and chat.
***** TODO Perform a full walkthrough: Install via one-liner `opencortex.sh`, boot, and chat.
***** TODO Verify boot sequence, environment variable parsing, and LLM gateway connectivity.
***** TODO Verify Scribe background distillation on real journal data.
***** TODO Verify Gardener audit reports.
***** TODO Verify Gardener audit reports (orphaned nodes and broken links).
**** TODO 2. Comprehensive Documentation <2026-04-14 Tue>
***** TODO Draft `USER_MANUAL.md`: Focus on CLI interaction and Memex structure.
***** TODO Draft `CONTRIBUTING.md`: Explain Literate Granularity and Skill creation.
***** TODO Draft `USER_MANUAL.md`: Focus on CLI interaction, installation, and Memex structure.
***** TODO Draft `CONTRIBUTING.md`: Explain Literate Granularity and Skill creation standards.
**** TODO 3. License & Legal Finalization <2026-04-14 Tue>
***** TODO Discuss and finalize license choice (MIT vs AGPLv3).
***** TODO Finalize license choice (AGPLv3 recommended for self-hosted OS integrity).
***** TODO Update `LICENSE` and `CHANGELOG` accordingly.
**** TODO 4. GitHub Migration & Repository Setup <2026-04-14 Tue>
***** TODO Migrate primary remote to GitHub.
***** TODO Set repository topics, badges, and issue templates.
***** TODO Migrate primary remote to GitHub and configure canonical repository.
***** TODO Set repository topics, badges, issue templates, and CI/CD foundations.
**** TODO 5. Marketing & Social Media Launch <2026-04-14 Tue>
***** TODO Execute PR plan (Reddit, Hacker News, X/Twitter).
***** TODO Create a short demo GIF/video of the CLI interaction.
***** TODO Create a short, high-quality terminal demo GIF/video of the TUI interaction.
*** PHASE: INTERACTIVE REFINEMENT (v0.2.0 Target)
:PROPERTIES:
@@ -79,13 +80,18 @@ Ensuring the system is ready for the world through collaborative testing, docume
: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)
***** 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 1. Common Lisp TUI Implementation
***** TODO Integrate `croatoan` or `cl-charms` for native terminal rendering.
***** TODO Implement scrollable history viewport for chat and thought streams.
***** TODO Implement fixed bottom input box with multi-line support and command history.
***** TODO Support syntax highlighting for Lisp code blocks and Org-mode syntax.
**** TODO 2. Direct Lisp-to-Terminal Actuation
**** TODO 2. Slash Commands & Interactive Control
***** TODO Implement `/help` command for system overview.
***** TODO Implement `/exit` and `/clear` commands.
***** TODO Implement `/skill-load <name>` for dynamic hot-reloading of literate skills.
**** TODO 3. Direct Lisp-to-Terminal Actuation
***** TODO Refactor the `:cli` actuator to use the native TUI rendering instead of raw stream printing.
*** PHASE: EVOLUTIONARY ROADMAP