15 lines
769 B
Markdown
15 lines
769 B
Markdown
# AGENTS.md
|
|
|
|
The canonical guidance for AI coding agents in this repository lives in **[CLAUDE.md](CLAUDE.md)**
|
|
(same folder). Read that first, then the `CLAUDE.md` inside whichever project you are editing:
|
|
|
|
- Frontend → [client/CLAUDE.md](client/CLAUDE.md)
|
|
- Backend → [server/CLAUDE.md](server/CLAUDE.md)
|
|
|
|
Those hold the **hard rules**. The reasoning behind them, and everything you need on demand for a
|
|
specific area, is in **[docs/rules/](docs/rules/index.md)** — start at its index, which maps
|
|
"working on X" to the one file to open. Business rules live in **[product/](product/index.md)**.
|
|
|
|
`CLAUDE.md` is the single source of truth at every level of this repo; these `AGENTS.md` files are
|
|
just pointers so the convention is discoverable under either name.
|