v1.0.0: Complete framework

- README.org with overview, architecture, component table, quick start
- demo.lisp — working TUI demo exercising multiple components
- run-all-tests.lisp — single-script test runner
- ROADMAP updated with v1.0.0 documentation milestone
- Full test suite: ~280 checks, 100% passing across 9 suites
This commit is contained in:
Hermes
2026-05-11 20:47:47 +00:00
parent cb6e7cc20a
commit 825980b93b
4 changed files with 186 additions and 67 deletions

View File

@@ -577,6 +577,12 @@ slots. The component tree renders whatever is registered.
All 11 phases integrated and tested. Applications can build rich terminal UIs
from the component library without writing custom ncurses code.
** DONE Documentation
- README.org with overview, architecture, component table, quick start
- demo.lisp — working example exercising multiple components
- run-all-tests.lisp — single-script test runner
- Full test suite: ~280 checks, 100% passing across all 9 suites
* Neurosymbolic Phase Reference
| Phase | Component | Lines | Release |