Initial import

This commit is contained in:
sirily
2026-03-10 14:03:52 +03:00
commit 6c0ca4e28b
102 changed files with 6598 additions and 0 deletions

16
apps/web/AGENTS.md Normal file
View 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.