prototoolagain/ralph.yml
Jimmy 0a4f870f67 Initial commit: Inspection reporting app
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 01:03:51 +01:00

34 lines
1.2 KiB
YAML

# Ralph Orchestrator Configuration
# Generated by: ralph init --backend claude
# Docs: https://github.com/mikeyobrien/ralph-orchestrator
cli:
backend: "claude"
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