braid v0.3.0
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.3.0 braid
| Platform | File |
|---|---|
| Linux x86_64 (static musl) | braid-0.3.0-linux_amd64.tar.gz |
| Linux ARM64 (static musl) | braid-0.3.0-linux_arm64.tar.gz |
| macOS Intel | braid-0.3.0-darwin_amd64.tar.gz |
| macOS Apple Silicon | braid-0.3.0-darwin_arm64.tar.gz |
Verify a manual download (archives are signed with minisign, Ed25519):
minisign -Vm braid-0.3.0-<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.3.0 (1a3cf24)
- Merge pull request #2 from cscheid/braid-0.3.0-migration-features (85e30f4)
- agents-info: --install writes an idempotent skill stub (br-4f2dk7ki) (a50b79f)
- dep: braid dep tree — recursive parent-child tree (br-t7g5rv4n) (836f179)
- create: --deps : for atomic create-and-link (br-9l24ee7o) (884ed8b)
- import: recognize & skip beads tombstones (br-arhr3j81) (17fd83c)
- installer: refusal messages show the full curl|bash re-run line (br-u6jrxvrj) (b228499)
- plan: minisign wrap-up — v0.2.1 signed release verified end to end (07ab162)