Subwave Worktree Dev

Stage a SUB/WAVE git worktree so the dev stack can run from it, then start it. A git worktree only checks out tracked files — the dev stack also needs gitignored files (controller/.env, web/.env.local, docker/.env, web/node_modules, and a state/ directory) that this skill copies or scaffolds from the main working tree. Use this skill whenever the user wants to test branch changes in a worktree, run subwave from a worktree, "prep"/"set up" a worktree for dev mode, or asks to copy env files / node_modules / state into a worktree — phrases like "test this worktree in dev mode", "start subwave from the worktree", "prep the worktree", "run my branch locally", "copy the required files into the worktree". Do NOT use it for the main checkout (that's subwave-control) or for production.

perminder-klair 04ab649 2 files · 18.8 KB Updated

File contents

perminder-klair/subwave/tree/main/.claude/skills/subwave-worktree-dev commit 04ab649f7e

Frequently asked questions

npx skillmds@latest add perminder-klair/subwave-worktree-dev