From 41ee5ee5c8c8a610f35195510ff1d67edd32e23e Mon Sep 17 00:00:00 2001 From: RainbowBird Date: Sat, 12 Sep 2026 19:25:43 +0800 Subject: [PATCH] docs: place ADRs under ai/adr directories --- AGENTS.md | 4 ++-- server/AGENTS.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 3afdad97a..da4df0664 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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. diff --git a/server/AGENTS.md b/server/AGENTS.md index a7971b3cb..5a1ace6b1 100644 --- a/server/AGENTS.md +++ b/server/AGENTS.md @@ -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.