From 3edb380b58a1b90f14a010dc384c5a3f7c6ae773 Mon Sep 17 00:00:00 2001 From: Auto Date: Thu, 29 Jan 2026 11:08:28 +0200 Subject: [PATCH] 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 --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 30b5f30..d92db4e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -99,7 +99,7 @@ npm run lint # Run ESLint ```bash ruff check . # Lint 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) ```