ralph-cli 2.9.2

Command-line interface for Ralph Orchestrator
Documentation
# Hatless Baseline Preset
#
# A control preset with NO hats - tests core Ralph loop without hat delegation.
# Use this as a baseline to distinguish core loop issues from hat-specific bugs.
#
# Behavior: Ralph works directly without delegating to specialized hats.
# This validates: event loop, completion detection, basic tool use.
#
# Usage:
#   ralph run --config presets/hatless-baseline.yml --prompt "Implement a fibonacci function"

event_loop:
  prompt_file: "PROMPT.md"
  completion_promise: "LOOP_COMPLETE"
  max_iterations: 20
  max_runtime_seconds: 900
  starting_event: "task.start"

cli:
  backend: "claude"

core:
  specs_dir: "./specs/"

# NO HATS - Ralph works directly without delegation
# This is intentional for baseline testing