docs/codebase-map.json. The full application source was not present during this docs update.
Known product architecture
Contributor rules
- Read
docs/codebase-map.jsonbefore editing. - Inspect existing app patterns before adding routes or actions.
- Preserve Supabase auth and RLS.
- Preserve
org_idscoping. - Keep dashboard, company admin, and superadmin code separate.
- Preserve API response contracts.
Dangerous areas
| Area | Risk |
|---|---|
| Auth | Access leaks across workspaces. |
| RLS | Data leaks across org_id. |
| API contracts | Website integrations break. |
| Email providers | Replies fail or send from the wrong mailbox. |
| Aria actions | Drafts or analysis use wrong context. |