@ipation/specbridge 2.4.5 → 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,21 @@ 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
+
10
25
  ## [2.4.5] - 2026-02-08
11
26
 
12
27
  ### Added
@@ -373,7 +388,7 @@ This release focuses on critical infrastructure upgrades, security improvements,
373
388
  - `src/dashboard/public/index.html` - React dashboard UI
374
389
  - `src/cli/commands/analytics.ts` - Analytics CLI command
375
390
  - `src/cli/commands/dashboard.ts` - Dashboard CLI command
376
- - `docs/demos/phase4-analytics-demo.md` - Interactive demo guide (900+ lines)
391
+ - `docs/demos/analytics-demo.md` - Interactive demo guide (900+ lines)
377
392
  - `docs/demos/QUICKSTART.md` - Quick start guide
378
393
  - `docs/demos/generate-sample-data.sh` - Sample data generator
379
394
  - `docs/features/analytics-and-insights.md` - Feature documentation (1200+ lines)
@@ -1078,7 +1093,8 @@ This release adopts a **pragmatic testing approach**:
1078
1093
  - Vitest for testing
1079
1094
  - tsup for building
1080
1095
 
1081
- [Unreleased]: https://github.com/nouatzi/specbridge/compare/v2.4.5...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
1082
1098
  [2.4.5]: https://github.com/nouatzi/specbridge/compare/v2.4.4...v2.4.5
1083
1099
  [2.4.4]: https://github.com/nouatzi/specbridge/compare/v2.4.3...v2.4.4
1084
1100
  [2.4.3]: https://github.com/nouatzi/specbridge/compare/v2.4.2...v2.4.3
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.5",
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",