Worktree 0.4.0
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--workspacefor profile scope and--refreshfor fresh remote recovery evidence.- A leftover
REBASE_HEADno 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.