You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Agent execution loop**: `ralph.sh` runs inside containers as a heartbeat loop supporting Gemini CLI, Claude Code, and Pi agent (Moonshot)
38
40
-**Personas**: Markdown files injected as system prompts ("killer" for YOLO velocity, "step-wise" for single-task precision)
39
41
-**Workspace isolation**: Dedicated host directories per container, deploy key injection for GitHub
40
42
-**Credential management**: API keys hydrated from env vars on init, never leaked to host
41
43
42
-
**Architecture choice**: "Monolithic Script" — bash wrapping CLIs with system prompts. Deliberately minimal: zero infrastructure overhead.
44
+
*Architecture choice*: "Monolithic Script" — bash wrapping CLIs with system prompts. Deliberately minimal: zero infrastructure overhead.
43
45
44
-
**What it doesn't do**: No programmatic SDK integration, no agent-to-agent coordination, no feedback loops beyond ralph.sh iterations, no structured output capture, no state management beyond git commits and progress.txt.
46
+
*What it doesn't do*: No programmatic SDK integration, no agent-to-agent coordination, no feedback loops beyond ralph.sh iterations, no structured output capture, no state management beyond git commits and progress.txt.
0 commit comments