@ipation/specbridge 2.4.4 → 2.4.6

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,78 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.4.6] - 2026-02-08
11
+
12
+ ### Changed
13
+
14
+ - Cleaned and consolidated project documentation:
15
+ - Archived historical root/docs markdown files into `docs/archive/`.
16
+ - Removed stale top-level `PROJECT_ASSESSMENT.md`.
17
+ - Renamed `docs/PHASE4_QUICK_REFERENCE.md` to `docs/analytics-quick-reference.md`.
18
+ - Renamed `docs/demos/phase4-analytics-demo.md` to `docs/demos/analytics-demo.md`.
19
+ - Updated docs links and metadata for consistency:
20
+ - `README.md` and `docs/MIGRATION-V2.md` now point to `CHANGELOG.md`.
21
+ - `CONTRIBUTING.md` Node baseline aligned to `20.19.0+`.
22
+ - `SECURITY.md` supported versions table updated for current major versions.
23
+ - Fixed stale/broken markdown links in active docs.
24
+
25
+ ## [2.4.5] - 2026-02-08
26
+
27
+ ### Added
28
+
29
+ - Release metadata consistency validation command: `npm run release:validate`.
30
+ - CI `release-metadata` job to enforce package/changelog version alignment.
31
+ - CI `health-summary` artifact with machine-readable check status and integration durations.
32
+
33
+ ### Changed
34
+
35
+ - Security workflow now fails on high/critical npm audit findings.
36
+ - CI coverage upload action updated to `codecov/codecov-action@v4`.
37
+ - Maintenance checklist and monthly health template updated with release metadata validation steps.
38
+
39
+ ## [2.4.4] - 2026-02-08
40
+
41
+ ### Added
42
+
43
+ - Runtime/docs policy validation command: `npm run docs:validate`.
44
+ - Quick health command for local verification: `npm run health:quick`.
45
+ - Runtime policy guardrail script: `scripts/docs/validate-runtime-policy.mjs`.
46
+ - Integration runtime metrics artifacts in CI (`ci-metrics/*.json`).
47
+
48
+ ### Changed
49
+
50
+ - Hardened CI reliability gates with dedicated docs policy validation.
51
+ - Optimized slow CLI integration tests by reducing duplicate setup overhead.
52
+ - Refined unit and integration tests for determinism and runtime stability.
53
+
54
+ ## [2.4.3] - 2026-02-07
55
+
56
+ ### Added
57
+
58
+ - CLI integration sharding into targeted suites:
59
+ - `test:integration:cli:smoke`
60
+ - `test:integration:cli:core`
61
+ - `test:integration:cli:aux`
62
+ - Runtime budgets and retry-once handling for publish integration workflow.
63
+
64
+ ### Changed
65
+
66
+ - Split CLI integration tests into focused files (`smoke`, `init-verify`, `infer-decision`, `hook-report-context`, `errors`).
67
+ - Improved CI and publish observability with per-suite runtime summaries.
68
+
69
+ ## [2.4.2] - 2026-02-07
70
+
71
+ ### Fixed
72
+
73
+ - Publish workflow now builds package artifacts before running integration tests.
74
+
75
+ ## [2.4.1] - 2026-02-07
76
+
77
+ ### Changed
78
+
79
+ - Hardened release workflow reliability and timeout handling.
80
+ - Updated integration test configuration and packaging checks for release readiness.
81
+
10
82
  ## [2.4.0] - 2026-02-07
11
83
 
12
84
  ### Added
@@ -316,7 +388,7 @@ This release focuses on critical infrastructure upgrades, security improvements,
316
388
  - `src/dashboard/public/index.html` - React dashboard UI
317
389
  - `src/cli/commands/analytics.ts` - Analytics CLI command
318
390
  - `src/cli/commands/dashboard.ts` - Dashboard CLI command
319
- - `docs/demos/phase4-analytics-demo.md` - Interactive demo guide (900+ lines)
391
+ - `docs/demos/analytics-demo.md` - Interactive demo guide (900+ lines)
320
392
  - `docs/demos/QUICKSTART.md` - Quick start guide
321
393
  - `docs/demos/generate-sample-data.sh` - Sample data generator
322
394
  - `docs/features/analytics-and-insights.md` - Feature documentation (1200+ lines)
@@ -1021,9 +1093,26 @@ This release adopts a **pragmatic testing approach**:
1021
1093
  - Vitest for testing
1022
1094
  - tsup for building
1023
1095
 
1024
- [Unreleased]: https://github.com/nouatzi/specbridge/compare/v1.1.1...HEAD
1096
+ [Unreleased]: https://github.com/nouatzi/specbridge/compare/v2.4.6...HEAD
1097
+ [2.4.6]: https://github.com/nouatzi/specbridge/compare/v2.4.5...v2.4.6
1098
+ [2.4.5]: https://github.com/nouatzi/specbridge/compare/v2.4.4...v2.4.5
1099
+ [2.4.4]: https://github.com/nouatzi/specbridge/compare/v2.4.3...v2.4.4
1100
+ [2.4.3]: https://github.com/nouatzi/specbridge/compare/v2.4.2...v2.4.3
1101
+ [2.4.2]: https://github.com/nouatzi/specbridge/compare/v2.4.1...v2.4.2
1102
+ [2.4.1]: https://github.com/nouatzi/specbridge/compare/v2.4.0...v2.4.1
1103
+ [2.4.0]: https://github.com/nouatzi/specbridge/compare/v2.3.0...v2.4.0
1104
+ [2.3.0]: https://github.com/nouatzi/specbridge/compare/v2.2.0...v2.3.0
1105
+ [2.2.0]: https://github.com/nouatzi/specbridge/compare/v1.3.0...v2.2.0
1106
+ [1.3.0]: https://github.com/nouatzi/specbridge/compare/v1.2.1...v1.3.0
1107
+ [1.2.1]: https://github.com/nouatzi/specbridge/compare/v1.2.0...v1.2.1
1108
+ [1.2.0]: https://github.com/nouatzi/specbridge/compare/v1.1.2...v1.2.0
1109
+ [1.1.2]: https://github.com/nouatzi/specbridge/compare/v1.1.1...v1.1.2
1025
1110
  [1.1.1]: https://github.com/nouatzi/specbridge/compare/v1.1.0...v1.1.1
1026
- [1.1.0]: https://github.com/nouatzi/specbridge/compare/v1.0.6...v1.1.0
1111
+ [1.1.0]: https://github.com/nouatzi/specbridge/compare/v1.0.4...v1.1.0
1112
+ [1.0.4]: https://github.com/nouatzi/specbridge/compare/v1.0.3...v1.0.4
1113
+ [1.0.3]: https://github.com/nouatzi/specbridge/compare/v1.0.2...v1.0.3
1114
+ [1.0.2]: https://github.com/nouatzi/specbridge/compare/v1.0.1...v1.0.2
1115
+ [1.0.1]: https://github.com/nouatzi/specbridge/compare/v1.0.0...v1.0.1
1027
1116
  [1.0.0]: https://github.com/nouatzi/specbridge/compare/v0.2.1...v1.0.0
1028
1117
  [0.2.1]: https://github.com/nouatzi/specbridge/compare/v0.2.0...v0.2.1
1029
1118
  [0.2.0]: https://github.com/nouatzi/specbridge/compare/v0.1.0...v0.2.0
package/README.md CHANGED
@@ -28,7 +28,7 @@ SpecBridge creates a living integration layer between design intent and implemen
28
28
  - 📊 **Sub-1s Dashboard** - In-memory caching for instant report loading
29
29
  - 🔄 **Migration Tool** - Automated v1 → v2 migration with comparison reports
30
30
 
31
- [📖 See full changelog](./CHANGELOG-v2.0.md) | [🔧 Migration Guide](./docs/MIGRATION-V2.md)
31
+ [📖 See full changelog](./CHANGELOG.md) | [🔧 Migration Guide](./docs/MIGRATION-V2.md)
32
32
 
33
33
  Project vision: [French](./docs/VISION.md) | [English summary](./docs/VISION.en.md)
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ipation/specbridge",
3
- "version": "2.4.4",
3
+ "version": "2.4.6",
4
4
  "description": "Architecture Decision Runtime - Transform architectural decisions into executable, verifiable constraints",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,6 +34,7 @@
34
34
  "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
35
35
  "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"",
36
36
  "docs:validate": "node scripts/docs/validate-runtime-policy.mjs",
37
+ "release:validate": "node scripts/release/validate-version-changelog.mjs",
37
38
  "type-check": "tsc --noEmit",
38
39
  "version:patch": "npm version patch",
39
40
  "version:minor": "npm version minor",
@@ -43,7 +44,7 @@
43
44
  "pack:check": "npm_config_cache=.cache/npm npm pack --ignore-scripts && npm_config_cache=.cache/npm HUSKY=0 npm pack --dry-run",
44
45
  "deps:outdated": "npm_config_cache=.cache/npm npm outdated --long",
45
46
  "health:quick": "npm run type-check && npm run lint:check && npm run format:check && npm run test:unit",
46
- "health:check": "npm run docs:validate && npm run type-check && npm run lint:check && npm run format:check && npm run test && npm run test:integration && npm run test:coverage && npm audit --audit-level=high",
47
+ "health:check": "npm run docs:validate && npm run release:validate && npm run type-check && npm run lint:check && npm run format:check && npm run test && npm run test:integration && npm run test:coverage && npm audit --audit-level=high",
47
48
  "prepare": "husky",
48
49
  "prepublishOnly": "npm run build"
49
50
  },