Skip to content

Commit ca10cfc

Browse files
docs: sync LABELS.md from Workflows repository
1 parent da3d739 commit ca10cfc

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

docs/LABELS.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This document describes all labels that trigger automated workflows or affect CI
3232
| `security:bypass-guard` | Issue or PR labeled | Bypasses prompt-injection guard after explicit approval
3333
| `agents:allow-change` | PR labeled | Allows guarded automation changes that require explicit permission
3434
| `automerge` | PR labeled | Marks a completed agent PR for guarded automerge
35+
| `runtime-ac` / runtime verification labels | PR labeled | Blocks external auto-merge until local Orchestrator runtime AC checks pass
3536
| `status:in-progress` | Issue labeled | Marks an issue claimed by the belt dispatcher/worker
3637
| `from:<agent>` | PR labeled | Records the automation agent that produced the PR
3738
| `runner:<agent>` | Issue labeled | Selects an auto-pilot runner without triggering issue intake
@@ -623,6 +624,31 @@ These labels trigger the post-merge verifier workflow on a merged PR.
623624

624625
---
625626

627+
### Runtime AC merge labels
628+
629+
**Labels:** `runtime-ac`, `runtime-verification`, `acceptance-criteria`,
630+
`verification-spec`, `verification-plan`, `ac-checks`, `runtime-checks`
631+
632+
**Applies to:** Pull Requests
633+
634+
**Trigger:** Runtime acceptance criteria or verification labels applied to a PR.
635+
Prefixed labels such as `verify:runtime-ac` are treated the same as
636+
`runtime-ac`.
637+
638+
**Effect:**
639+
1. Blocks external merge lanes from merging the PR directly.
640+
2. Requires maintainers to merge through the local Orchestrator runtime AC guard
641+
after the runtime acceptance spec passes.
642+
3. Fails closed if an external merge lane cannot read PR labels.
643+
644+
**Consumers:** `.github/scripts/runtime_ac_merge_guard.js`,
645+
`.github/workflows/agents-73-codex-belt-conveyor.yml`,
646+
`.github/workflows/reusable-70-orchestrator-main.yml`,
647+
`.github/workflows/maint-71-merge-sync-prs.yml`,
648+
`templates/consumer-repo/.github/workflows/agents-81-gate-followups.yml`.
649+
650+
---
651+
626652
### `automerge`
627653

628654
**Applies to:** Pull Requests

0 commit comments

Comments
 (0)