From ff9a91319f91b84452d448d02d13c9f330aa4b7b Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Thu, 12 Feb 2026 15:49:34 -0800 Subject: [PATCH] chore: update AgentShield stats to 611 tests, 36 rules --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 062e86c7..9a5db77a 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ For manual install instructions see the README in the `rules/` folder. /plugin list everything-claude-code@everything-claude-code ``` -✨ **That's it!** You now have access to 13 agents, 35 skills, and 31 commands. +✨ **That's it!** You now have access to 13 agents, 36 skills, and 31 commands. --- @@ -242,6 +242,7 @@ everything-claude-code/ | |-- database-migrations/ # Migration patterns (Prisma, Drizzle, Django, Go) (NEW) | |-- api-design/ # REST API design, pagination, error responses (NEW) | |-- deployment-patterns/ # CI/CD, Docker, health checks, rollbacks (NEW) +| |-- e2e-testing/ # Playwright E2E patterns and Page Object Model (NEW) | |-- commands/ # Slash commands for quick execution | |-- tdd.md # /tdd - Test-driven development @@ -372,7 +373,7 @@ Both options create: ### AgentShield — Security Auditor -> Built at the Claude Code Hackathon (Cerebral Valley x Anthropic, Feb 2026). 520 tests, 98% coverage, 35 static analysis rules. +> Built at the Claude Code Hackathon (Cerebral Valley x Anthropic, Feb 2026). 611 tests, 98% coverage, 36 static analysis rules. Scan your Claude Code configuration for vulnerabilities, misconfigurations, and injection risks. @@ -798,7 +799,7 @@ The configuration is automatically detected from `.opencode/opencode.json`. |---------|-------------|----------|--------| | Agents | ✅ 13 agents | ✅ 12 agents | **Claude Code leads** | | Commands | ✅ 31 commands | ✅ 24 commands | **Claude Code leads** | -| Skills | ✅ 35 skills | ✅ 16 skills | **Claude Code leads** | +| Skills | ✅ 36 skills | ✅ 16 skills | **Claude Code leads** | | Hooks | ✅ 3 phases | ✅ 20+ events | **OpenCode has more!** | | Rules | ✅ 8 rules | ✅ 8 rules | **Full parity** | | MCP Servers | ✅ Full | ✅ Full | **Full parity** |