docs: correct test counts for migrate.bats (236 total)

README.md: test suite count 210 → 236, "both files" → "three files".
CLAUDE.md: testing command lists migrate.bats; Project Structure tree
adds migrate.bats (EGB-703 store-format-v2 migration, 26 tests).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Brian Majewski 2026-06-07 16:57:53 -07:00
parent cefa06280e
commit c4da47f320
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@ cd ~/my-project && ./secrets pull # Pull + decrypt .env* files
```bash
brew install bats-core
bats test/ # runs secrets.bats + manifest.bats
bats test/ # runs secrets.bats + manifest.bats + migrate.bats
./test/run-security.sh # security regression subset + operator sign-off (see below)
```
@ -77,6 +77,7 @@ hooks/pre-commit # Pre-commit hook template
test/
secrets.bats # bats-core test suite (133 tests)
manifest.bats # EGB-677 .secrets.json manifest tests (77 tests)
migrate.bats # EGB-703 store-format-v2 migration tests (26 tests)
test_helper.bash # Shared setup/teardown
README.md # User-facing documentation
CLAUDE.md # This file

View file

@ -500,7 +500,7 @@ For complete rotation with no historical exposure, create a fresh `~/.secrets/`
## Development
```bash
# Run the test suite (210 tests across both files)
# Run the test suite (236 tests across three files)
brew install bats-core
bats test/