git:20260517.2fb2c87 to git:20260521.b455a7c

1 added, 1 removed. Audit A to A.

---
description: Documentation duty
alwaysApply: true
---
- <!-- AUTO-GENERATED by `bernstein agents-md sync` — DO NOT edit by hand. Source: AGENTS.md. -->
+ <!-- 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.