ai-sprint-kit 2.1.31 → 2.1.32

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 +20 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -159,6 +159,26 @@ Ralph works through each feature, checking off tasks as completed.
159
159
  | `--no-auto-commit` | false | Disable git commit after iteration |
160
160
  | `--resume` | false | Resume interrupted session |
161
161
 
162
+ ### Shell Script (Fully Autonomous)
163
+
164
+ For **unattended execution** without approval prompts, use the shell script:
165
+
166
+ ```bash
167
+ # Simple mode
168
+ .claude/scripts/ralph-loop.sh "fix all TypeScript errors" --promise "0 errors"
169
+
170
+ # PRD mode
171
+ .claude/scripts/ralph-loop.sh --prd ai_context/ralph/prd.md --max-iterations 50
172
+
173
+ # Check status
174
+ .claude/scripts/ralph-status.sh
175
+
176
+ # Resume interrupted session
177
+ .claude/scripts/ralph-loop.sh --resume
178
+ ```
179
+
180
+ The shell script uses `--dangerously-skip-permissions` to bypass approval gates - ideal for overnight tasks, migrations, and CI/CD pipelines.
181
+
162
182
  ### Writing Good Prompts
163
183
 
164
184
  **Good prompts converge** - each iteration brings you closer to success:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-sprint-kit",
3
- "version": "2.1.31",
3
+ "version": "2.1.32",
4
4
  "description": "CLI installer for AI Sprint autonomous development framework - requires license",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {