v2.2.1
What's New
Added
- Manifest-aware module detection — parses
Package.swift,Cargo.toml,build.gradle.kts,package.json,pubspec.yaml,go.mod, andpyproject.tomlto auto-discover targets and source paths - Export granularity control —
"exportLevel": "type"limits exports to top-level type declarations instead of every member - Configurable module definitions —
"modules"section inspecsync.jsonfor explicit module groupings - Language-specific spec templates —
generateand--fixproduce Swift, Rust, Kotlin/Java, Go, and Python templates - AI context boundary awareness — generation prompt scopes to module-owned symbols only
Fixed
- Test file detection expanded with Swift/Kotlin/Java/C# patterns and well-known test directories
checkcommand no longer hangs on empty specs- Exit code 101 panics converted to friendly error messages
Full Changelog: v2.2.0...v2.2.1
What's Changed
- feat: manifest-aware modules, export granularity, and robustness fixes by @corvid-agent in #48
- chore: prepare v2.2.1 release by @corvid-agent in #49
Full Changelog: v2.2.0...v2.2.1