5 lines
303 B
Markdown
5 lines
303 B
Markdown
# Web Domain Rules
|
|
|
|
- Own browser console, project workspace, agent workspace, and backend integration under `apps/web`.
|
|
- Keep UI state predictable and align API assumptions with `packages/contracts` or `services/core`.
|
|
- Prefer focused component, store, and API-client tests as the web surface grows.
|