oh-my-worktree 0.14.1 → 0.14.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -143,7 +143,7 @@ owt search login
143
143
 
144
144
  Agent bootstrap assets are versioned in the repository under `.agents/`: use `.agents/prompts/install-owt.md`, `.agents/skills/owt-install/SKILL.md`, and `.agents/skills/owt-worktree/SKILL.md` so worktree handling goes through `owt`.
145
145
 
146
- `worktree prune` logs every worktree decision as tab-separated output. Normal mode removes non-current clean worktrees whose branch is already merged into `HEAD`, except the `HEAD` branch worktree itself; `--dry-run` previews stale metadata pruning, prompts through removable candidates, and records selected candidates without deleting them.
146
+ `worktree prune` logs every worktree decision as tab-separated output. Normal mode removes non-current clean worktrees whose GitHub PR status is `merged` or `closed`, except the `HEAD` branch worktree itself; removal runs in parallel and never deletes branches. `--dry-run` previews stale metadata pruning, reviews removable candidates one at a time, and records selected candidates without deleting them.
147
147
 
148
148
  ## Shell integration
149
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-worktree",
3
- "version": "0.14.1",
3
+ "version": "0.14.3",
4
4
  "description": "A TUI tool for managing Git worktrees in bare and regular repositories",
5
5
  "keywords": [
6
6
  "git",