1. Commit your work to git and exit your AI tool.

  2. Update your wbsp command.

    curl -fsSL https://get.wbsp.ai/install.sh | bash
  3. Update your project. Run this in your project directory.

    wbsp init --upgrade .
  4. 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 .
  5. 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