You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1471,7 +1471,7 @@ <h3 id="bug-fixes-refactoring">Bug Fixes & Refactoring<a class="headerlink"
1471
1471
<li><strong>Quiet KMP Target Fallbacks</strong>: Silenced failed variant target resolution warnings (like <code>Warn: Failed to resolve variant...</code>) when scanning non-Kotlin Multiplatform libraries (e.g. Retrofit), ensuring a quiet console log fallback to standard JVM artifacts.</li>
1472
1472
<li><strong>Relative Path Canonicalization</strong>: Fixed a bug where scanning source files in the current folder (e.g. <code>scan-source .</code>) resolved the library index name literally to <code>"."</code>. It now correctly uses the normalized parent directory name, restoring path resolving for local callgraph analysis.</li>
1473
1473
</ul>
1474
-
<h3id="cli-option-skill-discovery-updates">️ CLI Option & Skill Discovery Updates<aclass="headerlink" href="#cli-option-skill-discovery-updates" title="Link to this section">¶</a></h3>
1474
+
<h3id="cli-option-skill-discovery-updates">️CLI Option & Skill Discovery Updates<aclass="headerlink" href="#cli-option-skill-discovery-updates" title="Link to this section">¶</a></h3>
1475
1475
<ul>
1476
1476
<li><strong>Native Version Command</strong>: Added the standard Clikt <code>versionOption</code> so running <code>library-insight -v</code> or <code>library-insight --version</code> outputs the active CLI build version dynamically.</li>
1477
1477
<li><strong>AI Agent Skill Auto-Discovery</strong>: Added explicit trigger phrases inside the YAML frontmatter description of <code>SKILL.md</code> to help agent frameworks (such as Claude Code) auto-enable the tool proactively.</li>
@@ -1487,7 +1487,7 @@ <h3 id="kotlin-multiplatform-kmp-support">Kotlin Multiplatform (KMP) Support<a c
1487
1487
<li><strong>Unified Multiplatform Merging</strong>: Consolidates package declarations, constructors, methods, and properties across all target platforms into a single unified index.</li>
1488
1488
<li><strong>Platform-Aware Reports</strong>: Displays target annotations (e.g. <code>[common]</code>, <code>[jvm]</code>) in explain reports and MCP tool outputs when signatures vary by platform.</li>
1489
1489
</ul>
1490
-
<h3id="cli-updates-architecture-refactoring">️ CLI Updates & Architecture Refactoring<aclass="headerlink" href="#cli-updates-architecture-refactoring" title="Link to this section">¶</a></h3>
1490
+
<h3id="cli-updates-architecture-refactoring">️CLI Updates & Architecture Refactoring<aclass="headerlink" href="#cli-updates-architecture-refactoring" title="Link to this section">¶</a></h3>
1491
1491
<ul>
1492
1492
<li><strong>Self-Updating Engine (<code>update</code> Command)</strong>: Checks for the latest version on GitHub, automatically upgrades the CLI binaries, and distributes the updated Agent Skills dynamically.</li>
1493
1493
<li><strong>Clean Architecture Partitioning</strong>: Fully modularized the codebase into Scanner Layer, Unified Database, and Tooling/Analysis Layer.</li>
@@ -1513,7 +1513,7 @@ <h3 id="source-location-imports-indexing">Source Location & Imports Indexing
1513
1513
<li><strong>Import Statements</strong>: Persists file-level import lists inside the class API model, helpful for dependency analysis and code structure auditing.</li>
1514
1514
<li><strong>Backward-Compatible Database</strong>: Existing bytecode-scanned indices are backward-compatible and load seamlessly without schema validation breaks.</li>
1515
1515
</ul>
1516
-
<h3id="cli-improvements">️ CLI Improvements<aclass="headerlink" href="#cli-improvements" title="Link to this section">¶</a></h3>
1516
+
<h3id="cli-improvements">️CLI Improvements<aclass="headerlink" href="#cli-improvements" title="Link to this section">¶</a></h3>
1517
1517
<ul>
1518
1518
<li>scan-source displays Kotlin/Java file statistics and indexing progress.</li>
1519
1519
<li>search now shows declaration source locations when available.</li>
@@ -1551,7 +1551,7 @@ <h3 id="classpath-abi-linkage-detector-dependency-check">Classpath ABI Linkage D
1551
1551
<p>Checks compiled transitive dependencies for method and field signatures missing from the classpath. Proactively flags runtime risks such as <code>NoSuchMethodError</code>, <code>NoSuchFieldError</code>, or <code>LinkageError</code>.</p>
<h3id="mcp-server-enhancements">️ MCP Server Enhancements<aclass="headerlink" href="#mcp-server-enhancements" title="Link to this section">¶</a></h3>
1554
+
<h3id="mcp-server-enhancements">️MCP Server Enhancements<aclass="headerlink" href="#mcp-server-enhancements" title="Link to this section">¶</a></h3>
1555
1555
<ul>
1556
1556
<li><strong><code>dsl_report</code> Tool</strong>: AI assistants can query DSL structures natively.</li>
1557
1557
<li><strong>Dynamic Database (<code>--db</code>)</strong>: Run multiple indices by passing custom database file paths.</li>
0 commit comments