braid v0.2.1
Install
curl -fsSL https://raw.githubusercontent.com/cscheid/braid/main/install.sh | bashOr with cargo: cargo install --git https://github.com/cscheid/braid --tag v0.2.1 braid
| Platform | File |
|---|---|
| Linux x86_64 (static musl) | braid-0.2.1-linux_amd64.tar.gz |
| Linux ARM64 (static musl) | braid-0.2.1-linux_arm64.tar.gz |
| macOS Intel | braid-0.2.1-darwin_amd64.tar.gz |
| macOS Apple Silicon | braid-0.2.1-darwin_arm64.tar.gz |
Verify a manual download (archives are signed with minisign, Ed25519):
minisign -Vm braid-0.2.1-<platform>.tar.gz -P RWSbWhSzVkkTRO4nFMzL/KyRs9oicbgy/2KPRK+o9hxznRYx9ZkHwwlNThe trusted comment should name exactly the file you downloaded.
Checksums only (no authenticity): sha256sum -c checksums.sha256 --ignore-missing
Changes
- release: v0.2.1 (5fb6ad8)
- release: sign artifacts with minisign, verify in install.sh (br-dgvi0nme) (947f894)
- Merge remote-tracking branch 'origin/main' (618f2a5)
- plan: xtask-fmt wrap-up — pushed, CI green, strand closed (12dc4ec)
- list/ready: field filters --label (AND), --assignee, --type (br-jd16my6w) (26fefe2)
- CLAUDE.md: mark strands in_progress when starting work (2be68d0)
- release skill: correct artifact naming (amd64, not x86_64) (98163bb)