thrivekit 2.0.11 → 2.0.12
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/README.md +2 -0
- package/package.json +1 -1
- package/ralph/init.sh +3 -0
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
A toolkit for implementing [RALPH](https://ghuntley.com/ralph/) with [Claude Code](https://docs.anthropic.com/en/docs/claude-code) that helps you go from idea to shipped code.
|
|
6
6
|
|
|
7
|
+
> **Optimized for:** Python, TypeScript, React, and Docker projects. Auto-detects ports from `docker-compose.yml`, Vite, Next.js, and FastAPI.
|
|
8
|
+
|
|
7
9
|
> You focus on what matters: your ideas. Brainstorm with `/idea`, then let Ralph handle the rest - coding, testing, and committing in an iterative loop until everything passes.
|
|
8
10
|
|
|
9
11
|
### This repo helps you customize your code output, run autonomous coding loops, and adds guardrails to ensure good code little and often:
|
package/package.json
CHANGED
package/ralph/init.sh
CHANGED
|
@@ -434,6 +434,9 @@ 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
|
+
|
|
437
440
|
What is this?
|
|
438
441
|
thrivekit helps you build features using two terminals working together.
|
|
439
442
|
|