spw.quest

Initialize the workbench in this repository.

Choose who runs the setup. Each set asks for .spw/_workbench, then doctor. Your repository keeps the surrounding .spw/. Node ^20.19.0 || >=22.12.0.

Instruction set
Claude

Git, in this order

  1. no .gitgit init
  2. no .spw/_workbench in .gitmodulesgit submodule add
  3. link just added → checkout
  4. link recorded, folder empty → submodule update --init
  5. git diff --check looks only
git.txt · git.md
test -d .git || git init
git submodule add https://github.com/spwashi/spw-workbench .spw/_workbench
git -C .spw/_workbench checkout 3eaab637767222ffe248449da7262a251c4c608b
git submodule update --init -- .spw/_workbench
git diff --check

Full recipe · Prompts · quest.json · Upstream quick start