feat: add pipeline kill switch and per-PR gate verdict audit comments#353
Open
schmug wants to merge 1 commit into
Open
feat: add pipeline kill switch and per-PR gate verdict audit comments#353schmug wants to merge 1 commit into
schmug wants to merge 1 commit into
Conversation
…#314) - Both implementer and reviewer Routines now check for open issues with the `pipeline-paused` label as their very first action; if any exist, they exit with a no-op message and mutate nothing (no PRs, merges, labels, or ledger updates). - Reviewer now posts the full gate verdict JSON (`pass` + `reasons`) as a PR comment on every auto-merged PR, providing an immutable audit record before the merge command runs. - `setup-labels.sh` creates the new `pipeline-paused` label (yellow). - `docs/routine-pipeline.md` documents the kill switch and audit comments. Closes #314 https://claude.ai/code/session_01Qy1gPuzCRPGGVsXdAqFWvc
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
dmarcheck | 29c8d39 | May 22 2026, 02:13 PM |
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-pausedlabel as their very first action — if any open issue carries it, the Routine exits immediately with a no-op message and mutates nothing (no PRs opened, no merges, no labels added, no ledger updates).pass+reasons) as a PR comment on every auto-merged PR before the merge command runs, providing an immutable per-PR audit record for forensics.setup-labels.shcreates the newpipeline-pausedlabel (yellow,FBCA04).docs/routine-pipeline.mddocuments the kill switch (pause/resume steps) and the new audit comment behavior.Closes #314
Test plan
setup-labels.shruns without error;pipeline-pausedlabel appears in the repo with yellow colorpipeline-pausedlabel to any open issue → next implementer Routine run exits with no-op message, opens no PRspipeline-pausedlabel to any open issue → next reviewer Routine run exits with no-op message, merges nothing, posts no comments, skips ledger updatepipeline-pausedlabel from all issues → both Routines resume normal operationneeds-youlabel +reasonscomment, no verdict commentDeferred follow-ups
None — all acceptance criteria shipped in this PR.
https://claude.ai/code/session_01Qy1gPuzCRPGGVsXdAqFWvc
Generated by Claude Code