feat: update docs for token efficient usage
Some checks failed
Deploy to Staging / Build Images (push) Has started running
Deploy to Staging / Deploy to Staging (push) Has been cancelled
Deploy to Staging / Verify Staging (push) Has been cancelled
Deploy to Staging / Notify Staging Ready (push) Has been cancelled
Deploy to Staging / Notify Staging Failure (push) Has been cancelled
Some checks failed
Deploy to Staging / Build Images (push) Has started running
Deploy to Staging / Deploy to Staging (push) Has been cancelled
Deploy to Staging / Verify Staging (push) Has been cancelled
Deploy to Staging / Notify Staging Ready (push) Has been cancelled
Deploy to Staging / Notify Staging Failure (push) Has been cancelled
This commit is contained in:
20
frontend/src/CLAUDE.md
Normal file
20
frontend/src/CLAUDE.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# frontend/src/
|
||||
|
||||
## Files
|
||||
|
||||
| File | What | When to read |
|
||||
| ---- | ---- | ------------ |
|
||||
| `App.tsx` | Root component with routing | Route configuration, layout structure |
|
||||
| `main.tsx` | Application entry point | Provider setup, initialization |
|
||||
| `index.css` | Global styles | Base styling, CSS imports |
|
||||
| `vite-env.d.ts` | Vite type definitions | TypeScript environment types |
|
||||
|
||||
## Subdirectories
|
||||
|
||||
| Directory | What | When to read |
|
||||
| --------- | ---- | ------------ |
|
||||
| `features/` | Feature modules (pages, components, hooks) | Feature development |
|
||||
| `core/` | Shared infrastructure (auth, api, store) | Cross-cutting concerns |
|
||||
| `components/` | Root-level shared components | App-wide UI components |
|
||||
| `pages/` | Page-level components | Page structure, routing targets |
|
||||
| `shared-minimal/` | Minimal shared UI (skeletons, theme) | Reusable UI primitives |
|
||||
Reference in New Issue
Block a user