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/README.md +1 -1
- package/dist/cli.js +122 -122
- package/package.json +1 -1
- package/skills/scip-ai-cleanup/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -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.
|