: (AB#)¶
What & why¶
Type of change¶
feat / fix / refactor / chore / docs / test
Author checklist¶
- [ ] Build, tests, and format check pass locally
- [ ] New behavior has tests; bug fix has a regression test
- [ ] No secrets, keys, or connection strings introduced
- [ ] Migrations (if any): generated SQL reviewed; destructive changes flagged
- [ ] GraphQL schema changes are additive (deprecate, don't break)
- [ ] PR is small and focused (one logical change)