chore: archive AgentDock v1 implementation

This commit is contained in:
leefer
2026-08-24 17:14:08 +08:00
commit f512bd58ec
66 changed files with 10663 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
multica setup self-host "$@"
# setup starts a detached daemon. Supervisor will immediately replace it with
# the foreground process used for container lifecycle and clean shutdown.
multica daemon stop >/dev/null 2>&1 || true