Skip to content

Commit a5f69ce

Browse files
committed
Deployed e3a002a with MkDocs version: 1.6.1
1 parent 89ec686 commit a5f69ce

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

ai-agents/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ <h3 id="example-5-version-catalog-auto-discovery-zero-knowledge-scanning">Exampl
11021102
<li><strong>Auto-Infers Options &amp; Executes Scan</strong>: The agent automatically infers missing parameters (such as adding <code>-i "foundation*"</code> or <code>-p android</code> for BOM coordinates) to avoid downloading unnecessary member libraries or platform variants, recommending and executing:
11031103
<div class="language-bash highlight"><pre><span></span><code><span id="__span-3-1"><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a>library-insight<span class="w"> </span>scan<span class="w"> </span>androidx.compose:compose-bom:2024.09.00<span class="w"> </span>-i<span class="w"> </span><span class="s2">&quot;foundation*&quot;</span><span class="w"> </span>-p<span class="w"> </span>android
11041104
</span></code></pre></div></li>
1105-
<li><strong>Explores &amp; Explains</strong>: Runs <code>library-insight explain Grid --deep</code> to verify <code>GridScope</code>, <code>GridConfigurationScope</code>, and parameter signatures for that specific version.</li>
1105+
<li><strong>Mandatory Symbol Search &amp; Explanation</strong>: The agent FIRST executes <code>library-insight search Grid</code> to discover all matching symbols across indexed packages, followed by <code>library-insight explain Grid --deep</code> to verify <code>GridScope</code>, <code>GridConfigurationScope</code>, and parameter signatures for that specific version.</li>
11061106
<li><strong>Writes Project File</strong>: Automatically creates <code>app/src/main/java/com/example/app/ComplexGridLayout.kt</code> with 100% version-matched, working Kotlin code tailored to the developer's project configuration!</li>
11071107
</ol>
11081108

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)