Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
ce51d3a
Move orchestrator/routes/pipelines.py to pipelines/__init__.py (pure …
Jul 4, 2026
9507dc4
Fix __file__-relative shared/config paths after package move (#3312)
Jul 5, 2026
f9e3b2f
Extract review-criteria builders into pipelines/_criteria.py (#3312 s…
Jul 5, 2026
07a973c
Extract draft-path + source-branch-artifact readers into pipelines/_d…
Jul 5, 2026
a9c3aeb
Extract review-verdict readers into pipelines/_reviews.py (#3312 slic…
Jul 5, 2026
dc5da52
Extract context-PR composition into pipelines/_context_pr.py (#3312 s…
Jul 5, 2026
2c5de72
Extract BRC-history helpers into pipelines/_brc_history.py + fix sour…
Jul 5, 2026
06fdab3
Extract statefiles + worktree-sync helpers into pipelines/ submodules…
Jul 5, 2026
c7b85e2
Extract divergence/alert/timeout helpers into pipelines/_alerts.py (#…
Jul 5, 2026
59a825c
Extract overseer detection-plane helpers into pipelines/_overseer.py …
Jul 5, 2026
1af3959
Extract slice-DAG state helpers into pipelines/_slice_state.py (#3312…
Jul 5, 2026
c7f676c
Extract pipeline-driver lifecycle helpers into pipelines/_drivers.py …
Jul 5, 2026
04cf286
Extract HITL + divergence-reconcile decision helpers into pipelines/_…
Jul 5, 2026
5d3542a
coder BRC memory + extraction tool for slice-4 continuation (#3312)
Jul 5, 2026
3a39509
Extract live-pod guarding helpers into pipelines/_pod_liveness.py (#3…
Jul 5, 2026
c5380e8
Update coder BRC memory: _pod_liveness landed, barrel 20,949L, correc…
Jul 5, 2026
21a1f0e
Extract decision-ledger + gap-gate + apply-handoff helpers into pipel…
Jul 5, 2026
d89730a
Extract plan-draft synthesis + contract-population helpers into pipel…
Jul 5, 2026
7d9621e
Extract review-prompt + role-context helpers into pipelines/_prompt_r…
Jul 5, 2026
6896d66
Extract agent-prompt assembly into pipelines/_prompt_agent.py (#3312 …
Jul 5, 2026
5489787
Extract phase-prompt + reviewer-prep prompt builders into pipelines/_…
Jul 5, 2026
0e7510a
Update coder BRC memory + persist tool byte-offset fix (barrel 14,167…
Jul 5, 2026
266bad3
Extract status-wait, resolution/identifier, and salvage helpers into …
Jul 5, 2026
80d3b60
Extract HITL-rerun, status-view, first-principles, and stacked-PR hel…
Jul 5, 2026
cd5966e
Extract slice-completion, lifecycle-mutation, and run-support helpers…
Jul 5, 2026
99ca6a7
Update coder BRC memory: 29 submodules landed, barrel 11,853L, only r…
Jul 5, 2026
dc7bd0a
Extract all 16 @pipelines_bp.route BODIES into pipelines/_routes_* su…
Jul 5, 2026
6d0e3f9
Update coder BRC memory: all route bodies extracted (decision-8), bar…
Jul 5, 2026
a1bfbf7
coder BRC memory: record proven-safe partial-binding recipe for giant…
Jul 5, 2026
dbee335
coder BRC memory: flag giant-split recipe ready for mechanical execut…
Jul 5, 2026
2ed6ef8
Split giant _run_implement_phase_slices into pipelines/_run_implement…
Jul 5, 2026
0d2a78a
coder BRC memory: giant #1 DONE (barrel 6,694L); record giant #2 anal…
Jul 5, 2026
331ad4e
coder BRC memory: refine giant #2 plan — closures alone insufficient …
Jul 5, 2026
dd06805
Split giant _run_concurrent_phase into pipelines/_run_concurrent{,_re…
Jul 6, 2026
c8b05e1
coder BRC memory: GIANT #2 DONE (barrel 4,765L); record concrete GIAN…
Jul 6, 2026
6a70a00
Extract _run_pipeline contract-sync setup block -> pipelines/_run_pip…
Jul 6, 2026
6641929
coder BRC memory: GIANT #3 bite 1 done (_run_pipeline 3,085L); record…
Jul 6, 2026
082b0da
Extract _run_pipeline host-repo-mapping setup block -> _run_pipeline_…
Jul 6, 2026
5c684dd
coder BRC memory: GIANT #3 bite 2 done (_run_pipeline 2,987L); record…
Jul 6, 2026
0373e26
Extract _run_pipeline start_phase==implement setup block -> _run_pipe…
Jul 6, 2026
adeb2f2
coder BRC memory: GIANT #3 bite 3 done (_run_pipeline 2,853L); update…
Jul 6, 2026
c4f715c
Extract _run_pipeline source-branch draft-carryover block -> _run_pip…
Jul 6, 2026
5964727
coder BRC memory: GIANT #3 bite 4 done (_run_pipeline 2,797L); record…
Jul 6, 2026
da48f87
Extract _run_pipeline worktree-resolution setup block -> _run_pipelin…
Jul 6, 2026
233533d
coder BRC memory: GIANT #3 bite 5 done — ALL 5 setup blocks extracted…
Jul 6, 2026
8e013b6
Lift _run_pipeline health-monitor closures -> _run_pipeline_support.p…
Jul 6, 2026
d3c0c18
coder BRC memory: GIANT #3 bite 6 done (_run_pipeline 2,684L; 2 healt…
Jul 6, 2026
7f49ee0
Split _run_pipeline while-loop: extract 708L HITL-gate converge block…
Jul 6, 2026
c62d830
coder BRC memory: GIANT #3 bite 7 done (_run_pipeline 1,988L; 708L HI…
Jul 6, 2026
95dc11c
Split _run_pipeline while-loop: extract 296L phase-execution block ->…
Jul 6, 2026
a5506d4
coder BRC memory: GIANT #3 bite 8 done (_run_pipeline 1,712L, ~212L o…
Jul 6, 2026
923a2b3
Split _run_pipeline while-loop: extract plan/PENDING/IMPLEMENT blocks…
Jul 6, 2026
e953a95
coder BRC memory: GIANT #3 bite 9 done — _run_pipeline UNDER CAP (1,4…
Jul 6, 2026
cced2d2
Move _run_pipeline -> pipelines/_run_pipeline.py; barrel now UNDER ca…
Jul 6, 2026
aa6d2b6
Terminal: empty file-size allowlist + _run_pipeline test-seam fixes (…
Jul 6, 2026
92beb17
Document orchestrator/routes/pipelines/ decomposition seam in orchest…
Jul 6, 2026
046d426
Persist BRC history for slice-4 (#2548)
Jul 6, 2026
6194ad5
Merge main into slice-4; port #3490 live-mutable consensus timeouts a…
jwbron Jul 6, 2026
6b90220
Re-point pipelines source-introspection tests at the decomposed package
jwbron Jul 6, 2026
79dc416
Fix lint fallout from the gateway.py and event_loop.py decompositions
jwbron Jul 6, 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
148 changes: 119 additions & 29 deletions .egg-state/agent-outputs/coder/brc-memory-issue-3312-v2.md

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions .egg-state/agent-outputs/reviewer_code/brc-memory-issue-3312-v2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Codebase / change model

<!-- enrichment (claims, not ground truth); re-verify vs the live git-log delta — #3189 anchors are authoritative -->
-

## Per-producer assessment

<!-- summaries are SHA-stamped claims; stale when enrichment_sha != the producer's current proposal SHA -->

### coder

- producer: coder
- last_reviewed_commit_sha: -
- prior_verdict: NACK
- prior_nack_reasons: blocking
- prior_conditional_obligation: -
- enrichment_sha: -
- summary_of_assessment: blocking

## Decision log

- 2026-07-05T19:12:31Z ack coder: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx [a.py]
- 2026-07-05T19:12:31Z nack coder: blocking
- 2026-07-05T19:14:11Z ack coder: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx [a.py]
- 2026-07-05T19:14:11Z nack coder: blocking
- 2026-07-05T19:15:05Z ack coder: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx [a.py]
- 2026-07-05T19:15:05Z nack coder: blocking
Loading
Loading