@paulduvall/claude-dev-toolkit 0.0.1-alpha.13 โ†’ 0.0.1-alpha.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Claude Dev Toolkit
2
2
 
3
- **Transform Claude Code into a complete development platform** with 58 AI-powered custom commands that automate your entire software development workflow.
3
+ **Transform Claude Code into a complete development platform** with 62 AI-powered custom commands that automate your entire software development workflow.
4
4
 
5
5
  ## ๐Ÿš€ Quick Installation
6
6
 
@@ -15,8 +15,8 @@ claude
15
15
 
16
16
  ## ๐Ÿ“ฆ What's Included
17
17
 
18
- - **13 Active Commands**: Production-ready commands for immediate use
19
- - **45 Experimental Commands**: Cutting-edge features for early adopters
18
+ - **16 Active Commands**: Production-ready commands for immediate use
19
+ - **46 Experimental Commands**: Cutting-edge features for early adopters
20
20
  - **Security Hooks**: Automated security validation and governance
21
21
  - **Configuration Templates**: Pre-configured settings for different workflows
22
22
  - **Interactive Setup Wizard**: Guided installation with customization options
@@ -33,9 +33,9 @@ npm install -g @paulduvall/claude-dev-toolkit
33
33
  ### Option 2: Manual Command Installation
34
34
  ```bash
35
35
  # Install specific command sets
36
- claude-commands install --active # Install 13 production commands
37
- claude-commands install --experiments # Install 45 experimental commands
38
- claude-commands install --all # Install all 58 commands
36
+ claude-commands install --active # Install 16 production commands
37
+ claude-commands install --experiments # Install 46 experimental commands
38
+ claude-commands install --all # Install all 62 commands
39
39
  ```
40
40
 
41
41
  ### Option 3: Custom Installation
@@ -68,7 +68,7 @@ claude-commands oidc --help # Configure GitHub Actions OIDC with AWS
68
68
  - **`/xconfig`** - Configuration management
69
69
  - **`/xtdd`** - Test-driven development automation
70
70
 
71
- ### ๐Ÿงช **Experimental Commands** (45 Additional)
71
+ ### ๐Ÿงช **Experimental Commands** (46 Additional)
72
72
  Advanced commands for specialized workflows:
73
73
  - **Planning & Analytics**: `/xplanning`, `/xanalytics`, `/xmetrics`
74
74
  - **Infrastructure**: `/xinfra`, `/xmonitoring`, `/xaws`
@@ -271,7 +271,7 @@ npm test
271
271
  - โœ… **Dependency Validation**: AWS CLI, Git, and GitHub CLI availability checking
272
272
 
273
273
  ### Version 0.0.1-alpha.8
274
- - โœ… **Documentation Consistency**: Fixed command counts (58) and subagent counts (26)
274
+ - โœ… **Documentation Consistency**: Fixed command counts and subagent counts
275
275
  - โœ… **Test Infrastructure**: Enhanced test-results directory handling
276
276
  - โœ… **Repository Cleanup**: Removed outdated documentation and test artifacts
277
277
  - โœ… **Validation Logic**: Improved scenario-aware test validation
@@ -289,7 +289,7 @@ npm test
289
289
  - โœ… **JavaScript Migration**: Complete test suite migration from Python
290
290
  - โœ… **Enhanced Templates**: Fixed configuration template issues
291
291
  - โœ… **Test Suites**: Package structure and command validation
292
- - โœ… **58 Total Commands**: 13 active + 45 experimental commands
292
+ - โœ… **62 Total Commands**: 16 active + 46 experimental commands
293
293
  - โœ… **Security Enhancements**: Comprehensive security hook system
294
294
 
295
295
  ## ๐Ÿ“„ License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paulduvall/claude-dev-toolkit",
3
- "version": "0.0.1-alpha.13",
3
+ "version": "0.0.1-alpha.14",
4
4
  "description": "Custom commands toolkit for Claude Code - streamline your development workflow",
5
5
  "author": "Paul Duvall",
6
6
  "license": "MIT",