docs-sync --fix materializes .ceremony/{AGENTS,TRIAGE,BUILDER,REVIEWER,
LABELS}.md byte-identical to heavy-duty/ceremony@0.1.0 (the pin docs-sync
reads from release.yml — one pin governs machinery and doctrine), plus
the machine-managed README marker and the root AGENTS.md stub. Root
LABELS.md retires: a hand-maintained copy beside a machine-verified
mirror is the drift the mirror exists to end (rig's precedent, rig#112).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
14 lines
729 B
Markdown
14 lines
729 B
Markdown
# .ceremony/ — the vendored doctrine mirror
|
|
|
|
Machine-managed by heavy-duty/ceremony's `actions/docs-sync`. Never edit
|
|
these files here: they are byte-identical copies of
|
|
[heavy-duty/ceremony](https://github.com/heavy-duty/ceremony) at this
|
|
repository's pinned ref, and CI re-diffs them on every PR — a hand edit
|
|
goes red. They are changed in heavy-duty/ceremony, through its own flow,
|
|
and arrive here when the pin moves.
|
|
|
|
The pin lives in `.github/workflows/release.yml` — the single
|
|
`uses: heavy-duty/ceremony/.github/workflows/release.yml@<ref>` line. One
|
|
pin governs machinery and doctrine alike: bump it and re-sync this mirror
|
|
in the same PR (`docs-sync --fix`, or let the red check on the bump PR say
|
|
what is stale).
|