refactor(pipeline): script deterministic workflow helpers#650
Merged
refactor(pipeline): script deterministic workflow helpers#650
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #650 +/- ##
==========================================
+ Coverage 96.86% 96.88% +0.02%
==========================================
Files 264 268 +4
Lines 35196 35563 +367
==========================================
+ Hits 34091 34456 +365
- Misses 1105 1107 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ling - Bundle full diff and pred list into context report (zero additional tool calls needed after Step 0) - Add "Trust the report" directive to prevent redundant API fetches - Add Step 1 to push merge-with-main commit from worktree - Add issue-test round-trip consistency check in completeness step - Add self-review warning (non-blocking) when reviewer == PR author - Replace Merge/Approve with single "Approve & Merge" action - Add "Record" option for non-blocking follow-up items - Include PR author in snapshot for self-review detection - Build pred CLI on demand if binary not found Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pipeline_board.pyand keep old poll/recover entrypoints as wrappersVerification
python3 scripts/test_pipeline_board.pypython3 scripts/test_pipeline_pr.pypython3 scripts/test_pipeline_worktree.pypython3 scripts/test_pipeline_checks.pypython3 scripts/test_make_helpers.pypython3 scripts/pipeline_pr.py --helppython3 scripts/pipeline_worktree.py --helppython3 scripts/pipeline_checks.py --helpmake -n pr-context PR=570make -n pr-wait-ci PR=570 TIMEOUT=1200 INTERVAL=15make -n worktree-issue ISSUE=117 SLUG=graph-partitioningmake -n worktree-pr PR=570make -n board-next MODE=final-review REPO=CodingThrust/problem-reductions