Skip to content

chore: add setup-worktree skill#3278

Merged
rossnelson merged 3 commits intomainfrom
chore/add-setup-worktree-skill
Apr 21, 2026
Merged

chore: add setup-worktree skill#3278
rossnelson merged 3 commits intomainfrom
chore/add-setup-worktree-skill

Conversation

@rossnelson
Copy link
Copy Markdown
Collaborator

Summary

Adds a Claude Code skill that documents the steps needed to initialize a new git worktree for development.

When a worktree is created, gitignored files don't exist in the new directory. This skill tells Claude how to:

  1. Copy bin/ (Temporal CLI binary) from the main worktree
  2. Copy any .env* files
  3. Run pnpm install
  4. Run pnpm build:server (builds frontend assets into server/ui/assets/ so pnpm dev works)

Invoke with /setup-worktree after creating a new worktree.

@rossnelson rossnelson requested a review from a team as a code owner April 8, 2026 15:22
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
holocene Ready Ready Preview, Comment Apr 8, 2026 3:27pm

Request Review

Copy link
Copy Markdown
Contributor

@andrewzamojc andrewzamojc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -0,0 +1,42 @@
---
name: setup-worktree
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, ya I see. This is repo level because the things it needs to copy are specific to th repo.

@rossnelson rossnelson merged commit 4e32d23 into main Apr 21, 2026
13 checks passed
@rossnelson rossnelson deleted the chore/add-setup-worktree-skill branch April 21, 2026 17:04
rossedfort added a commit that referenced this pull request Apr 22, 2026
Auto-generated version bump from 2.48.4 to 2.49.0

Bump type: minor

Changes included:
- [`9146199f`](9146199) fix: ref main in reusable PR review workflows (#3326)
- [`ca904926`](ca90492) test(e2e): add end-to-end payload decoder coverage (#3321)
- [`4e32d230`](4e32d23) chore: add setup-worktree skill (#3278)
- [`a789fbdb`](a789fbd) Fix decoding payloads for user metadata (#3328)
- [`21f2d448`](21f2d44) ci: remove unused Set up Protoc step from workflows (#3323)
- [`39c41d25`](39c41d2) fix(ui): guard getApiOrigin against undefined VITE_API (#3332)
- [`627cbb1b`](627cbb1) feat: add showInstancesLink prop to deployment header (#3331)
- [`0726c65e`](0726c65) Check certFile modification time instead of keyFile (#3178)
- [`8c79931b`](8c79931) feat(DT-3887): remove Dispatch Rate Epsilon from compute scaling UI (#3334)

Co-authored-by: rossedfort <11775628+rossedfort@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants