Skip to content

Worktree 0.4.0

Choose a tag to compare

@b10x-bot b10x-bot released this 07 Sep 12:27
· 2 commits to main since this release

Worktree 0.4.0 adds native storage and retention inspection.

  • worktree inspect --repo <path> reports actual Git state, ignored files, bounded storage accounting, leases and retention blockers. Use --workspace for profile scope and --refresh for fresh remote recovery evidence.
  • A leftover REBASE_HEAD no longer blocks cleanup after a completed rebase; real operation and recovery checks remain enforced.
  • Generated guidance explicitly maintains leases when hooks are absent, releases the session's own lease before finish, preserves evidence and cleans disposable build output or records an owned handoff.
  • The CI Task installer authenticates GitHub API requests.

Inspection does not infer story completion or authorize deletion. Continue to review worktree gc --dry-run and apply only exact reviewed ids.

Install: cargo install --git https://github.com/beyond10x/worktree --tag 0.4.0 b10x-worktree-cli

Validation: 70 tests, formatting, Clippy and generated-skill checks passed locally and in CI.