Skip to content

v0.1.0

Choose a tag to compare

@SmartAI SmartAI released this 09 Aug 08:30
· 14 commits to main since this release
Immutable release. Only release title and notes can be modified.

Worktree Grove v0.1.0

Initial public release of wtg, a fail-closed reusable Git worktree pool for humans and coding agents.

Highlights

  • Six lazy, stable worktree slots by default under <project-parent>/.worktrees/<project-name>
  • Explicit -C/--repo support for agents invoking from other directories
  • Human-readable output and stable JSON envelopes
  • Configurable branch/base policy, pool size, preparation fingerprints, preserved caches, and cleanup allowlists
  • Exact GitHub PR, Git ancestry, or no-change release proofs
  • Required lease capabilities, owner metadata, quarantine, doctor diagnostics, and SHA-1/SHA-256 recovery refs
  • Bundled Agent Skill with pinned installation and safe lifecycle instructions
  • Linux/macOS support across Python 3.10–3.13

Install

Download the wheel and SHA256SUMS, verify the named wheel entry, then install:

uv tool install ./worktree_grove-0.1.0-py3-none-any.whl
# or
pipx install ./worktree_grove-0.1.0-py3-none-any.whl

See the README for checksum commands, configuration, and the agent workflow.