Question
Does the spike pre-bake/cache the agent CLI install, or eat the per-session install? The one real runtime cost is the per-container install of the CLI at session start. Bind-mount Docker is non-snapshot, but the docs offer identity + onFirstCreate + prepareSandboxForHarness() and "commit/snapshot the image." Decide: cache via docker-commit/identity, or accept the per-session install for the spike (with caching as productionization fog)?
Question
Does the spike pre-bake/cache the agent CLI install, or eat the per-session install? The one real runtime cost is the per-container install of the CLI at session start. Bind-mount Docker is non-snapshot, but the docs offer
identity+onFirstCreate+prepareSandboxForHarness()and "commit/snapshot the image." Decide: cache via docker-commit/identity, or accept the per-session install for the spike (with caching as productionization fog)?