Adds the canonical cross-role handoff schema and its fail-closed validator, live-state recovery, role-limited continuation, mandatory durable posting, the merged-awaiting-controller boundary, controller accept/reject continuation, and workflow-failure escalation with duplicate handling. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
36 lines
1.3 KiB
Markdown
36 lines
1.3 KiB
Markdown
# PR-queue-cleanup final report schema
|
|
|
|
One report per cleanup run (one run = one PR). Fields must all be present;
|
|
use `none` where nothing occurred. Validated by
|
|
`pr_queue_cleanup.assess_pr_queue_cleanup_report` (fail closed).
|
|
|
|
* Task: pr-queue-cleanup
|
|
* Workflow source: workflows/pr-queue-cleanup.md (+ version/commit/hash)
|
|
* Repo:
|
|
* Role/profile:
|
|
* Identity:
|
|
* PR inventory pagination proof: (inventory_complete / final page / total_count)
|
|
* Queue ordering proof:
|
|
* Earlier PRs skipped: (with live per-PR proof)
|
|
* Selected PR: (exactly one)
|
|
* Pinned head SHA:
|
|
* Review decision: (single terminal decision)
|
|
* Merge authorized for PR: true/false (explicit per-PR operator authorization)
|
|
* Merge gates result:
|
|
* Merge result: (none / not attempted / merged SHA / blocker)
|
|
* Run stop point: (which §4 chain rule ended the run)
|
|
* Next suggested PR: (named, not continued to)
|
|
* File edits by reviewer:
|
|
* Worktree/index mutations:
|
|
* Git ref mutations:
|
|
* MCP/Gitea mutations:
|
|
* Issue mutations: none (required — forbidden in cleanup mode)
|
|
* Branch mutations: none (required — forbidden in cleanup mode)
|
|
* Read-only diagnostics:
|
|
* Blockers:
|
|
* Safe next action: (fresh run for the next PR)
|
|
|
|
The report must also carry the canonical self-propagating handoff block
|
|
(`schemas/self-propagating-handoff.md`, #626) and that block must be posted to
|
|
the Gitea PR thread.
|