scip-query 0.8.1 → 0.8.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scip-query",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Language-agnostic code intelligence CLI powered by SCIP indexes",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -98,7 +98,7 @@ scip-query cleanup-plan --verify
98
98
  - Batches are ordered: batch 0 is graph-fact dead now; batch n is dead once
99
99
  batch n-1 lands (the cascade). Apply ONE batch at a time.
100
100
  - `COMPILER-VERIFIED` means the deletion was applied in a throwaway worktree
101
- and your own checker (tsc / cargo check) passed differentially.
101
+ and your own checker (tsc / cargo check / go build / ruff) passed differentially.
102
102
  - `FAILED` errors name real references — usually barrel export lines or
103
103
  imports that must be removed together with the symbol, occasionally a
104
104
  detector false positive. Investigate before deleting anything.