This commit is contained in:
2026-02-16 11:33:47 +00:00
parent 5a657c4aac
commit c3a72d0bee
15 changed files with 178 additions and 1557 deletions
+1 -28
View File
@@ -1,34 +1,7 @@
# Ralph Orchestrator Configuration
# Generated by: ralph init --backend codex
# Docs: https://github.com/mikeyobrien/ralph-orchestrator
cli:
backend: "codex"
event_loop:
prompt_file: "PROMPT.md"
completion_promise: "LOOP_COMPLETE"
max_iterations: 100
# max_runtime_seconds: 14400 # 4 hours max
# ─────────────────────────────────────────────────────────────────────────────
# Additional Configuration (uncomment to customize)
# ─────────────────────────────────────────────────────────────────────────────
# core:
# scratchpad: ".ralph/agent/scratchpad.md"
# specs_dir: ".ralph/specs/"
# Custom hats for multi-agent workflows:
# hats:
# builder:
# name: "Builder"
# triggers: ["build.task"]
# publishes: ["build.done", "build.blocked"]
#
# reviewer:
# name: "Reviewer"
# triggers: ["review.request"]
# publishes: ["review.approved", "review.changes_requested"]
# Create PROMPT.md with your task, then run: ralph run
max_iterations: 50