From 35f4324142058c889e335533d88dff56e63dd4fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baldur=20P=C3=A1ll=20H=C3=B3lmgeirsson?= Date: Wed, 26 Aug 2026 12:09:28 +0000 Subject: [PATCH 1/2] Publish to @northguild/worktree --- .npmrc | 1 - README.md | 12 ------------ package.json | 3 +-- 3 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 6e1a9fe..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -shared-workspace-lockfile=true diff --git a/README.md b/README.md index b48f2b4..8d57d3c 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,5 @@ # Worktree -> ## ⚠️ Deprecation Notice -> -> This package and repository have moved. **`worktree` is now maintained under the -> [northguild](https://github.com/northguild) organization.** -> -> - **New repository:** https://github.com/northguild/worktree -> - **Installation / usage:** unchanged — `npx run-cv ` still works as before. -> -> This `northguild/worktree-cv` repository and its published package are deprecated and -> will receive no further updates. Please update any bookmarks, forks, and CI -> references to point at **`northguild/worktree`**. - `worktree` is a CLI for people who use Git worktrees as part of their daily development flow and do not want to keep typing the same setup, cleanup, and editor-opening commands over and over. ![Worktree](https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExNW51dHJlNHRzYnRwd3c3ZWZ0dzllZTB1d3VnaGQxd2s4eDJlbDhnaiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/lqT2GstnDBVJE6qfkK/giphy.gif) diff --git a/package.json b/package.json index b70a64e..7286b4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@northguild/worktree", - "version": "1.2.6", + "version": "1.2.7", "description": "A CLI tool for managing git worktrees with enhanced workflow features", "main": "./bin/run.js", "type": "module", @@ -35,7 +35,6 @@ "README.md", "skills" ], - "deprecated": "This package has moved to @northguild/worktree. Future development continues under @northguild/worktree.", "keywords": [ "git", "worktree", From 0c36c12b1f185b1766e47207c253bc78bd91f349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baldur=20P=C3=A1ll=20H=C3=B3lmgeirsson?= Date: Wed, 26 Aug 2026 12:11:29 +0000 Subject: [PATCH 2/2] Sync version --- docs/src/lib/site-meta.ts | 2 +- skills/_artifacts/skill_tree.yaml | 2 +- skills/core/SKILL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/lib/site-meta.ts b/docs/src/lib/site-meta.ts index 166350f..2d0bbaa 100644 --- a/docs/src/lib/site-meta.ts +++ b/docs/src/lib/site-meta.ts @@ -1,7 +1,7 @@ // Generated file. Do not edit directly. import type { Metadata } from "next"; -export const cliVersion = "1.2.6"; +export const cliVersion = "1.2.7"; export const projectName = "Worktree"; export const projectDescription = "A CLI tool for managing git worktrees with enhanced workflow features"; diff --git a/skills/_artifacts/skill_tree.yaml b/skills/_artifacts/skill_tree.yaml index 9bf7892..e85615e 100644 --- a/skills/_artifacts/skill_tree.yaml +++ b/skills/_artifacts/skill_tree.yaml @@ -2,7 +2,7 @@ # Generated by skill-tree-generator library: name: '@northguild/worktree' - version: '1.2.6' + version: '1.2.7' repository: 'https://github.com/northguild/worktree' description: 'Workflow-oriented CLI that wraps git worktree commands into repeatable daily-use tasks.' generated_from: diff --git a/skills/core/SKILL.md b/skills/core/SKILL.md index 0ae08e3..8bd6591 100644 --- a/skills/core/SKILL.md +++ b/skills/core/SKILL.md @@ -10,7 +10,7 @@ description: > .env.local copying into new worktrees. type: core library: '@northguild/worktree' -library_version: "1.2.6" +library_version: "1.2.7" sources: - "northguild/worktree:README.md" - "northguild/worktree:docs/src/app/docs/commands/branch/page.mdx"