From 65c4a0f6ba2a3350dc38df01c9b13b8a5a0f82cb Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Sun, 29 Mar 2026 00:19:52 -0400 Subject: [PATCH] docs(readme): fix agent count in repo tree --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f04fd203..5b85de74 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,7 @@ everything-claude-code/ | |-- plugin.json # Plugin metadata and component paths | |-- marketplace.json # Marketplace catalog for /plugin marketplace add | -|-- agents/ # 29 specialized subagents for delegation +|-- agents/ # 30 specialized subagents for delegation | |-- planner.md # Feature implementation planning | |-- architect.md # System design decisions | |-- tdd-guide.md # Test-driven development