scip-query 0.19.4 → 0.19.5
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/CHANGELOG.md +27 -0
- package/README.md +1 -1
- package/dist/{chunk-SVLTAG5O.js → chunk-7UY7SD7D.js} +119 -119
- package/dist/{chunk-VMNZB6WI.js → chunk-TW4OG5FC.js} +2 -2
- package/dist/chunk-XAGAZSFE.js +6 -0
- package/dist/cli.js +3 -3
- package/dist/command-descriptors-N2TL4XM2.js +613 -0
- package/dist/direct-navigation-DUCZCTOE.js +3 -0
- package/docs/AI_FAILURE_MODES.md +1 -1
- package/docs/COMMAND_REFERENCE.md +5 -5
- package/docs/DETECTOR_GUIDE.md +1 -1
- package/package.json +1 -1
- package/skills/_shared/SKILL.md +6 -16
- package/skills/scip-api-impact/SKILL.md +22 -21
- package/skills/scip-claim-audit/SKILL.md +18 -17
- package/skills/scip-cleanup-audit/SKILL.md +24 -20
- package/skills/scip-cleanup-improve/SKILL.md +19 -18
- package/skills/scip-concrete-plan/HIGH_ASSURANCE.md +317 -0
- package/skills/scip-concrete-plan/SKILL.md +70 -227
- package/skills/scip-conductor/SKILL.md +14 -14
- package/skills/scip-debug/SKILL.md +21 -21
- package/skills/scip-diagram/SKILL.md +27 -27
- package/skills/scip-directory-architecture/SKILL.md +44 -32
- package/skills/scip-doc-reconcile/SKILL.md +17 -17
- package/skills/scip-explore/SKILL.md +23 -23
- package/skills/scip-hyper-optimization/SKILL.md +23 -23
- package/skills/scip-language-playbook/SKILL.md +34 -34
- package/skills/scip-maintainability/SKILL.md +21 -21
- package/skills/scip-probe-reachability/SKILL.md +10 -9
- package/skills/scip-query/SKILL.md +39 -39
- package/skills/scip-react-maintainability/SKILL.md +21 -21
- package/skills/scip-root-cause/SKILL.md +21 -20
- package/skills/scip-setup/SKILL.md +25 -24
- package/skills/scip-tla-model-system/SKILL.md +7 -7
- package/skills/scip-triage-issue/SKILL.md +27 -20
- package/skills/scip-twin-drift/SKILL.md +18 -16
- package/skills/scip-verify/SKILL.md +25 -9
- package/skills/scip-vue-maintainability/SKILL.md +21 -21
- package/dist/chunk-ZAIILQNP.js +0 -5
- package/dist/command-descriptors-MFU4BCJ7.js +0 -612
- package/dist/direct-navigation-MRMQFIRB.js +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,33 @@ All notable changes to `scip-query` are documented here. This file starts at 0.1
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.19.5]
|
|
8
|
+
|
|
9
|
+
### Agent evidence and workflows
|
|
10
|
+
|
|
11
|
+
- Every public command now declares an agent-facing contract describing its
|
|
12
|
+
inputs, returned units, evidence class, and default coverage. JSON envelopes
|
|
13
|
+
report whether results are complete, bounded, sampled, or unknown; compact
|
|
14
|
+
summaries preserve the identities agents need without blind line clipping.
|
|
15
|
+
- `refs` supports stable, index-generation-bound pagination with explicit
|
|
16
|
+
totals and continuation cursors. Heavy navigation, planning, and diff-gate
|
|
17
|
+
commands expose compact machine-readable output and concise agent summaries.
|
|
18
|
+
- Claude Code hooks reject unsafe `head`, `tail`, and line-range truncation when
|
|
19
|
+
a compact or paginated alternative exists, and provide one context-window
|
|
20
|
+
reminder to reconsider native text search for relationship and completeness
|
|
21
|
+
questions. Shared guidance is expressed as moment-based evidence gates.
|
|
22
|
+
- The bundled planning workflow now has a short ordinary path and a separate
|
|
23
|
+
high-assurance certificate. Skill descriptions use problem-language trigger
|
|
24
|
+
phrases, and native file reads remain available for literal source facts.
|
|
25
|
+
|
|
26
|
+
### Architecture and release operations
|
|
27
|
+
|
|
28
|
+
- Architecture enforcement distinguishes production ownership from tests,
|
|
29
|
+
preserves boundary-specific file ceilings, and detects additional coarse
|
|
30
|
+
cycles without weakening the repository's declared layer policy.
|
|
31
|
+
- The main npm publish lifecycle invokes the Windows sidecar publisher directly
|
|
32
|
+
while keeping dry runs and validation paths registry-safe.
|
|
33
|
+
|
|
7
34
|
## [0.19.3]
|
|
8
35
|
|
|
9
36
|
### Performance and operations
|
package/README.md
CHANGED
|
@@ -213,7 +213,7 @@ When verification _fails_, the errors name the exact references the static evide
|
|
|
213
213
|
| `co-change-partner` | Historically coupled files that usually change together but are missing from this diff. | Default diff gate. |
|
|
214
214
|
| `twin-partner` | A changed symbol has a same-(near-)name twin (identical or already-divergent) elsewhere that this diff left untouched. | Default diff gate. Advisory: findings print but never cause a nonzero exit by themselves. |
|
|
215
215
|
| `coverage-contract` | A configured `coverageContracts` entry (.scipquery.json) drifted: its declared key set no longer matches its ground-truth source. | Default diff gate, only when either side of a configured contract changed. |
|
|
216
|
-
| `architecture` | A declared architecture boundary rule has a violation absent from the committed health baseline. | Default diff gate when closed dependency rows, requireCompletePolicy, requireAcyclic, requireResolvedBoundaries, requireMinimalPolicy, maxBoundaryFanOut
|
|
216
|
+
| `architecture` | A declared architecture boundary rule has a violation absent from the committed health baseline. | Default diff gate when closed dependency rows, requireCompletePolicy, requireAcyclic, requireResolvedBoundaries, requireMinimalPolicy, maxBoundaryFanOut/maxBoundaryFiles, or testPaths are configured and a baseline exists. |
|
|
217
217
|
| `doc-reference` | Docs that cite changed files and may need a matching update. Dated snapshot docs (docs.snapshotPaths) are excluded by policy. | Default diff gate. Advisory (21.2) for bare file-mention citations; blocking when the citation has a line anchor or the cited file was deleted/renamed. |
|
|
218
218
|
| `unused-params` | Fresh trailing parameters or options that no changed body uses. | Default diff gate. |
|
|
219
219
|
| `new-dead` | Changed production symbols with zero indexed consumers. | Default diff gate. |
|