thrivekit 2.0.4 → 2.0.5

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/setup.sh +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thrivekit",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
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/setup.sh CHANGED
@@ -31,8 +31,8 @@ ralph_setup() {
31
31
  echo " /tour # Take a guided walkthrough"
32
32
  echo " /idea 'your feature' # Generate a PRD"
33
33
  echo ""
34
- echo " Terminal 2 - Run autonomously:"
35
- echo " npx thrivekit run # Executes the PRD"
34
+ echo " Terminal 2 - After creating PRDs with Claude:"
35
+ echo " npx thrivekit run # Execute the Ralph loop"
36
36
  echo ""
37
37
  }
38
38