indexer-cli 0.12.18 → 0.12.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,7 +4,7 @@ exports.GENERATED_SKILL_DIRECTORIES = exports.DEPRECATED_SKILL_DIRECTORIES = exp
|
|
|
4
4
|
function buildRepoDiscoverySkillContent() {
|
|
5
5
|
return `---
|
|
6
6
|
name: repo-discovery
|
|
7
|
-
description: FIRST choice for repository discovery
|
|
7
|
+
description: FIRST choice for repository discovery before editing code. Use when investigating, refactoring, fixing, or changing behavior in an unfamiliar subsystem and the exact file/range is not already known. Start here before broad rg/find/grep searches or reading many files. Covers architecture, behavior tracing, symbols, dependencies, workflows, transports, sessions, APIs, UI flows, and cross-file logic. Skip only for exact small file/range or exact identifier lookups.
|
|
8
8
|
allowed-tools: Bash(idx architecture:*), Bash(idx structure:*), Bash(idx ast:*), Bash(idx search:*), Bash(idx explain:*), Bash(idx deps:*), Bash(rg:*), Bash(grep:*)
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SKILLS_VERSION =
|
|
1
|
+
export declare const SKILLS_VERSION = 1335613622;
|