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
Read [AGENTS.md](AGENTS.md) first and treat it as the source of truth for architecture, commands, security rules, and coding conventions. Follow the mandatory [docs/summary_of_work.md](docs/summary_of_work.md) handoff described there.
Key rules:
- Use TypeScript strict patterns and existing React/Electron/Express architecture.
- Keep Venice API traffic on the existing veniceClient, IPC, or Express proxy paths.
- Never expose or log raw API keys or raw prompt text.
- Every new prompt-sending path must call assessChildExploitationSafety() and recordDecision().
- Run npm run lint:eslint, npm run typecheck, npm test, npm run verify:safety-guard, and npm run build before PR-ready changes when practical.