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>
- Fetch installed apps from /dock/apps on init instead of hardcoded list
- Refresh running status every 10s
- Map dock response to app format (add url: /apps/{id})
- Show running indicator dot on active apps in dock
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- crimata-dock: C daemon (libmicrohttpd + libsystemd) on port 7701
- GET /apps: lists installed apps with live running status from systemd
- POST /apps/{id}/start|stop: controls crimata-*.service units
- Add README with install paths and port map
- Add MIT License
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>