docs: update security test count from 136 to 163

Update the documented test count in CLAUDE.md to reflect the current
state after merging PR #100 which added diagnostic warnings for config
loading failures. The test suite now includes additional tests for:
- Empty command name validation in project configs
- Config loading diagnostic warnings

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Auto
2026-01-29 11:08:28 +02:00
parent 3256072793
commit 3edb380b58

View File

@@ -99,7 +99,7 @@ npm run lint # Run ESLint
```bash ```bash
ruff check . # Lint ruff check . # Lint
mypy . # Type check mypy . # Type check
python test_security.py # Security unit tests (136 tests) python test_security.py # Security unit tests (163 tests)
python test_security_integration.py # Integration tests (9 tests) python test_security_integration.py # Integration tests (9 tests)
``` ```