mirror of
https://github.com/khodges42/nightShift.git
synced 2026-06-14 10:08:37 +00:00
on_status replaces the single on_pass field with a mapping that routes each review status (pass/fail/retry/escalate) to a different target stage. The lookup order for non-pass statuses is: on_status[status] -> on_fail -> next_stage (agent output) Config parsing validates that on_status keys are valid status names and all referenced stages exist. Includes test coverage for parsing, validation errors, pass/fail/escalate routing, and on_fail fallback. |
||
|---|---|---|
| .. | ||
| images | ||
| artifact-review.md | ||
| bugs.md | ||
| config-reference.md | ||
| design.md | ||
| future_ideas.md | ||
| ideas.md | ||
| troubleshooting.md | ||
| writer-and-coder.md | ||