chore: Update MVP plan and submodule pointer

This commit is contained in:
2026-04-17 12:55:03 -04:00
parent bb6238bfa6
commit 0cf2a8d386
2 changed files with 6 additions and 3 deletions

View File

@@ -63,7 +63,8 @@ Ensuring the system is ready for the world through collaborative testing, docume
***** TODO Draft `CONTRIBUTING.md`: Explain Literate Granularity and Skill creation standards.
**** TODO 3. License & Legal Finalization <2026-04-14 Tue>
***** TODO Finalize license choice (AGPLv3 recommended for self-hosted OS integrity).
***** TODO Assign the AGPLv3 open-source license.
***** TODO Implement a broad Contributor License Agreement (CLA) process.
***** TODO Update `LICENSE` and `CHANGELOG` accordingly.
**** TODO 4. GitHub Migration & Repository Setup <2026-04-14 Tue>
@@ -81,15 +82,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 Implementation
***** TODO Integrate `croatoan` or `cl-charms` for native terminal rendering.
***** TODO Integrate `croatoan` 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 Implement a persistent status bar for background workers (Scribe/Gardener).
***** TODO Support syntax highlighting for Lisp code blocks and Org-mode syntax.
**** 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 Implement `/status`, `/config`, `/search`, and `/commit` slash commands.
**** TODO 3. Direct Lisp-to-Terminal Actuation
***** TODO Refactor the `:cli` actuator to use the native TUI rendering instead of raw stream printing.