thrivekit 2.0.12 → 2.0.13

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 +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thrivekit",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
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
@@ -434,9 +434,6 @@ ralph_help() {
434
434
  cat <<'EOF'
435
435
  thrivekit - Tools to thrive with agentic coding
436
436
 
437
- Optimized for Python, TypeScript, React, and Docker projects.
438
- Auto-detects ports from docker-compose.yml, Vite, Next.js, and FastAPI.
439
-
440
437
  What is this?
441
438
  thrivekit helps you build features using two terminals working together.
442
439