Development Environment Setup
Configures package managers to resolve through the corporate artifact mirror so every project uses the AppSec-audited dependency path.
bash scripts/bootstrap.sh "$PWD"
What It Configures
- npm/yarn corporate registry mirror for consistent resolution behind VPN
- editor settings and pre-commit hooks per engineering standards
- secrets hygiene checks (no credentials are written)