You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ PRs must pass: `pnpm typecheck` + `pnpm backend:test` + frontend Vite build.
34
34
35
35
-**Path alias**: `@/*` maps to `frontend/*`
36
36
-**State management**: React contexts only (`ProjectContext`, `AppSettingsContext`, `KeyboardShortcutsContext`) — no Redux/Zustand
37
-
-**Routing**: View-based via `ProjectContext` with views: `home`, `project`, `playground`
37
+
-**Routing**: View-based via `ProjectContext` with views: `home`, `project`
38
38
-**IPC bridge**: All Electron communication through `window.electronAPI` (defined in `electron/preload.ts`)
39
39
-**Backend calls**: Always use `backendFetch` from `frontend/lib/backend.ts` for app backend HTTP requests (it attaches auth/session details). Do not call `fetch` directly for backend endpoints.
40
40
-**Styling**: Tailwind with custom semantic color tokens via CSS variables; utilities from `class-variance-authority` + `clsx` + `tailwind-merge`
0 commit comments