From ac850869fd7c93d2e6defbda6e7f32ba148869dc Mon Sep 17 00:00:00 2001 From: shokollm <270575765+shokollm@users.noreply.github.com> Date: Sun, 5 Apr 2026 03:52:41 +0000 Subject: [PATCH] fix(worktree-lifecycle): use github.com as example in set-pr help - Remove accidentally committed worktree directory --- skills/kugetsu/scripts/kugetsu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/kugetsu/scripts/kugetsu b/skills/kugetsu/scripts/kugetsu index 101de9f..e108dd8 100755 --- a/skills/kugetsu/scripts/kugetsu +++ b/skills/kugetsu/scripts/kugetsu @@ -2022,7 +2022,7 @@ main() { local pr_url="${2:-}" if [ -z "$issue_ref" ] || [ -z "$pr_url" ]; then echo "Usage: kugetsu set-pr " >&2 - echo "Example: kugetsu set-pr github.com/shoko/kugetsu#14 https://git.fbrns.co/shoko/kugetsu/pulls/123" >&2 + echo "Example: kugetsu set-pr github.com/shoko/kugetsu#14 https://github.com/shoko/kugetsu/pulls/123" >&2 exit 1 fi validate_issue_ref "$issue_ref"