@ipation/specbridge 2.4.7 → 2.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.4.9] - 2026-02-08
11
+
12
+ ### Added
13
+
14
+ - Targeted module coverage guardrail command: `npm run coverage:check-modules`.
15
+ - Coverage guardrail script: `scripts/maintenance/check-module-coverage.mjs`.
16
+ - Verification helper modules:
17
+ - `src/verification/file-verifier.ts`
18
+ - `src/verification/run-settings.ts`
19
+
20
+ ### Changed
21
+
22
+ - Refactored verification engine orchestration to delegate run-settings and file-verification concerns.
23
+ - Migrated additional CLI commands to `createConfiguredCommandContext` for consistent initialization/config handling.
24
+ - Hardened CI guardrails:
25
+ - Node 20 unit runtime warning/fail thresholds.
26
+ - Strict module boundary enforcement.
27
+ - Health summary now incorporates runtime and module-coverage gate outcomes.
28
+ - Updated maintenance health documentation with module coverage checks.
29
+
30
+ ## [2.4.8] - 2026-02-08
31
+
32
+ ### Added
33
+
34
+ - Monthly maintenance issue automation workflow: `.github/workflows/health-snapshot.yml`.
35
+ - ESLint v10 readiness probe script and npm commands:
36
+ - `npm run eslint10:readiness`
37
+ - `npm run eslint10:readiness:strict`
38
+ - CI `eslint10-readiness` job with staged strict gate toggle on `main` via `ESLINT10_STRICT_GATE`.
39
+
40
+ ### Changed
41
+
42
+ - CI health summary now records collision-safe integration metric keys and flakiness KPI fields.
43
+ - Health checklist and monthly snapshot template now capture ESLint v10 gate status and flaky retry metrics.
44
+ - Added architecture boundary warning alias command: `npm run architecture:check-boundaries:warning`.
45
+
10
46
  ## [2.4.7] - 2026-02-08
11
47
 
12
48
  ### Added
@@ -1112,7 +1148,9 @@ This release adopts a **pragmatic testing approach**:
1112
1148
  - Vitest for testing
1113
1149
  - tsup for building
1114
1150
 
1115
- [Unreleased]: https://github.com/nouatzi/specbridge/compare/v2.4.7...HEAD
1151
+ [Unreleased]: https://github.com/nouatzi/specbridge/compare/v2.4.9...HEAD
1152
+ [2.4.9]: https://github.com/nouatzi/specbridge/compare/v2.4.8...v2.4.9
1153
+ [2.4.8]: https://github.com/nouatzi/specbridge/compare/v2.4.7...v2.4.8
1116
1154
  [2.4.7]: https://github.com/nouatzi/specbridge/compare/v2.4.6...v2.4.7
1117
1155
  [2.4.6]: https://github.com/nouatzi/specbridge/compare/v2.4.5...v2.4.6
1118
1156
  [2.4.5]: https://github.com/nouatzi/specbridge/compare/v2.4.4...v2.4.5