ai-sprint-kit 2.1.29 → 2.1.30
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.
- package/README.md +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
## What is AI Sprint?
|
|
8
8
|
|
|
9
|
-
AI Sprint transforms Claude Code into a team of 12 specialized AI agents with
|
|
9
|
+
AI Sprint transforms Claude Code into a team of 12 specialized AI agents with 17 powerful commands. Build production-grade software with security-first, autonomous development.
|
|
10
10
|
|
|
11
11
|
## What's New in v2.1
|
|
12
12
|
|
|
@@ -19,7 +19,7 @@ AI Sprint transforms Claude Code into a team of 12 specialized AI agents with 15
|
|
|
19
19
|
## Features
|
|
20
20
|
|
|
21
21
|
- **12 AI Agents** - planner, implementer, tester, reviewer, security, devops, docs, debugger, researcher, verifier, browser-tester, deployment-smoke
|
|
22
|
-
- **
|
|
22
|
+
- **17 Commands** - /ai-sprint-init, /ai-sprint-plan, /ai-sprint-code, /ai-sprint-test, /ai-sprint-review, /ai-sprint-secure, /ai-sprint-deploy, /ai-sprint-docs, /ai-sprint-debug, /ai-sprint-fix, /ai-sprint-scan, /ai-sprint-validate, /ai-sprint-browser-test, /ai-sprint-orchestrate, /ai-sprint-setup, /ai-sprint-auto, /ai-sprint-ralph
|
|
23
23
|
- **Automation Hooks** - PostToolUse (auto-format, lint, sound), Stop (final verification), SubagentStart (context injection)
|
|
24
24
|
- **Memory System** - Persistent context across sessions
|
|
25
25
|
- **Security-First** - Built-in SAST, secrets scanning, dependency audit
|
|
@@ -86,6 +86,7 @@ Visit [ai-sprint-kit.app.data-espresso.com](https://ai-sprint-kit.app.data-espre
|
|
|
86
86
|
## Commands
|
|
87
87
|
|
|
88
88
|
```
|
|
89
|
+
/ai-sprint-init - Initialize project context (scan + CLAUDE.md)
|
|
89
90
|
/ai-sprint-plan - Create implementation plans
|
|
90
91
|
/ai-sprint-code - Generate or refactor code
|
|
91
92
|
/ai-sprint-test - Generate and run tests
|
|
@@ -94,12 +95,14 @@ Visit [ai-sprint-kit.app.data-espresso.com](https://ai-sprint-kit.app.data-espre
|
|
|
94
95
|
/ai-sprint-deploy - CI/CD setup and deployment
|
|
95
96
|
/ai-sprint-docs - Generate documentation
|
|
96
97
|
/ai-sprint-debug - Investigate issues
|
|
98
|
+
/ai-sprint-fix - Autonomous bug fix cycle
|
|
97
99
|
/ai-sprint-scan - Index codebase for AI context
|
|
98
100
|
/ai-sprint-validate - Pre-commit validation
|
|
99
101
|
/ai-sprint-browser-test - Browser automation tests (Playwright)
|
|
100
102
|
/ai-sprint-orchestrate - Multi-session coordination
|
|
101
103
|
/ai-sprint-setup - Configuration wizard
|
|
102
104
|
/ai-sprint-auto - Full autonomous development cycle
|
|
105
|
+
/ai-sprint-ralph - Persistent loop until task complete
|
|
103
106
|
```
|
|
104
107
|
|
|
105
108
|
## Support
|