Skip to content

v3.4.0

Choose a tag to compare

@corvid-agent corvid-agent released this 07 Apr 19:48
· 419 commits to main since this release
5f891cb

What's New

  • specsync scaffold β€” enhanced module scaffolding with auto-detected source files, custom template directories, and automatic registry registration (#138)
  • specsync deps β€” cross-module dependency graph validation detecting cycles, missing deps, and undeclared imports (#139)
  • specsync comment β€” post spec-sync check summaries as actionable PR comments with spec links (#140)
  • specsync changelog β€” generate changelogs of spec changes between two git refs (#141)
  • specsync report β€” per-module coverage report with stale and incomplete detection (#137)
  • Graduated enforcement mode β€” --enforcement-mode flag with three levels: warn, enforce-new, and strict (#134)
  • External importers β€” specsync import supports GitHub Issues, Jira, and Confluence (#123)
  • Interactive wizard β€” specsync wizard for step-by-step guided spec creation (#122)
  • 167+ new unit tests across config, parser, validator, generator, and export modules
  • 100% spec coverage β€” resolved 9 undocumented export warnings and added 3 missing specs (#145)
  • Community scaffolding β€” CONTRIBUTING.md, CODE_OF_CONDUCT.md, issue/PR templates
  • Standalone workflow guide and onboarding documentation

Install

cargo install specsync

Or use the GitHub Action:

- uses: CorvidLabs/spec-sync@v3

Full Changelog: v3.3.0...v3.4.0

What's Changed

Full Changelog: v3.3.0...v3.4.0