Implement CG-013 Podman-first detonation runtime provider and sandbox image flow#12
Open
Implement CG-013 Podman-first detonation runtime provider and sandbox image flow#12
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
CG-013so behavioral detonation can be built on a Podman-first provider with Docker parity.Description
packages/detonation/src/runtime-provider.tsexposingcreateDetonationRuntimeProvider, aDetonationRuntimeProvidercontract, and sandbox image preparation helpers with adefaultSandboxImageTag.Containerfileatpackages/detonation/sandbox/Containerfileused by the provider build/pull logic.packages/detonation/src/index.tsand make the preflight benchmark prefer Podman explicitly.packages/detonation/src/index.test.tsto validate Podman-first preference and shared image-cache/build semantics for Podman and Docker.CG-013complete and adjust the remaining detonation-ticket snapshot (docs/clawguard-ticket-breakdown.mdanddocs/clawguard-development-plan.md).Testing
pnpm lintand the linter reported no blocking issues.pnpm buildandpnpm typecheckand both completed successfully.pnpm --filter @clawguard/detonation testand the detonation package tests passed (validating runtime preference and image cache/build semantics).pnpm test; the run exited non-zero due to an existing unrelated failure in the discovery tests (buildSkillSnapshot returns read-failed when a file cannot be read) that appears environment-dependent and is not caused by these changes.Codex Task