install(packages)runszig fetchper URL/path package orzig build --fetchfor project fetch modeinstallLocal(path)runszig fetch <path>remove(packages)deletes ReqPack-managed records and managed mirror dirs onlyupdate(packages)re-runs prior fetch mode and refreshes managed recordslist()reads ReqPack-managed records from shared cachesearch(prompt)returns synthetic item for direct URL/path promptsinfo(name)returns managed record or synthetic URL/path infooutdated()returns empty list
savesave=<name>save-exactsave-exact=<name>build-fetchbuild-fetch=allfetch-treefetch-tree=all
Returned package items may include:
extraFields.sourceKindextraFields.installModeextraFields.targetextraFields.globalCacheDirextraFields.recordsDirextraFields.mirrorPathextraFields.projectPathextraFields.requestedVersion
- no global registry search because Zig has no native package search API
- no generic remote metadata lookup by short package name
- no unsafe deletion from shared content-addressed Zig global cache