Compare commits
11 Commits
a08bba8a3d
...
ad6dee1dcd
| Author | SHA1 | Date | |
|---|---|---|---|
| ad6dee1dcd | |||
| 03883e7e4f | |||
| 4ff4ac7961 | |||
| b49f83a891 | |||
| 7ede631db4 | |||
| 3a031ba8a2 | |||
| 8597b34792 | |||
| 729a8e8d8a | |||
| 0cf2a8d386 | |||
| bb6238bfa6 | |||
| 562ba063cb |
@@ -1 +0,0 @@
|
||||
user@amr.100596:1775928523
|
||||
42
gtd.org
42
gtd.org
@@ -53,25 +53,28 @@ 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 Update `LICENSE` and `CHANGELOG` accordingly.
|
||||
**** DONE 3. License & Legal Finalization <2026-04-14 Tue>
|
||||
CLOSED: [2026-04-17 Fri 11:25]
|
||||
***** DONE Assign the AGPLv3 open-source license.
|
||||
***** DONE Implement a broad Contributor License Agreement (CLA) process.
|
||||
***** DONE 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 +82,20 @@ 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` 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. 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 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.
|
||||
|
||||
*** PHASE: EVOLUTIONARY ROADMAP
|
||||
|
||||
@@ -129,3 +129,10 @@ This is the inbox. Everything goes in here when you capture it.
|
||||
:CREATED: [2026-04-14 Tue 11:21]
|
||||
:END:
|
||||
|
||||
* [[https://github.com/ValueCell-ai/ClawX][ValueCell-ai/ClawX: ClawX is a desktop app that provides a graphical interface for OpenClaw AI agents. It turns CLI-based AI orchestration into a desktop experience without using the terminal. China website is https://clawx.com.cn.]]
|
||||
:PROPERTIES:
|
||||
:TITLE: ValueCell-ai/ClawX: ClawX is a desktop app that provides a graphical interface for OpenClaw AI agents. It turns CLI-based AI orchestration into a desktop experience without using the terminal. China website is https://clawx.com.cn.
|
||||
:URI: https://github.com/ValueCell-ai/ClawX
|
||||
:CREATED: [2026-04-16 Thu 16:33]
|
||||
:END:
|
||||
|
||||
|
||||
Submodule projects/opencortex updated: 53eee06225...cb658d3092
Reference in New Issue
Block a user