docs(gtd): mark chaos bugfixes as done and update submodule ref

This commit is contained in:
2026-04-28 14:03:03 -04:00
parent a842f10b35
commit aa70766a4f
3 changed files with 41 additions and 4 deletions

15
gtd.org
View File

@@ -166,12 +166,21 @@ Roadmap basis: Evolutionary roadmap from README.org. Working backwards from SOTA
- Moved org-skill-engineering-standards from contrib → core
- Deleted old org-skill-lisp-validator.org
**** TODO 5. Advanced CLI Onboarding Experience
***** TODO Implement interactive Lisp CLI wizard (=opencortex setup=)
**** DONE 5. Advanced CLI Onboarding Experience
***** DONE Implement interactive Lisp CLI wizard (=opencortex setup=)
***** TODO Implement =opencortex link <gateway>= for Telegram/Signal bot connection
***** TODO Implement =opencortex doctor= for environment health and API key validation
***** DONE Implement =opencortex doctor= for environment health and API key validation [2026-04-28 Tue]
- Verified 22/22 skills loading with clean boot.
- Fixed macro conflicts and package jailing bugs.
***** TODO Implement =opencortex install <skill>= for dynamic skill downloading
**** DONE Chaos-Driven Bug Fixes (v0.2.0 Pre-Release) [2026-04-28 Tue]
- Fixed major conflict between Type A and Type B def-cognitive-tool macros.
- Enforced dynamic-only loading by removing skills from opencortex.asd.
- Fixed let/let* sequential binding bugs in emacs-edit and self-edit.
- Standardized *cognitive-tools* as a centralized hash table.
- Resolved missing in-package declarations in core skills.
**** TODO 1. Common Lisp TUI Implementation
***** TODO Integrate =croatoan= for native terminal rendering
***** TODO Implement scrollable history viewport for chat and thought streams