aboutsummaryrefslogtreecommitdiffstats
path: root/docs/superpowers
AgeCommit message (Collapse)AuthorFilesLines
11 hoursmkwheels: add gh source mode (pypi/gh subcommands)Danilo M.1-9/+9
Vendor GitHub source releases that are not on PyPI (e.g. NetExec, which also pulls git deps). New flag-based CLI with pypi/gh mode selectors: mkwheels pypi --name PKG --ver VER [--epoch N] mkwheels gh --repo OWNER/REPO --ver VER [--name PKG] [--tag TAG] [--epoch N] gh mode downloads the tagged source and uses `pip wheel` to build the project plus its whole dependency tree (PyPI + git deps) into wheels; `pip download <dir>` is wrong for a local source since it only resolves metadata. Epoch auto-derives from the release published_at. selftest now covers both modes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
11 hoursdocs: add GitHub source mode design specDanilo M.1-0/+93
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 hoursdocs: add mkwheels implementation planDanilo M.1-0/+479
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 hoursdocs: add mkwheels design specDanilo M.1-0/+115
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>