{
  "id": "deck-podman",
  "command": "deck-podman <podman-args...>",
  "summary": "Passthrough wrapper over podman that is always safe to use when the container runtime is unconfined.",
  "intent_phrases": ["run a container", "start a local podman container"],
  "replaces": ["raw podman when the runtime needs confinement handling"],
  "preconditions": "None.",
  "effects": "Forwards args to podman, transparent when unconfined.",
  "risk": "reversible",
  "example": "deck-podman run --rm -it debian:bookworm bash",
  "help_probe": "deck-podman --help"
}
