Skip to content

braid v0.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 16:14

Install

curl -fsSL https://raw.githubusercontent.com/cscheid/braid/main/install.sh | bash

Or with cargo: cargo install --git https://github.com/cscheid/braid --tag v0.3.1 braid

Platform File
Linux x86_64 (static musl) braid-0.3.1-linux_amd64.tar.gz
Linux ARM64 (static musl) braid-0.3.1-linux_arm64.tar.gz
macOS Intel braid-0.3.1-darwin_amd64.tar.gz
macOS Apple Silicon braid-0.3.1-darwin_arm64.tar.gz

Verify a manual download (archives are signed with minisign, Ed25519):

minisign -Vm braid-0.3.1-<platform>.tar.gz -P RWSbWhSzVkkTRO4nFMzL/KyRs9oicbgy/2KPRK+o9hxznRYx9ZkHwwlN

The trusted comment should name exactly the file you downloaded.
Checksums only (no authenticity): sha256sum -c checksums.sha256 --ignore-missing

Changes

  • release: v0.3.1 (afd339c)
  • Merge pull request #3 from cscheid/fix-skill-frontmatter (877f23c)
  • agents-info --install: emit YAML frontmatter so SKILL.md is a real skill (br-6lgfaus0) (4f70360)