@skein-code/cli 0.3.19 → 0.3.20
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.
- package/README.md +7 -4
- package/dist/cli.js +520 -377
- package/dist/cli.js.map +1 -1
- package/docs/NEXT_STEPS.md +4 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -449,11 +449,14 @@ command instead of allowing a retrieval change to lower the quality bar.
|
|
|
449
449
|
The persisted local index now stores content-addressed TypeScript compiler AST
|
|
450
450
|
facts for definitions, calls, and relative imports. Matching definitions can
|
|
451
451
|
expand a query and import/call neighbors may receive a bounded graph score;
|
|
452
|
-
Python and SQL continue to use explicit syntax-aware fallbacks.
|
|
452
|
+
Python and SQL continue to use explicit syntax-aware fallbacks. Git recency is
|
|
453
|
+
collected through a bounded, isolated read-only history scan and contributes
|
|
454
|
+
only a small tie-break score; missing Git, timeouts, output limits, and
|
|
455
|
+
non-repository workspaces degrade to lexical/graph retrieval. Search and
|
|
453
456
|
context JSON expose the index generation, file hash, matched/expanded terms,
|
|
454
|
-
and bm25/path/symbol/phrase/graph breakdown without persisting the
|
|
455
|
-
additional copy of source. Index schema v2 artifacts rebuild as v3
|
|
456
|
-
being trusted after the parser contract changes.
|
|
457
|
+
and bm25/path/symbol/phrase/graph/recency breakdown without persisting the
|
|
458
|
+
query or an additional copy of source. Index schema v2 artifacts rebuild as v3
|
|
459
|
+
rather than being trusted after the parser contract changes.
|
|
457
460
|
|
|
458
461
|
The included fixture is a deterministic regression gate, not evidence for
|
|
459
462
|
performance on every production repository. `--fresh-index` deletes and
|