Files
nroxy/apps/web/AGENTS.md
2026-03-10 14:03:52 +03:00

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.