Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <name>` 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)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/lib/site-meta.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -35,7 +35,6 @@
"README.md",
"skills"
],
"deprecated": "This package has moved to @northguild/worktree. Future development continues under @northguild/worktree.",
"keywords": [
"git",
"worktree",
Expand Down
2 changes: 1 addition & 1 deletion skills/_artifacts/skill_tree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion skills/core/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading