Imported from ZzzZeta/scoop-zzz (
AGENTS.md). Install upstream withnpx skills add ZzzZeta/scoop-zzz. Copyright stays with the author.
Repository Guidelines
Scoop manifests
- Keep package manifests in
bucket/. - When creating app manifests, read Scoop's App Manifests and App Manifest Autoupdate wiki pages:
- After adding or changing a manifest, run
./bin/formatjson.ps1 <app>to format it through Scoop's manifest formatter. - Prefer
"checkver": "github"for GitHub release manifests when the homepage points to the repository. - After adding or changing a manifest with
autoupdate, run./bin/checkver.ps1 <app> -ForceUpdateto verify the autoupdate URL and hash refresh path. This catches cases where normalcheckversucceeds but forced autoupdate cannot compute or locate hashes. - Run
./bin/test.ps1before calling the change complete.