Problem
The Docker E2E runner cannot start in the current Symphony worker environment because Docker Compose is installed but the Docker daemon at unix:///var/run/docker.sock is unreachable.
Evidence
While validating #879 on 2026-09-05, pnpm e2e:claude was run twice in isolation. Both attempts exited with the runner's prerequisite status 69:
[e2e] Docker runtime unavailable: Docker Compose is installed, but the Docker daemon is not reachable.
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
The full unit-test, lint, typecheck, and build suite passes. This follow-up tracks the shared-host Docker availability issue rather than the code under #879.
Expected
Workers assigned integration-boundary changes can execute repository Docker E2E runners, or receive a documented environment capability signal before attempting them.
Problem
The Docker E2E runner cannot start in the current Symphony worker environment because Docker Compose is installed but the Docker daemon at
unix:///var/run/docker.sockis unreachable.Evidence
While validating #879 on 2026-09-05,
pnpm e2e:claudewas run twice in isolation. Both attempts exited with the runner's prerequisite status69:The full unit-test, lint, typecheck, and build suite passes. This follow-up tracks the shared-host Docker availability issue rather than the code under #879.
Expected
Workers assigned integration-boundary changes can execute repository Docker E2E runners, or receive a documented environment capability signal before attempting them.