From 4bb9160f8dea0711a72bd7af129d67683968f273 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Tue, 12 May 2026 14:42:00 +0000 Subject: [PATCH] docs: update test counts to 483/13 in README and ROADMAP --- README.org | 2 +- docs/ROADMAP.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index c9fbbe4..1541462 100644 --- a/README.org +++ b/README.org @@ -308,7 +308,7 @@ Result is cached in `*detected-backend*`. ## Development ```bash -# Run all tests (392 checks, 12 suites) +# Run all tests (483 checks, 13 suites) sbcl --script run-all-tests.lisp # Run interactive demo diff --git a/docs/ROADMAP.org b/docs/ROADMAP.org index 327695f..9339d84 100644 --- a/docs/ROADMAP.org +++ b/docs/ROADMAP.org @@ -150,7 +150,7 @@ from the component library without writing custom escape sequences. Checklist: - [X] README.org with overview, architecture, component table, quick start - [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] LICENSE file (GPL 3.0) - [X] Literate org files for all modules