Skip to content

chore(scripts): remove deprecated setup scripts #3555

@RichardTang-Aden

Description

@RichardTang-Aden

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions