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.
- package/package.json +1 -1
- package/ralph/init.sh +3 -2
package/package.json
CHANGED
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
|
-
|
|
354
|
-
|
|
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
|