- Install dependencies:
npm install- Build the app:
npm run build- Run the smoke suite:
npm test- Start the development dashboard and backend:
npm run dev- Keep the bridge local-first and avoid widening network exposure by default.
- Preserve per-account
CODEX_HOMEisolation. - Prefer targeted tests when touching request shaping, auth handling, or dashboard state.
- Update the README when behavior, setup, or service commands change.
- Do not commit
.env,.local-data, build output, or account auth files.
- Keep PRs focused.
- Include a short summary of user-facing changes.
- Mention how the change was validated.
- Include screenshots for dashboard/UI changes when relevant.