17 lines
409 B
Markdown
17 lines
409 B
Markdown
# AGENTS.md
|
|
|
|
## Scope
|
|
Applies within `apps/web`.
|
|
|
|
## Responsibilities
|
|
- Public website
|
|
- User dashboard
|
|
- Chat UI
|
|
- Admin UI
|
|
- HTTP API entrypoints
|
|
|
|
## Rules
|
|
- Keep React and route handlers focused on transport, rendering, and validation.
|
|
- Delegate subscription, quota, and provider-routing policy to shared packages.
|
|
- User-facing quota output must remain approximate unless the caller is an admin surface.
|