Skip to content

Commit 0b34932

Browse files
PaulDuvallclaude
andcommitted
fix: correct experimental commands badge from 44 to 45
Fix badge accuracy - actual count is 45 experimental commands, not 44. πŸ“‹ Change summary: * Correct experimental commands badge: 44 β†’ 45 * Restore total commands badge: 57 β†’ 58 * Update description text: 57 β†’ 58 commands * Update deploy command help: 57 β†’ 58 commands * Verified count: 13 active + 45 experimental = 58 total βœ“ πŸ€– Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cc87652 commit 0b34932

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55
![Claude Code](https://img.shields.io/badge/Claude%20Code-compatible-blue)
66
![Active Commands](https://img.shields.io/badge/active%20commands-13-blue)
7-
![Experimental Commands](https://img.shields.io/badge/experimental%20commands-44-orange)
8-
![Total Commands](https://img.shields.io/badge/total%20commands-57-brightgreen)
7+
![Experimental Commands](https://img.shields.io/badge/experimental%20commands-45-orange)
8+
![Total Commands](https://img.shields.io/badge/total%20commands-58-brightgreen)
99
![Sub-agents](https://img.shields.io/badge/sub--agents-1-purple)
1010

11-
**Transform Claude Code into a complete development platform** with 57 AI-powered commands that automate your entire software development workflow.
11+
**Transform Claude Code into a complete development platform** with 58 AI-powered commands that automate your entire software development workflow.
1212

1313
## What This Does
1414

@@ -233,7 +233,7 @@ cd claude-code
233233
```bash
234234
./deploy.sh # Deploy core commands only
235235
./deploy.sh --experiments # Deploy experimental commands
236-
./deploy.sh --all # Deploy all 57 commands
236+
./deploy.sh --all # Deploy all 58 commands
237237
./deploy-subagents.sh # Deploy subagents separately
238238
./deploy-subagents.sh --all # Deploy all available subagents
239239
```

0 commit comments

Comments
Β (0)