Phase-2: Queue and governance hardening#6
Conversation
|
Unable to trigger custom agent "Code Reviewer". You have run out of credits 😔 |
… template, AGENTS warning, agent least-privilege Co-authored-by: Prekzursil <54636077+Prekzursil@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0b93564fc4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@copilot Please fix the unresolved queue-state regression: in |
…gress coexistence Co-authored-by: Prekzursil <54636077+Prekzursil@users.noreply.github.com>
Fixed in |
Hardens the agent queue and governance layer against duplicate transitions, silent rollback failures, and template drift introduced in the bootstrap merge.
Summary
agent-task-queue.yml— ifagent:in-progressis already set and an Execution Contract comment exists, the workflow skips duplicate label mutations and contract creation.agent:readyis still consumed in this path to preventready + in-progresslabel coexistence.core.warning→core.error; partial-state failures are now visible in the Actions UI.agent-label-sync.ymlnow fires on pushes tomain/master(path-filtered), not only onworkflow_dispatch..github/pull_request_template.md(the one GitHub renders) was a minimal stub; replaced with the full Summary/Risk/Evidence/Rollback/Scope Guard structure.⚠️blockquote explaining the trigger contract and that rollback failures surface as hard errors.execute-scope lines tosecurity-sheriffandtest-specialistprofiles, bounding permitted commands tobash scripts/verifyand test/diagnostic runners.Risk
lowEvidence
bash scripts/verifyRollback
git revert HEADon this branch; no label state is mutated by the workflow change itselfScope Guard
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.