You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(run-ops split): strip review-scaffolding comments/labels from pr09 presenters
Comment/label hygiene pass over the PR09 presenter read-routing work. No
product logic, assertions, seeds, or test structure changed — only comment
text and test/it titles.
- Remove the SPLIT-NEUTRAL scaffolding comment on TaskDetailPresenter.getActivity.
- Drop `// --- ... ---` comment fencing across the touched test files, keeping
the behavioral text.
- Strip Task/Step enumeration prefixes from comments and it/test titles, keeping
the behavioral descriptions.
- Remove Definition-of-Done ("DoD") framing and RED/GREEN TDD phase commentary.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
// --- Span detail resolves run + children through the run-ops store, region/schedule/session
212
-
// on control-plane, no cross-DB join. ---
211
+
// Span detail resolves run + children through the run-ops store, region/schedule/session
212
+
// on control-plane, no cross-DB join.
213
213
heteroPostgresTest(
214
214
"findRun hydrates the run through the run-ops store (new-first) and the children-by-parentSpanId set; region/schedule/session resolve from the control-plane client",
0 commit comments