a21115e032
PR #1 reviewer flagged the sidecar argv as unverified. Pulled the pinned digest (ghcr.io/luckypipewrench/pipelock@sha256:3b1a39…6de9), inspected ENTRYPOINT (`/pipelock`) and CMD (`run --listen 0.0.0.0:8888`), and read `pipelock run --help` directly from the image. The forward-proxy listen flag is `--listen` (no `--mcp-` prefix) — `--mcp-listen` is for the separate MCP HTTP listener, not the forward proxy we use. Smoke-tested the exact argv against the digest and confirmed the /health endpoint responded on :8888. The argv was already correct; this commit records the verification in a load-bearing comment so future readers don't have to re-derive it. Assisted-by: Claude Code