feat(pipeline): drop status:ready gate — implement directly from status:refined#127
Draft
Zlyzart wants to merge 1 commit into
Draft
feat(pipeline): drop status:ready gate — implement directly from status:refined#127Zlyzart wants to merge 1 commit into
Zlyzart wants to merge 1 commit into
Conversation
…us:refined Removes the manual `status:ready` promotion step. The local implementer (`/implement-next`) now picks issues directly from `status:refined`, so the flow is unrefined → refined → in-progress without a human click in between. Changes: - implement-next.md: selector targets status:refined, claim removes status:refined, failure re-queues to status:deferred (reconciler re-promotes to status:refined) - reconciler.yml: deferred and stale reclaims restore status:refined (not status:ready); weekly digest drops the ready count - agent-refine.yml: remove status:ready from already-past-refinement guard; update prompt to drop the "human should apply status:ready" note - ready-author-guard.yml: deleted (no status:ready to guard) - labels.yml: remove status:ready label; update status:refined description - docs/agent-pipeline.md: update flow diagram, lifecycle, threat model, setup, and rollout sections Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Gate integrity: this PR changes CI/test machinery — an owner must approve it to unblock (CI re-runs on approval). If unintended, restore the original gate instead. |
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
status:readypromotion step from the agent pipeline/implement-nextnow picks issues directly fromstatus:refined(unrefined → refined → in-progress)ready-author-guard.yml(no longer needed)Files changed
.claude/commands/implement-next.mdstatus:refined; claim/failure paths updated.github/workflows/ready-author-guard.yml.github/workflows/reconciler.ymlstatus:refined; digest dropsready.github/workflows/agent-refine.ymlstatus:readyfrom skip guard; update prompt.github/labels.ymlstatus:readylabel; updatestatus:refineddescriptiondocs/agent-pipeline.mdGate note
Edits to
.github/workflows/trigger gate-guard. Owner approval required to merge.🤖 Generated with Claude Code