Files
Sybil-2/AGENTS.md

8 lines
389 B
Markdown
Raw Permalink Normal View History

2026-02-13 23:15:12 -08:00
# AGENTS.md
2026-02-14 21:20:14 -08:00
## 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).