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>
Andrew Gundersen [Fri, 27 Feb 2026 16:13:37 +0000 (11:13 -0500)]
Wire UI dock to crimata-dock service
- 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>
Andrew Gundersen [Fri, 27 Feb 2026 04:51:56 +0000 (23:51 -0500)]
Add dock service, provision README, MIT License
- 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>