Skip to content

v2.2.0

Choose a tag to compare

@corvid-agent corvid-agent released this 25 Mar 14:54
· 477 commits to main since this release
8c90ebe

What's New

  • --fix flag for check command — automatically adds undocumented exports as stub rows in the spec's Public API table. Turns spec maintenance from manual bookkeeping into a one-command operation.
  • diff command — compares current code exports against a git ref to show what's been added or removed. Human-readable by default, --json for structured output. Essential for code review and CI drift detection.
  • Wildcard re-export resolution — TypeScript/JS barrel files using export * from './module' now have their re-exported symbols resolved and validated.

Changed

  • Spec quality scoring now accounts for --fix generated stubs.
  • 12 new integration tests (74 integration, 131 total).
  • Updated specs to 100% coverage for all new features.

Full Changelog: v2.1.1...v2.2.0

What's Changed

Full Changelog: v2.1.1...v2.2.0