feat: Homebrew-compatible releases + PATH-based skills#10
Merged
Conversation
### Features - Add `build:linux-arm64` script to package.json and matrix target in auto-release.yml - Rename each Unix binary to `upkeep` before archiving, then tar+gzip as `upkeep_<version>_<os>_<arch>.tar.gz` using `amd64`/`arm64` tokens - Generate `checksums.txt` (SHA-256) over all tarballs - Upload tarballs, checksums.txt, and Windows .exe as release artifacts Closes #7
### Documentation - Replace `./bin/upkeep` invocations with `upkeep` (PATH-based) in upkeep-audit, upkeep-deps, and upkeep-quality skills - Document `brew install llbbl/tap/upkeep` as the recommended prerequisite in each skill's prerequisites section - Add graceful "upkeep not found on PATH" guard with actionable error message Closes #8
### Refactoring - Remove `docs/` from .gitignore so committed docs are tracked - Add `_/` to .gitignore as a gitignored private/scratch directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
upkeepfrom PATH instead of a local./bin/upkeeppath, withbrew installdocumented as the prerequisite.gitignoreto trackdocs/and ignore the new_/scratch directoryChanges
CI / Release Pipeline
linux-arm64matrix target; rename each Unix binary toupkeepbefore archiving; produceupkeep_<version>_<os>_<arch>.tar.gztarballs (usingamd64/arm64tokens); generatechecksums.txt(SHA-256); upload tarballs, checksums, and Windows.exeas release assetsbuild:linux-arm64scriptSkills
./bin/upkeepwithupkeep(PATH), documentbrew install llbbl/tap/upkeepas prerequisite, add "upkeep not found on PATH" guardHousekeeping
docs/exclusion (docs are now committed); add_/as a gitignored private/scratch directoryTest plan
upkeep_<version>_<os>_<arch>.tar.gzwithamd64/arm64namingchecksums.txtis present in the release assetsupkeepresolves from PATHupkeep-audit,upkeep-deps,upkeep-quality) withupkeepon PATH and verify no path errorsdocs/directory is tracked by git and_/contents are gitignoredCloses #7
Closes #8