Add smart optimization suite with telemetry and guardrails (v4.1.0)

This commit is contained in:
xRangerDE
2026-02-16 14:24:09 +01:00
parent 886500ad8e
commit 9609c6e767
17 changed files with 1126 additions and 127 deletions
+3
View File
@@ -54,6 +54,9 @@ npm run test:e2e:full
# Release validation suite (build + smoke + guide + full)
npm run test:e2e:release
# Extra stress pass (runs release suite 3x)
npm run test:e2e:stress
# Build Windows installer
npm run dist:win
```
+8
View File
@@ -24,6 +24,14 @@ cd "typescript-version"
npm run dist:win
```
`dist:win` already runs the full release validation gate (`test:e2e:release`) before packaging.
For extra confidence before major releases, run:
```bash
npm run test:e2e:stress
```
Expected outputs in `typescript-version/release/`:
- `latest.yml`