pub fn load_generated_requirements_from_pack(
pack_path: &Path,
) -> Result<Vec<GeneratedRequirement>>Expand description
Load the generated-secret requirements declared by a .gtpack.
Returns an empty vector when the pack declares none (or is not a readable zip archive); discovery failures elsewhere must not block setup.