epic-13: add cli and tui entry point, finish epic.

This commit is contained in:
2026-05-16 13:37:58 +04:00
parent 72d20726ce
commit 2207a37549
60 changed files with 2896 additions and 41 deletions
@@ -52,7 +52,7 @@ class ValidationPipelineIntegrationTest {
}
@Test
fun `rejected outcome retryable is false set by validator, not orchestrator`() {
fun `rejected outcome retryable is false - set by validator, not orchestrator`() {
// A dangling transition triggers GraphValidator ERROR → Rejected(retryable=false).
// Ownership rule: the validator sets retryable; the orchestrator must only read it.
val a = StageId("A")