documentation-duty · git:20260521.b455a7c · 2026-05-21 · sha256 3c37cb0491e2cccb
documentation-duty git:20260521.b455a7cA
Immutable. This exact content is served forever at /api/v1/blob/3c37cb0491e2cccb.
--- description: Documentation duty alwaysApply: true --- <!-- AUTO-GENERATED by `bernstein agents-md sync` - DO NOT edit by hand. Source: AGENTS.md. --> Every PR that adds or changes a feature MUST update docs in the same PR: - User-visible behaviour: update the relevant `README.md` section. - Operator workflows: update `docs/operations/<area>.md`. - Public API surface: regenerate `docs/api/` schemas. - Architecture or new module: update `docs/sdd/` and run `bernstein agents-md sync` so AGENTS.md, CLAUDE.md, `.goosehints`, `CONVENTIONS.md`, and `.cursor/rules/*.mdc` stay aligned. - New test layer: also update `docs/contributing/testing.md`. PRs without the matching docs change will be sent back. Docs and code ship together.