From af6de43f0644a2c6607eff367f6bd731d66f4073 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 18 Jan 2026 11:59:06 -0700 Subject: [PATCH] chore(worktrees): add installation --- README.md | 8 ++++---- skills/managing-and-navigating-worktrees/SKILL.md | 4 ++++ .../refs/installation.md | 4 ++++ 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 skills/managing-and-navigating-worktrees/refs/installation.md diff --git a/README.md b/README.md index 6674ad2d843303d44b9bf060a95f9bbc91e7b6c5..2c62e12e1ffb2755b1ef0eae00bb26fe0e738299 100644 --- a/README.md +++ b/README.md @@ -233,9 +233,9 @@ Token breakdown: Token breakdown: Name: 32 tokens Description: 110 tokens - Body: 1785 tokens (92 lines) + Body: 1912 tokens (96 lines) ─────────────────────────────────────────────── - Total: 1927 tokens + Total: 2054 tokens === querying-documentation === @@ -308,8 +308,8 @@ SUMMARY Skills: 13 Metadata: 1828 tokens -Combined bodies: 20337 tokens -Overall: 125814 tokens +Combined bodies: 20464 tokens +Overall: 125941 tokens Validation errors: 0 Largest skills (by total tokens): diff --git a/skills/managing-and-navigating-worktrees/SKILL.md b/skills/managing-and-navigating-worktrees/SKILL.md index 88582fbbfced789f41af21df1ba68e317848d77f..1d9b9c6378d642dfb9cbecd53968898b1f7af726 100644 --- a/skills/managing-and-navigating-worktrees/SKILL.md +++ b/skills/managing-and-navigating-worktrees/SKILL.md @@ -99,3 +99,7 @@ From project root, `wt a` skips hooks. From a worktree, hooks trigger. 1. **Hooks only trigger from worktrees**: Running `wt a` from project root skips hooks 2. **Branch paths**: `feature/foo` becomes `project/feature/foo` (nested) or `project_feature_foo` (flat, if configured) + +--- + +See [refs/installation.md](refs/installation.md) if you try to use `wt` and it's not available. Do not reference this file until and unless you invoke `wt` and get some kind of command not found error. diff --git a/skills/managing-and-navigating-worktrees/refs/installation.md b/skills/managing-and-navigating-worktrees/refs/installation.md new file mode 100644 index 0000000000000000000000000000000000000000..41d8cd41f51185bae9917e684f032c6fd4e9a349 --- /dev/null +++ b/skills/managing-and-navigating-worktrees/refs/installation.md @@ -0,0 +1,4 @@ +```sh +curl -o ~/.local/bin/wt https://git.secluded.site/wt/blob/main/dist/wt?raw=1 +chmod +x ~/.local/bin/wt +```