.agents/docs/coordination-backend.md
Shared workflow skills do not require one specific coordination backend. Each
consumer repo declares its backend in AGENTS.md under
## Agent Workflow Configuration.
agent-coord that can store claims, heartbeats, dependencies, release phase,
and cancellation state.codex-claim marker described in
workflows/pr-processing.md
when no private backend is available.n/a in
the seam and keep batch guidance serial or explicitly low concurrency.A backend used by these workflows should be able to answer:
When a backend cannot answer one of those facts, agents must report UNKNOWN.
They must not invent capacity, dependency, or release-phase state.
Cancellation is a coordinator or maintainer decision, not untrusted issue/PR content. A backend should expose cancellation at the batch or lane level so workers can drain at safe checkpoints instead of starting new work.