v3.6.0
What's New in v3.6.0
Added
- Individual spec path filtering —
specsync check authandspecsync score parser validatornow target specific specs by module name or path, instead of always validating everything. Big DX win for large projects (#170). - Dependency graph visualization —
specsync deps --mermaidoutputs a Mermaid flowchart,specsync deps --dotoutputs Graphviz DOT. Great for docs and debugging dependency chains (#152). specsync newcommand — Quick-create a minimal spec with auto-detected source files and pre-populated export table. Use--fullfor companion files too. Lighter thanscaffoldorwizard(#151).--explainflag oncheck— Shows per-category score breakdown inline during validation, so you understand why a spec lost points (#169)..specsyncignore— Suppress specific warnings by pattern, similar to.gitignore. Supports glob patterns and inlinespecsync-ignore-next-linecomments (#171).
Also included (from v3.5.0, released same day)
- Stub/placeholder detection (#162)
- Source-attributed export warnings (#165)
- Requirements companion validation (#163)
- Score diagnostics with per-category breakdowns (#167)
- Fuzzy header matching (#166)
- Frontmatter parser edge case fixes (#161)
--fixheader renaming improvements (#164)
Full Changelog: v3.4.1...v3.6.0
What's Changed
- feat: v3.6.0 — spec path filtering, dep graph viz, specsync new by @corvid-agent in #173
Full Changelog: v3.5.0...v3.6.0