Initial import
This commit is contained in:
16
apps/web/AGENTS.md
Normal file
16
apps/web/AGENTS.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user