Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 08:51
· 12 commits to main since this release
Immutable release. Only release title and notes can be modified.
ef79fa4

Worktree Grove v0.1.1

Adds generic release-containment gates while preserving the v0.1 fail-closed lifecycle.

Added

  • Per-branch required_containment_targets configuration
  • Changed-release verification that the exact merge-target tip is contained in every required target before cleanup or ref deletion
  • Structured proof-containment failures that preserve the active lease and local/remote task refs
  • Status/config visibility for the snapshotted containment policy

This supports workflows such as requiring main to be back-merged into preview before recycling a merged hotfix/* lease.

Install

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

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