v2.1.1
Fixed
- Rust export extractor — strip raw strings, char literals with
", and multi-line string literals before scanning forpubdeclarations. Fixes false positives from test data insider#"..."#blocks, and false negatives where'"'char literals confused the string regex into consuming subsequent source code.
Added
- CLI spec — added spec coverage for
main.rs(CLI entry point) - Exports spec — expanded to 100% file coverage across all language extractors
Full Changelog: v2.1.0...v2.1.1
What's Changed
- docs: add AGENTS.md for agent auto-discovery by @corvid-agent in #42
- docs: add spec files for all 12 modules by @corvid-agent in #43
- docs: achieve 100% spec coverage — add cli spec, expand exports by @corvid-agent in #44
- chore: release v2.1.1 by @corvid-agent in #45
Full Changelog: v2.1.0...v2.1.1