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