summaryrefslogtreecommitdiff
path: root/internal/scheduler
diff options
context:
space:
mode:
authorClaudomator Agent <agent@claudomator.local>2026-07-10 20:06:20 +0000
committerClaudomator Agent <agent@claudomator.local>2026-07-10 20:06:20 +0000
commit34380da06b1b0f2088f83c1edcb0b506e3196cca (patch)
tree9fa2a4a830343d452e214f6c35f5be37660081bd /internal/scheduler
parentc812eeac49f5ebbcf8b9855a3f56ac4940e074d8 (diff)
refactor(scheduler): migrate story fix loop off RootTaskID re-pointing onto CurrentAttempt resolution
Diffstat (limited to 'internal/scheduler')
-rw-r--r--internal/scheduler/story_orchestrator_test.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/scheduler/story_orchestrator_test.go b/internal/scheduler/story_orchestrator_test.go
index aa7fff1..08bd155 100644
--- a/internal/scheduler/story_orchestrator_test.go
+++ b/internal/scheduler/story_orchestrator_test.go
@@ -954,12 +954,6 @@ func TestStoryOrchestrator_ArbitrationRejects_LeavesRootReadyNotCompleted(t *tes
}
}
-// TestStoryOrchestrator_NeedsFix_SpawnsFixAttemptAndRepointsRoot proves the
-// core mechanism: a story at NEEDS_FIX gets a new builder-role fix-attempt
-// task spawned (depending on the rejected root), and the story is re-pointed
-// at it (RootTaskID updated, Status reset to IN_PROGRESS) so the very next
-// tick re-enters the normal Builder->Evaluators->Arbitration flow against
-// the new attempt.
// TestStoryOrchestrator_NeedsFix_SpawnsFixAttempt proves the core mechanism:
// a story at NEEDS_FIX gets a new builder-role fix-attempt task spawned
// (depending on the rejected root), and the story's Status resets to