v2.2.0
What's New
--fixflag forcheckcommand — 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.diffcommand — compares current code exports against a git ref to show what's been added or removed. Human-readable by default,--jsonfor 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
--fixgenerated 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
- fix: add missing v2.1.1 link in CHANGELOG by @corvid-agent in #46
- feat: v2.2.0 — auto-fix, diff command, wildcard re-exports by @corvid-agent in #47
Full Changelog: v2.1.1...v2.2.0