docs: place ADRs under ai/adr directories
This commit is contained in:
@@ -93,8 +93,8 @@ Concise but detailed reference for contributors working across the `moeru-ai/air
|
||||
|
||||
## Architecture decisions
|
||||
|
||||
- Put project-wide and client ADRs directly in `docs/ai/`.
|
||||
- Put hosted backend ADRs directly in `server/docs/ai/`.
|
||||
- Put project-wide and client ADRs in `docs/ai/adr/`.
|
||||
- Put hosted backend ADRs in `server/docs/ai/adr/`.
|
||||
- Both paths are relative to the repository root.
|
||||
- Keep ADRs in this repository and include them in the related commits and pull requests.
|
||||
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@
|
||||
|
||||
## 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.
|
||||
- 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.
|
||||
|
||||
Reference in New Issue
Block a user