braid v0.1.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.1.0 braid
| Platform | File |
|---|---|
| Linux x86_64 (static musl) | braid-0.1.0-linux_amd64.tar.gz |
| Linux ARM64 (static musl) | braid-0.1.0-linux_arm64.tar.gz |
| macOS Intel | braid-0.1.0-darwin_amd64.tar.gz |
| macOS Apple Silicon | braid-0.1.0-darwin_arm64.tar.gz |
Verify a manual download: sha256sum -c checksums.sha256 --ignore-missing
Changes
- release: tag-triggered 4-target release workflow (plan phase 3) (216d275)
- installer: install.sh + offline e2e test harness (plan phases 1-2) (90bcff9)
- braid delete: remove strands, guarded against dangling references (8545ed6)
- ci: musl static build+test job; installer plan (phases 0-4) (71fb3e4)
- sync: rustls websocket dialer replaces samod's native-tls dial path (edac874)
- braid rotate: skein rotation for history compaction and doc-id revocation (e22a88c)
- braid: DocId capability type — compile-time guard against doc-id leaks (2944368)
- ci: checkout@v5 (Node 24; v4 is deprecated June 2026) (348375f)
- ci: GitHub Actions running build, test, and clippy on ubuntu + macos (6ea4c2f)
- docs: JSON Schema contract for import/export JSONL records (ca2fe9d)
- braid: aligned human listing output + hardened cache filesystem storage (cb14632)
- adopt skein/strand vocabulary across code, CLI output, and docs (6e70233)
- terminology: skein (collection) / strand (issue) / loom (reserved) (95e2d9f)
- dogfood: braid tracks its own development; install the braid meta-skill (0067e33)
- braid: JSONL import/export, README; Phase 4 complete (2db6212)
- braid: search + agents-info; Phase 3 complete (dbc85ad)
- braid: update/close/reopen/comment + dep/ready/blocked commands (8495fba)
- braid-core: ready/blocked/cycles domain logic; parent-child semantics fix (014ead8)
- braid: per-invocation sync with offline fallback; Phase 2 complete (ecef8b8)
- braid: init/create/show/list CLI working offline; Phase 1 complete (3bc4dcb)
- braid: hashed-key cache Storage adapter (D9) (03f0188)
- braid: layered config/secret discovery (env > .braid.toml > user config) (f729c6b)
- braid-core: id generation module; Phase 0 complete (933cf51)
- braid-core: concurrent-merge semantics tests (Phase 0 spike) (5f92cb1)
- braid-core: schema types + hydrate/reconcile with full round-trip tests (50e0f0e)
- Phase 0: cargo workspace scaffold (braid-core, braid); choose manual hydrate/reconcile (c8c1da3)
- braid design kickoff: decisions D1-D13, schema strawman, phased roadmap (9f951f1)
- first commit (292577d)