daemon: agent-driven workspace images — repo→image registry (GET/PUT/DELETE /api/repos), spawn resolves custom image, self-healing lvmh-ops control container with docker.sock; 132 tests, e2e 87/87

This commit is contained in:
Raphael Westphal
2026-08-18 23:54:09 +02:00
parent 8fcaeb7c03
commit 7287b831e4
15 changed files with 1216 additions and 38 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
# never overwrite user/agent modifications after the first time).
set -eu
if [ ! -f /ops/AGENTS.md ]; then
mkdir -p /ops
cp /ops-seed/AGENTS.md /ops/AGENTS.md
mkdir -p /ops
cp /ops-seed/AGENTS.md /ops/AGENTS.md
fi
exec "$@"