Integrate Forge, a coding agent with headless execution capabilities via `forge -p "prompt"`, as a recognized backend for Ralph Orchestrator to enable non-interactive orchestration.
### Use case ## Summary [Forge](https://github.com/antinomyhq/forgecode) is a coding agent that supports headless execution via `forge -p "prompt"` but is not recognized as a backend by ralph-orchestrator. Adding it should be straightforward since Forge already has everything needed for non-interactive orchestration. ## Forge CLI Capabilities - **Headless mode**: `forge -p "prompt"` — executes a single prompt and exits - **Auto-approves all tool calls by default** — no `--yolo` or `--dangerously-skip-permissions` flag needed - **Plain text output** — no TUI interference when piped - **`--version`** works for auto-detection - **`--agent <AGENT>`** to select from built-in agents (forge, muse, sage) - **`--verbose`** for detailed logging - **`--conversation-id`** for session continuity - **`-C, --directory`** for working directory ## Why Forge is currently the top-performing agent on [Terminal Bench](https://tbench.ai/), making it a strong addition for users looking for alternatives