install
ptwm_core::install::oci
OCI artifact install source: oci://<registry>/<path>:<tag>.
ptwm_core::install::oci
OCI artifact install source: oci://<registry>/<path>:<tag>.
ptwm_core::install::oci
crates/ptwm-core/src/install/oci.rs:1mod ociOCI artifact install source: `oci://<registry>/<path>:<tag>`.
Pulls the manifest, expects a single layer carrying the bundle
`.tar.zst`, and unpacks into the staging directory.
ptwm_core::install::oci::stage_oci
crates/ptwm-core/src/install/oci.rs:14pub fn stage_oci(ref_str: &str) -> Result<TempDir, ExtensionError>