This commit is contained in:
2026-02-14 21:20:14 -08:00
parent 642d0ba460
commit 7ef2825c16
5 changed files with 331 additions and 2 deletions

View File

@@ -1,2 +1,7 @@
# AGENTS.md
## Documentation Discipline
- Keep API documentation current whenever backend/frontend API behavior changes.
- If request/response shapes, stream events, auth behavior, or endpoint semantics change, update docs in `docs/api/` in the same change.
- Treat `docs/api/rest.md` and `docs/api/streaming-chat.md` as the source-of-truth contract for non-web clients (including iOS).