thrivekit 2.0.6 → 2.0.7

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thrivekit",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
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
@@ -350,8 +350,9 @@ What is this?
350
350
  You describe what you want, Ralph writes the code, tests it, and iterates
351
351
  until it works.
352
352
 
353
- PRD (Product Requirements Document) is how you tell Ralph what to build.
354
- Use /idea in Claude Code to brainstorm and generate PRDs interactively.
353
+ /idea lets you brainstorm big features with Claude. It saves your ideas
354
+ to docs/ideas/, then breaks them down into small, executable PRDs that
355
+ Ralph can build one at a time.
355
356
 
356
357
  Quick Start:
357
358
  1. npx thrivekit setup # Set up your project