docs: correct manifest.bats and total test counts for v0.4.0.0

CLAUDE.md: manifest.bats 58 -> 60 tests (actual @test count).
README.md: total 191 -> 193 tests across both files.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Brian Majewski 2026-06-07 13:53:05 -07:00
parent 30c203cafd
commit a35bff8d4b
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ secrets # CLI script (~2000 lines bash)
hooks/pre-commit # Pre-commit hook template
test/
secrets.bats # bats-core test suite (133 tests)
manifest.bats # EGB-677 .secrets.json manifest tests (58 tests)
manifest.bats # EGB-677 .secrets.json manifest tests (60 tests)
test_helper.bash # Shared setup/teardown
README.md # User-facing documentation
CLAUDE.md # This file