Paths like deployments/v1/ and artifacts/manifest.json are hardcoded across multiple scripts in scripts/, so a layout change touches many files. We should add a scripts/config.ts that exports the canonical paths and import it everywhere.
Acceptance criteria
- No script hardcodes the deployment or artifact paths directly.
- A single module is the source of truth.
Paths like
deployments/v1/andartifacts/manifest.jsonare hardcoded across multiple scripts inscripts/, so a layout change touches many files. We should add ascripts/config.tsthat exports the canonical paths and import it everywhere.Acceptance criteria