19 lines
349 B
YAML
19 lines
349 B
YAML
cli:
|
|
backend: "claude"
|
|
|
|
event_loop:
|
|
completion_promise: "LOOP_COMPLETE"
|
|
max_iterations: 20
|
|
|
|
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"
|