indexer-cli 0.9.30 → 0.9.32

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.
@@ -33,7 +33,7 @@ const SKILL_DEFINITIONS = [
33
33
  directory: "semantic-search",
34
34
  rawContent: `---
35
35
  name: semantic-search
36
- description: Use this FIRST for questions about system behavior, business logic, and cross-module flows - how scoring works, what happens on order cancel, expired subscriptions, payment lifecycle, failure handling, and similar "what happens when X" questions. Prefer this before explore agents because it finds behavior spread across multiple modules that keyword search often misses. Do NOT use for exact identifiers, symbols, filenames, or keyword lookup; use grep, ast-grep, or symbol-explain instead.
36
+ description: FIRST choice for CONCEPT and BEHAVIOR questions "how is scoring calculated", "what happens on order cancel", "what if a user stops paying", "how does the system handle expired subscriptions", "lifecycle of a payment", "flow when X fails". Use BEFORE spawning explore agents for these questions it traces cross-module behavior that grep misses. Do NOT use for keyword/identifier lookups (use grep/ast-grep instead). If the search term is a code identifier (class name, variable name, function name), this is the WRONG tool use symbol-explain or grep instead.
37
37
  allowed-tools: Bash(idx search:*)
38
38
  ---
39
39
 
@@ -1 +1 @@
1
- export declare const SKILLS_VERSION = 1940153901;
1
+ export declare const SKILLS_VERSION = 2854040222;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SKILLS_VERSION = void 0;
4
- exports.SKILLS_VERSION = 1940153901;
4
+ exports.SKILLS_VERSION = 2854040222;
5
5
  //# sourceMappingURL=skills-version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indexer-cli",
3
- "version": "0.9.30",
3
+ "version": "0.9.32",
4
4
  "description": "Lightweight CLI project indexer with semantic search via Ollama",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",