thrivekit 2.0.8 → 2.0.9

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/package.json +1 -1
  2. package/ralph/init.sh +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thrivekit",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "Tools to thrive with agentic coding - RALPH autonomous loop, Claude Code hooks, PRD-driven development",
5
5
  "author": "Allie Jones <allie@allthrive.ai>",
6
6
  "license": "MIT",
package/ralph/init.sh CHANGED
@@ -370,6 +370,8 @@ Quick Start:
370
370
  2. Terminal 1: claude --dangerously-skip-permissions
371
371
  3. In Claude: /idea "your feature description"
372
372
  4. Terminal 2: npx thrivekit run
373
+ 5. Monitor Terminal 2 - it should be autonomous. If issues come up,
374
+ stop the loop (Ctrl+C) and paste the errors into Terminal 1.
373
375
 
374
376
  Usage:
375
377
  npx thrivekit <command> [options]