Imported from devlooped/winget (
AGENTS.md). Install upstream withnpx skills add devlooped/winget. Copyright stays with the author.
Agent Notes
Packaging
winget-tuiversion is pinned inwinget-tui.versionat the repo root; update it there when refreshing the upstream payload.- Only Windows x64 (
win-x64) and Windows ARM64 (win-arm64) are supported. - The
PrepareTuiMSBuild target insrc/winget/winget.csprojdownloads the binaries automatically duringBuildorPack. No manual restore step is needed. - Binaries are cached at
src/winget/obj/winget-tui/<version>/<rid>/winget-tui.exe. Embedding the version in the path means a version bump automatically triggers a fresh download. - Batching over
TuiRiditems downloads both RIDs incrementally; MSBuild skips a RID if its versioned output already exists.
Runtime
- The main app resolves
winget-tui.exefrom the bundled payload next to the app output; there is no PATH fallback.