docs: update test counts to 483/13 in README and ROADMAP

This commit is contained in:
Hermes Agent
2026-05-12 14:42:00 +00:00
parent d5a767350f
commit 4bb9160f8d
2 changed files with 2 additions and 2 deletions

View File

@@ -308,7 +308,7 @@ Result is cached in `*detected-backend*`.
## Development ## Development
```bash ```bash
# Run all tests (392 checks, 12 suites) # Run all tests (483 checks, 13 suites)
sbcl --script run-all-tests.lisp sbcl --script run-all-tests.lisp
# Run interactive demo # Run interactive demo

View File

@@ -150,7 +150,7 @@ from the component library without writing custom escape sequences.
Checklist: Checklist:
- [X] README.org with overview, architecture, component table, quick start - [X] README.org with overview, architecture, component table, quick start
- [X] demo.lisp — working interactive example - [X] demo.lisp — working interactive example
- [X] Full test suite: 392 checks, 100% passing across 12 suites - [X] Full test suite: 483 checks, 100% passing across 13 suites
- [X] ASDF system with test-op - [X] ASDF system with test-op
- [X] LICENSE file (GPL 3.0) - [X] LICENSE file (GPL 3.0)
- [X] Literate org files for all modules - [X] Literate org files for all modules