pub async fn run(image_ref: &str, remote: bool) -> Result<()>Expand description
Inspect an image’s declared OutRig config from OCI labels. This is
metadata-only: no pull, no container start, and no MCP server initialization.
By default this reads only the local image store; remote switches to a
registry metadata read via skopeo.