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.
Git, in this order
- no
.git→git init - no
.spw/_workbenchin.gitmodules→git submodule add - link just added →
checkout - link recorded, folder empty →
submodule update --init git diff --checklooks only
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