Skip to content

Commit d2bb80a

Browse files
committed
coordinator: blank-slate run variant (observer-blank upstream)
Parallel variant of the live run. Points the coordinator at ella/observer-blank as upstream and uses claude/observer-blank-improvements as the scratch branch, so this run cannot collide with the live q-branch-observer → claude/observer-improvements pipeline driven from ella/claude-coordinator-harness. Everything else (workspace_for_detector convention, .coordinator state paths, gates, reviewers) is identical and derives from runtime state.
1 parent bfec600 commit d2bb80a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tasks/coordinator/git_ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import subprocess
1818
from pathlib import Path
1919

20-
SCRATCH_BRANCH = "claude/observer-improvements"
21-
UPSTREAM_BRANCH = "q-branch-observer"
20+
SCRATCH_BRANCH = "claude/observer-blank-improvements"
21+
UPSTREAM_BRANCH = "ella/observer-blank"
2222
# Only comp/observer/ is committable by the coordinator, with the
2323
# critical EXCEPTION of comp/observer/scenarios/ — that directory holds
2424
# ground-truth labels (ground_truth.json) and episode windows

0 commit comments

Comments
 (0)