multica/server
Jiayuan 8fa1b163a6 feat(daemon): add --profile flag for multi-environment isolation
Allow running multiple daemon instances against different servers (e.g.
production and local dev) simultaneously. Each profile gets isolated
config, PID file, log file, health port, and workspaces root.

Usage:
  multica login --profile dev --server-url http://localhost:8080
  multica daemon start --profile dev

Default profile (no --profile flag) behavior is unchanged.

Closes MUL-42
2026-03-30 20:21:23 +08:00
..
cmd feat(daemon): add --profile flag for multi-environment isolation 2026-03-30 20:21:23 +08:00
internal feat(daemon): add --profile flag for multi-environment isolation 2026-03-30 20:21:23 +08:00
migrations feat(api): strict workspace isolation + agent parity fixes 2026-03-30 16:49:13 +08:00
pkg feat(api): strict workspace isolation + agent parity fixes 2026-03-30 16:49:13 +08:00
go.mod feat(auth): email verification login and personal access tokens 2026-03-26 14:32:30 +08:00
go.sum feat(auth): email verification login and personal access tokens 2026-03-26 14:32:30 +08:00
sqlc.yaml feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00