nightshift/docs
RJS 67ea77baa6 Replace on_pass with on_status dict for per-status stage routing
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.
2026-05-23 14:43:50 +00:00
..
images fix guard and make stop repeat configurable 2026-05-20 05:02:32 -07:00
artifact-review.md Ollama backend support, experiment metadata and prompt snapshots, stronger command execution controls, refreshed docs/examples, a read-only Flask dashboard, and a runnable quickstart Lisp project. 2026-05-17 01:39:44 -07:00
bugs.md Project runner tool and writer tooling fixes 2026-05-22 04:17:37 -07:00
config-reference.md Replace on_pass with on_status dict for per-status stage routing 2026-05-23 14:43:50 +00:00
design.md Rename the tutorial to a more generic name 2026-05-21 03:56:30 -07:00
future_ideas.md Rename the tutorial to a more generic name 2026-05-21 03:56:30 -07:00
ideas.md Clean up docs, tests, patch writing bug 2026-05-22 21:04:54 -07:00
troubleshooting.md Dashboard and human readable devlogs 2026-05-17 16:09:49 -07:00
writer-and-coder.md Update story mode for invariants 2026-05-22 17:13:27 -07:00