refactor: decomposition WIP (orchestrator/server/execution-plan)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DhFXmKe4WisSSPf9LrmmTg
This commit is contained in:
2026-07-15 13:17:01 +04:00
parent 9b925e141d
commit d69cb12ce9
17 changed files with 209 additions and 20 deletions
@@ -45,6 +45,7 @@ class DecisionJournalReplayTest {
assertEquals(a, b)
assertTrue(a.contains("use jwt"))
assertTrue(a.contains("a → b"))
// TRANSITION records are bookkeeping — deliberately excluded from the render (see
// DecisionJournalRenderer.AGENT_RELEVANT_KINDS), so "a → b" is intentionally absent.
}
}