ai-sprint-kit 2.1.0 → 2.1.1

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 +14 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,6 +32,20 @@ AI Sprint transforms Claude Code into a team of 12 specialized AI agents with 15
32
32
  npx ai-sprint-kit init
33
33
  ```
34
34
 
35
+ ## CLI Commands
36
+
37
+ ```bash
38
+ ai-sprint init # Install AI Sprint framework
39
+ ai-sprint update # Update to latest version
40
+ ai-sprint check-update # Check if update available
41
+ ai-sprint validate # Validate installation
42
+ ai-sprint doctor # Diagnose issues
43
+ ai-sprint repair # Repair installation
44
+ ai-sprint reinstall # Clean reinstall
45
+ ai-sprint list # Show features
46
+ ai-sprint init-ci # Generate CI/CD workflow
47
+ ```
48
+
35
49
  ## Requirements
36
50
 
37
51
  1. **Claude Code** - [Install Claude Code](https://claude.ai/code)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-sprint-kit",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "CLI installer for AI Sprint autonomous development framework - requires license",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {