Skip to main content

DeployResult

Type Alias DeployResult 

Source
pub type DeployResult = HashMap<String, PathBuf>;
Expand description

The deployment result: a map of {patch_key: installed_path}.

Keys match the relative paths used in .skillfile/patches/ so patch lookups work correctly:

  • Single-file entries: key is "{name}.md"
  • Directory entries: keys are paths relative to the source directory

Aliased Typeยง

pub struct DeployResult { /* private fields */ }