From a35bff8d4b214c99e3225dd7770ee6bda7e98885 Mon Sep 17 00:00:00 2001 From: Brian Majewski Date: Sun, 7 Jun 2026 13:53:05 -0700 Subject: [PATCH] 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 --- CLAUDE.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 174bf07..262818d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 diff --git a/README.md b/README.md index 421aad5..770a86d 100644 --- a/README.md +++ b/README.md @@ -494,7 +494,7 @@ For complete rotation with no historical exposure, create a fresh `~/.secrets/` ## Development ```bash -# Run the test suite (191 tests across both files) +# Run the test suite (193 tests across both files) brew install bats-core bats test/