Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
090dc67
Add coordinator harness for agent-driven observer AD iteration
ellataira Apr 21, 2026
84b549c
coordinator: model routing, detector-workspace convention, QUICKSTART
ellataira Apr 21, 2026
fa6594a
coordinator: swap Slack transport → GitHub PR comments
ellataira Apr 21, 2026
0e54a27
coordinator: panel-review fixes — brittleness, SRE, scientist, maxima…
ellataira Apr 21, 2026
d1b03ed
coordinator: doc refresh + de-hardcode detector list
ellataira Apr 21, 2026
dde2e78
coordinator: pre-run fixes — defaults, branch rooting, σ prebuild, ov…
ellataira Apr 21, 2026
0deee5c
coordinator: pre-run hardening (Tier 1 + 1.5 + gate/review/plateau ov…
ellataira Apr 21, 2026
9681567
coordinator: enforce one-component candidates + offline marginal re-eval
ellataira Apr 22, 2026
c1e9ae9
coordinator: panel-review fixes — brittleness, SRE, scientist, maxima…
ellataira Apr 22, 2026
91c490c
coordinator: default phase=ONE + --no-verify on scratch-branch push
ellataira Apr 22, 2026
2d12f4a
coordinator: document the four-branch model in QUICKSTART
ellataira Apr 22, 2026
4fd9e00
coordinator: enforce one-component candidates + offline marginal re-eval
ellataira Apr 23, 2026
a6c13a9
coordinator: enforce per-tick perf budget across proposer/impl/reviewer
ellataira Apr 23, 2026
4a9e05a
coordinator: richer PR comments per iteration + Claude signature
ellataira Apr 23, 2026
9a83b3f
coordinator: per-model token + cost tracking, surfaced in PR comments
ellataira Apr 23, 2026
da67937
coordinator: REJECT candidate on impl crash + iter_start budget footer
ellataira Apr 23, 2026
f678c2e
coordinator: durable token log + full SDK error capture
ellataira Apr 23, 2026
3e18549
coordinator: robust token capture + SDK msg-type diagnostic log
ellataira Apr 23, 2026
262a508
coordinator: time-only halt + per-iter cost anomaly + cooperative pause
ellataira Apr 23, 2026
cde2a8f
coordinator: fix off-by-one in per-iter token/cost anomaly lookup
ellataira Apr 23, 2026
b13285b
coordinator: autopilot self-pivot on phase plateau (no user input nee…
ellataira Apr 23, 2026
92f445b
coordinator: drop cost_anomaly_absolute_usd, bump token trigger 5M → 10M
ellataira Apr 23, 2026
cd1e57e
coordinator: status cheat-sheet in QUICKSTART
ellataira Apr 23, 2026
ab12996
coordinator: proposer authors detailed plan; Sonnet implements it mec…
ellataira Apr 24, 2026
d9f46c1
coordinator: docs + allium spec lockstep catch-up
ellataira Apr 24, 2026
bfec600
coordinator: crash-safe ship + SDK retry + stderr capture + F1 matrix
ellataira Apr 24, 2026
d2bb80a
coordinator: blank-slate run variant (observer-blank upstream)
ellataira Apr 24, 2026
4863d2b
coordinator: derive KNOWN_DETECTORS from baseline; reword proposer pr…
ellataira Apr 24, 2026
6906779
coordinator: eval union of baselined + target detectors; graceful mis…
ellataira Apr 24, 2026
d64758b
Merge remote-tracking branch 'origin/ella/observer-blank' into claude…
ellataira Apr 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,7 @@ AUTO_JIRA.md
# Zed config
.zed
.phoenix/

# Coordinator harness runtime state (never commit)
.coordinator/
eval-results/
Loading
Loading