From 1f1863f65e4f830036a8340a3cfcac372fd321b0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Baldur=20P=C3=A1ll=20H=C3=B3lmgeirsson?=
Date: Wed, 26 Aug 2026 12:22:00 +0000
Subject: [PATCH 1/2] Fix documentation page
---
docs/.env.local.example | 2 +-
docs/src/app/layout.tsx | 54 ---------------------------------------
docs/src/lib/site-meta.ts | 2 +-
docs/worker/wrangler.toml | 2 +-
package.json | 2 +-
5 files changed, 4 insertions(+), 58 deletions(-)
diff --git a/docs/.env.local.example b/docs/.env.local.example
index 9ec7684..8de2512 100644
--- a/docs/.env.local.example
+++ b/docs/.env.local.example
@@ -7,7 +7,7 @@ GEMINI_API_KEY=
# URL of the deployed Cloudflare Worker (set for production builds).
# For local dev this defaults to http://localhost:8787 — no need to set it here.
-GEMINI_WORKER_URL=https://worktree-gemini-proxy.northguild.workers.dev
+GEMINI_WORKER_URL=https://worktree-gemini-proxy.burglekitt.workers.dev
CLOUDFLARE_API_TOKEN=
CLOUDFLARE_ACCOUNT_ID=
# optional - only needed if using the Cloudflare Worker KV store for caching (not required for basic usage, but can improve performance and reduce costs).
diff --git a/docs/src/app/layout.tsx b/docs/src/app/layout.tsx
index ed7ac12..4f8c8f8 100644
--- a/docs/src/app/layout.tsx
+++ b/docs/src/app/layout.tsx
@@ -9,59 +9,6 @@ import "../styles/globals.css";
export { metadata } from "../lib/site-meta";
-function DeprecationBanner() {
- return (
-
- ⚠️ This package has moved to{" "}
-
- @northguild/worktree
-
- . Future development continues under{" "}
-
- @northguild/worktree
-
- . Install with:{" "}
-
- npm install -g @northguild/worktree
-
-
- );
-}
-
export default async function RootLayout({
children,
}: {
@@ -72,7 +19,6 @@ export default async function RootLayout({
-
Date: Wed, 26 Aug 2026 12:23:30 +0000
Subject: [PATCH 2/2] Sync version
---
skills/_artifacts/skill_tree.yaml | 2 +-
skills/core/SKILL.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/skills/_artifacts/skill_tree.yaml b/skills/_artifacts/skill_tree.yaml
index e85615e..210af2e 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.7'
+ version: '1.2.8'
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 8bd6591..df87655 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.7"
+library_version: "1.2.8"
sources:
- "northguild/worktree:README.md"
- "northguild/worktree:docs/src/app/docs/commands/branch/page.mdx"