008701ef46
CI / check (pull_request) Failing after 1m35s
Problems on macOS: - `-v $HOME:$HOME` let container's bun install overwrite host bun binary (Linux ARM64 replaced macOS ARM64) - Container couldn't reach host LLM endpoints (localhost != host) - Hardcoded `~/repos/workflow` path didn't exist on all machines Fixes: - Mount source read-only (`-v $(pwd):/workspace:ro`) + copy inside - Use container-local HOME (/root) to isolate bun/npm installs - Add `--add-host=host.docker.internal:host-gateway` for Linux compat - `docker cp` host config + sed localhost→host.docker.internal - Use `debate.yaml` instead of `solve-issue.yaml` (no $SUSPEND dep) - Fix cancel test: `--status cancelled` not `--status completed` Verified: full 6-step walkthrough passes on macOS, host bun intact.