v1.4.1
This is a maintenance release that improves CLI version checks, resolves relative path scanner bugs, silences KMP fallback noise, and enhances AI auto-discovery.
🐛 Bug Fixes & Refactoring
- Quiet KMP Target Fallbacks: Silenced failed variant target resolution warnings (like
Warn: Failed to resolve variant...) when scanning non-Kotlin Multiplatform libraries (e.g. Retrofit), ensuring a quiet console log fallback to standard JVM artifacts. - Relative Path Canonicalization: Fixed a bug where scanning source files in the current folder (e.g.
scan-source .) resolved the library index name literally to".". It now correctly uses the normalized parent directory name, restoring path resolving for local callgraph analysis.
🖥️ CLI Option & Skill Discovery Updates
- Native Version Command: Added the standard Clikt
versionOptionso runninglibrary-insight -vorlibrary-insight --versionoutputs the active CLI build version dynamically. - AI Agent Skill Auto-Discovery: Added explicit trigger phrases inside the YAML frontmatter description of
SKILL.mdto help agent frameworks (such as Claude Code) auto-enable the tool proactively.