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.
- package/README.md +1 -1
- 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
|
|
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
|
|