docs: place ADRs under ai/adr directories

This commit is contained in:
RainbowBird
2026-09-12 19:25:43 +08:00
parent 827b692b15
commit 41ee5ee5c8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -93,8 +93,8 @@ Concise but detailed reference for contributors working across the `moeru-ai/air
## Architecture decisions ## Architecture decisions
- Put project-wide and client ADRs directly in `docs/ai/`. - Put project-wide and client ADRs in `docs/ai/adr/`.
- Put hosted backend ADRs directly in `server/docs/ai/`. - Put hosted backend ADRs in `server/docs/ai/adr/`.
- Both paths are relative to the repository root. - Both paths are relative to the repository root.
- Keep ADRs in this repository and include them in the related commits and pull requests. - Keep ADRs in this repository and include them in the related commits and pull requests.
+1 -1
View File
@@ -12,7 +12,7 @@
## Architecture decisions ## Architecture decisions
- Put server ADRs directly in `server/docs/ai/`, relative to the repository root. - Put server ADRs in `server/docs/ai/adr/`, relative to the repository root.
- Include ADRs in the related commits and pull requests in this repository. - Include ADRs in the related commits and pull requests in this repository.
- Create or update the ADR before you change a server boundary. - 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. - A server boundary includes an HTTP contract, provider contract, persistence model, or cross-module lifecycle.