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