pub async fn compute_skill_folder_hash(skill_dir: &Path) -> Result<String>Expand description
Compute a SHA-256 hash from all files in a skill directory.
Files are sorted by relative path for deterministic output.
ยงErrors
Returns an error on I/O failure.