Skip to main content

dump

Function dump 

Source
pub fn dump(
    extracted_dir: &Path,
    ctx: &DossierContext,
    method: &InstallMethod,
    analyzer_trace: Vec<ProbeTrace>,
) -> InstallerResult<PathBuf>
Expand description

Write the dossier to disk. Overwrites any existing dossier with the same slug (this is idempotent — the skill path consumes by renaming to .resolved, so a pre-existing dir here means a prior failed attempt we’re retrying).