Skip to content

Commit 8bb77e2

Browse files
committed
catalog v19: worktree can now be entered
@pify/worktree 0.3.0 adds /worktree enter, which forks the session into the worktree so the conversation and the tools go with it. The catalog line was still describing the create-and-hand-off flow. Catalog only, so installed CLIs pick it up from main within the day.
1 parent a68ebe8 commit 8bb77e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 18,
2+
"version": 19,
33
"org": "pifydev",
44
"scope": "@pify",
55
"remote": "https://raw.githubusercontent.com/pifydev/cli/main/catalog.json",
@@ -103,7 +103,7 @@
103103
"name": "worktree",
104104
"npm": "@pify/worktree",
105105
"repo": "https://github.com/pifydev/worktree",
106-
"description": "Safe git-worktree management: create/list/merge/remove with safety rails, no shell interpolation",
106+
"description": "Safe git-worktree management: create/list/merge/remove with safety rails, plus /worktree enter to take the conversation into one",
107107
"status": "published"
108108
},
109109
{

0 commit comments

Comments
 (0)