-
Commit your work to git and exit your AI tool.
-
Update your
wbspcommand.curl -fsSL https://get.wbsp.ai/install.sh | bash -
Update your project. Run this in your project directory.
wbsp init --upgrade . -
Restart your AI Coding tool and run this prompt:
Rescan skill wasp-build, and the build pipeline, and the client guidelines. Then run /wbsp-build . -
If you would like to follow progress from another Terminal session, you can run the following (from the project directory)...
while true; do clear; echo; pwd; echo; cat wbsp-status.md; sleep 15; done