Add per-folder CLAUDE.md for key packages
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
15
apps/trust/CLAUDE.md
Normal file
15
apps/trust/CLAUDE.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# apps/trust
|
||||
|
||||
React 19 + Vite + TypeScript + Relay + TailwindCSS. Port 5174.
|
||||
|
||||
Same frontend stack as `apps/console/` — see its CLAUDE.md for Relay query patterns, mutation hooks, and component conventions.
|
||||
|
||||
## Trust-specific differences
|
||||
|
||||
- Public-facing trust center app (not an internal dashboard)
|
||||
- Path-prefix routing: `/trust/{slug}` for Probo-hosted, `/` for custom domains
|
||||
- Routes: `/overview`, `/documents`, `/subprocessors`, `/updates`
|
||||
- Auth flow: `/connect`, `/verify-magic-link`, `/full-name`
|
||||
- Content routes (`/overview`, `/documents`, `/subprocessors`, `/updates`) wrapped in `MainLayout`
|
||||
- Auth routes (`/connect`, `/verify-magic-link`, `/full-name`) wrapped in `AuthLayout`
|
||||
- All route groups use `RootErrorBoundary`
|
||||
Reference in New Issue
Block a user