Some deprecated setup scripts are still in the codebase and misleading developers.
For example The scripts/ directory contains several deprecated/unused scripts that should be cleaned up:
setup.sh — legacy web app setup, explicitly deprecated in favor of quickstart.sh
generate-env.ts — generates .env from config.yaml, only called from setup.sh
setup-python.sh — Python env setup, deprecated in favor of quickstart.sh
setup-python.ps1 — Windows PowerShell equivalent, also deprecated
These scripts add confusion since quickstart.sh is the recommended entry point. Removing them simplifies the repo and avoids misleading new contributors.
For Windows users, docs should recommend WSL instead of the PowerShell script.
Some deprecated setup scripts are still in the codebase and misleading developers.
For example The
scripts/directory contains several deprecated/unused scripts that should be cleaned up:setup.sh— legacy web app setup, explicitly deprecated in favor ofquickstart.shgenerate-env.ts— generates.envfromconfig.yaml, only called fromsetup.shsetup-python.sh— Python env setup, deprecated in favor ofquickstart.shsetup-python.ps1— Windows PowerShell equivalent, also deprecatedThese scripts add confusion since
quickstart.shis the recommended entry point. Removing them simplifies the repo and avoids misleading new contributors.For Windows users, docs should recommend WSL instead of the PowerShell script.