Heddle v0.2.0 ships
The first public Heddle CLI is on crates.io. cargo install heddle-cli --version "^0.2" --features git-overlay,semantic,zstd pulls it down today. The bridge to Git, the agent reservation
API, signing, fork-from-capture, and annotation that survives
refactor. All in this release.
The shape of the project changed alongside the release. The
OSS workspace now lives at HeddleCo/heddle:
Apache-2.0, 17 crates published to crates.io as heddle-*. The local CLI, content-addressed
object model, Git overlay, semantic diff, local-mode daemon:
everything that runs without a hosted account is here. A
separate hosted backend builds on top of the OSS crates; the
CLI links it at build time when a hosted-enabled binary is
being produced.
The OSS surface is one binary, four flavors: git-overlay only (drops onto an existing Git
repo), native only (content-addressed, no Git
underneath), both modes together, or either with the weft-client feature (closed builds only) for
hosted commands. Defaults give you both modes plus semantic
diff plus zstd compression.
The two flagship primitives, captures and states and the Git overlay, both ship in v0.2.0. Signing is in. The agent reservation API is in. The FUSE mount daemon is foundation-level. Multi-agent worktrees are in.
Read the install guide for the full story on flags and feature sets, the architecture overview for how the two workspaces fit together, and the changelog for the per-release history that preceded this commit.