The "Reference Project" section instructs users to clone https://github.com/basefoundry/base.git alongside base-demo, but a contributor setting up the reference project already has Base cloned. Cloning Base again is redundant if the path matches, or confusing if it differs from the existing checkout path. The section title "Reference Project" implies focus only on base-demo.
Fix: Remove or qualify the git clone https://github.com/basefoundry/base.git line. Replace with a note assuming Base is already checked out, and start with git clone https://github.com/basefoundry/base-demo.git alongside a note to place it as a sibling of the existing Base checkout.
File: docs/project-demo-workflow.md
The "Reference Project" section instructs users to clone
https://github.com/basefoundry/base.gitalongsidebase-demo, but a contributor setting up the reference project already has Base cloned. Cloning Base again is redundant if the path matches, or confusing if it differs from the existing checkout path. The section title "Reference Project" implies focus only onbase-demo.Fix: Remove or qualify the
git clone https://github.com/basefoundry/base.gitline. Replace with a note assuming Base is already checked out, and start withgit clone https://github.com/basefoundry/base-demo.gitalongside a note to place it as a sibling of the existing Base checkout.File:
docs/project-demo-workflow.md