20 lines
381 B
YAML
20 lines
381 B
YAML
cli:
|
|
backend: "codex"
|
|
|
|
event_loop:
|
|
prompt_file: "Ralph/PROMPT.md"
|
|
completion_promise: "LOOP_COMPLETE"
|
|
max_iterations: 60
|
|
|
|
backpressure:
|
|
gates:
|
|
- name: "lint"
|
|
command: "npm run lint"
|
|
on_fail: "retry"
|
|
- name: "typecheck"
|
|
command: "npm run typecheck"
|
|
on_fail: "retry"
|
|
- name: "build"
|
|
command: "npm run build"
|
|
on_fail: "retry"
|