docs(server): clarify adr delivery workflow

This commit is contained in:
RainbowBird
2026-09-07 00:22:08 +08:00
parent 96b629165b
commit b1170ea8ca
+2
View File
@@ -13,6 +13,8 @@
## Architecture decisions
- Put server ADRs in `../airi-docs/adr/`.
- For an ADR task, write or update the ADR only. Do not stage, commit, push, or open a PR for ADR files.
- The user owns ADR commits and pushes.
- Create or update the ADR before you change a server boundary.
- A server boundary includes an HTTP contract, provider contract, persistence model, or cross-module lifecycle.
- Add a module dependency graph, an affected-file tree, and a sequence diagram to every implementation ADR.