dev.ts spins up everything needed on macOS:
- Serves ../ui/ as static files
- Mocks /auth/me and /auth/auth (bypasses PAM)
- Mocks dock on :7701 by reading ../apps/*/crimata.json directly
- Runs the real agent WebSocket + /events on :7702
Usage: ANTHROPIC_API_KEY=sk-... npm run dev
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>