Skip to content

Releases: nouatzi/specbridge

v2.4.9

08 Feb 16:52

Choose a tag to compare

v2.4.8

08 Feb 15:26

Choose a tag to compare

Added

  • Monthly maintenance issue automation workflow: .github/workflows/health-snapshot.yml.
  • ESLint v10 readiness probe script and npm commands:
    • npm run eslint10:readiness
    • npm run eslint10:readiness:strict
  • CI eslint10-readiness job with staged strict gate toggle on main via ESLINT10_STRICT_GATE.

Changed

  • CI health summary now records collision-safe integration metric keys and flakiness KPI fields.
  • Health checklist and monthly snapshot template now capture ESLint v10 gate status and flaky retry metrics.
  • Added architecture boundary warning alias command: npm run architecture:check-boundaries:warning.

v2.4.7

08 Feb 14:57

Choose a tag to compare

Full Changelog: v2.4.6...v2.4.7

v2.4.6

08 Feb 13:43

Choose a tag to compare

Full Changelog: v2.4.5...v2.4.6

v2.4.5

08 Feb 13:22

Choose a tag to compare

Added

  • Release metadata consistency validation command: npm run release:validate.
  • CI release-metadata job to enforce package/changelog version alignment.
  • CI health-summary artifact with machine-readable check status and integration durations.

Changed

  • Security workflow now fails on high/critical npm audit findings.
  • CI coverage upload action updated to codecov/codecov-action@v4.
  • Maintenance checklist and monthly health template updated with release metadata validation steps.

Quality Gate Status

  • CI workflow: passed.
  • Security workflow: passed.
  • Local validation: health:quick, docs:validate, release:validate passed.

v2.4.4

08 Feb 11:05

Choose a tag to compare

Full Changelog: v2.4.3...v2.4.4

v2.4.3

07 Feb 17:56

Choose a tag to compare

Full Changelog: v2.4.2...v2.4.3

v2.4.2

07 Feb 12:21

Choose a tag to compare

Full Changelog: v2.4.1...v2.4.2

v2.4.1

07 Feb 12:18

Choose a tag to compare

Full Changelog: v2.4.0...v2.4.1

v2.4.0

07 Feb 08:00

Choose a tag to compare

Added

  • Unit test coverage for:
    • LSP server (tests/unit/lsp/server.test.ts)
    • MCP server (tests/unit/mcp/server.test.ts)
    • Incremental verification helper (tests/unit/verification/incremental.test.ts)
  • English summary of project vision in docs/VISION.en.md.

Changed

  • Replaced deprecated Husky prepare command (husky install -> husky).
  • Refactored dashboard server unit tests to cover endpoint behavior, cache fallback, and timer lifecycle.
  • Reworked propagation engine tests to validate migration step generation and effort classification with deterministic mocks.
  • Improved analyzer test runtime by reducing repeated ts-morph/file-system setup in slow suites.
  • Introduced structured logging via pino and started replacing direct console.warn/console.error calls in runtime modules.

Fixed

  • Removed remaining production lint warning hotspots in:
    • src/cli/commands/migrate.ts
    • src/integrations/github.ts
    • src/propagation/engine.ts
    • src/verification/autofix/engine.ts
    • src/verification/verifiers/dependencies.ts
    • src/verification/verifiers/index.ts