@shrkcrft/cli 0.1.0-alpha.30 → 0.1.0-alpha.31
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/dist/asset-preview/apply-asset-preview.js +1 -1
- package/dist/authoring/authoring-kit.d.ts +9 -1
- package/dist/authoring/authoring-kit.d.ts.map +1 -1
- package/dist/authoring/authoring-kit.js +26 -13
- package/dist/bootstrap/unlinked-workspace-dependency.d.ts +11 -0
- package/dist/bootstrap/unlinked-workspace-dependency.d.ts.map +1 -0
- package/dist/bootstrap/unlinked-workspace-dependency.js +99 -0
- package/dist/command-registry.d.ts +100 -1
- package/dist/command-registry.d.ts.map +1 -1
- package/dist/command-registry.js +130 -3
- package/dist/commands/api-diff.command.d.ts.map +1 -1
- package/dist/commands/api-diff.command.js +12 -0
- package/dist/commands/apply.command.d.ts.map +1 -1
- package/dist/commands/apply.command.js +3 -0
- package/dist/commands/arch.command.d.ts.map +1 -1
- package/dist/commands/arch.command.js +26 -7
- package/dist/commands/architecture.command.d.ts.map +1 -1
- package/dist/commands/architecture.command.js +8 -2
- package/dist/commands/baseline.command.d.ts +54 -3
- package/dist/commands/baseline.command.d.ts.map +1 -1
- package/dist/commands/baseline.command.js +582 -74
- package/dist/commands/biome.command.d.ts.map +1 -1
- package/dist/commands/biome.command.js +20 -0
- package/dist/commands/boundaries.command.d.ts +9 -1
- package/dist/commands/boundaries.command.d.ts.map +1 -1
- package/dist/commands/boundaries.command.js +88 -20
- package/dist/commands/bundle.command.d.ts.map +1 -1
- package/dist/commands/bundle.command.js +57 -11
- package/dist/commands/cache-align.command.d.ts.map +1 -1
- package/dist/commands/cache-align.command.js +3 -1
- package/dist/commands/changelog-data.d.ts.map +1 -1
- package/dist/commands/changelog-data.js +138 -0
- package/dist/commands/changes.command.d.ts.map +1 -1
- package/dist/commands/changes.command.js +15 -0
- package/dist/commands/check.command.d.ts.map +1 -1
- package/dist/commands/check.command.js +1241 -322
- package/dist/commands/checks.command.d.ts.map +1 -1
- package/dist/commands/checks.command.js +188 -40
- package/dist/commands/ci.command.d.ts.map +1 -1
- package/dist/commands/ci.command.js +35 -2
- package/dist/commands/code-intel.command.d.ts.map +1 -1
- package/dist/commands/code-intel.command.js +3 -0
- package/dist/commands/command-catalog.d.ts +23 -1
- package/dist/commands/command-catalog.d.ts.map +1 -1
- package/dist/commands/command-catalog.js +152 -35
- package/dist/commands/commands.command.d.ts +21 -3
- package/dist/commands/commands.command.d.ts.map +1 -1
- package/dist/commands/commands.command.js +172 -27
- package/dist/commands/compress.command.d.ts.map +1 -1
- package/dist/commands/compress.command.js +4 -0
- package/dist/commands/constructs.command.d.ts.map +1 -1
- package/dist/commands/constructs.command.js +50 -12
- package/dist/commands/context.command.d.ts.map +1 -1
- package/dist/commands/context.command.js +40 -5
- package/dist/commands/contract-templates.command.d.ts.map +1 -1
- package/dist/commands/contract-templates.command.js +9 -1
- package/dist/commands/contract.command.d.ts.map +1 -1
- package/dist/commands/contract.command.js +35 -0
- package/dist/commands/conventions.command.d.ts.map +1 -1
- package/dist/commands/conventions.command.js +189 -29
- package/dist/commands/coverage.command.d.ts.map +1 -1
- package/dist/commands/coverage.command.js +9 -0
- package/dist/commands/daily.commands.d.ts +0 -1
- package/dist/commands/daily.commands.d.ts.map +1 -1
- package/dist/commands/daily.commands.js +12 -76
- package/dist/commands/dashboard.command.d.ts.map +1 -1
- package/dist/commands/dashboard.command.js +10 -0
- package/dist/commands/dev.command.d.ts.map +1 -1
- package/dist/commands/dev.command.js +45 -2
- package/dist/commands/diagnostics.command.d.ts +0 -2
- package/dist/commands/diagnostics.command.d.ts.map +1 -1
- package/dist/commands/diagnostics.command.js +5 -78
- package/dist/commands/diff-check.command.d.ts +6 -4
- package/dist/commands/diff-check.command.d.ts.map +1 -1
- package/dist/commands/diff-check.command.js +190 -103
- package/dist/commands/docs-references.command.d.ts +13 -0
- package/dist/commands/docs-references.command.d.ts.map +1 -1
- package/dist/commands/docs-references.command.js +269 -72
- package/dist/commands/doctor.command.d.ts.map +1 -1
- package/dist/commands/doctor.command.js +58 -4
- package/dist/commands/drift.command.d.ts.map +1 -1
- package/dist/commands/drift.command.js +17 -4
- package/dist/commands/eslint.command.d.ts.map +1 -1
- package/dist/commands/eslint.command.js +20 -0
- package/dist/commands/export.command.d.ts.map +1 -1
- package/dist/commands/export.command.js +23 -1
- package/dist/commands/feedback-dispatch.command.d.ts.map +1 -1
- package/dist/commands/feedback-dispatch.command.js +29 -0
- package/dist/commands/feedback.command.d.ts.map +1 -1
- package/dist/commands/feedback.command.js +6 -1
- package/dist/commands/finish.command.d.ts.map +1 -1
- package/dist/commands/finish.command.js +32 -8
- package/dist/commands/fix.command.d.ts.map +1 -1
- package/dist/commands/fix.command.js +19 -0
- package/dist/commands/gate.command.d.ts +6 -1
- package/dist/commands/gate.command.d.ts.map +1 -1
- package/dist/commands/gate.command.js +50 -124
- package/dist/commands/gates.command.d.ts +52 -0
- package/dist/commands/gates.command.d.ts.map +1 -1
- package/dist/commands/gates.command.js +811 -185
- package/dist/commands/gen.command.d.ts.map +1 -1
- package/dist/commands/gen.command.js +4 -0
- package/dist/commands/generated.command.d.ts +33 -3
- package/dist/commands/generated.command.d.ts.map +1 -1
- package/dist/commands/generated.command.js +499 -147
- package/dist/commands/graph-code-subverbs.d.ts +15 -0
- package/dist/commands/graph-code-subverbs.d.ts.map +1 -1
- package/dist/commands/graph-code-subverbs.js +198 -24
- package/dist/commands/graph.command.d.ts.map +1 -1
- package/dist/commands/graph.command.js +79 -37
- package/dist/commands/help.command.d.ts +30 -6
- package/dist/commands/help.command.d.ts.map +1 -1
- package/dist/commands/help.command.js +323 -199
- package/dist/commands/helper.command.d.ts +1 -0
- package/dist/commands/helper.command.d.ts.map +1 -1
- package/dist/commands/helper.command.js +195 -56
- package/dist/commands/impact.command.d.ts.map +1 -1
- package/dist/commands/impact.command.js +115 -12
- package/dist/commands/infer.command.d.ts.map +1 -1
- package/dist/commands/infer.command.js +20 -45
- package/dist/commands/ingest.command.d.ts +0 -1
- package/dist/commands/ingest.command.d.ts.map +1 -1
- package/dist/commands/ingest.command.js +25 -41
- package/dist/commands/knowledge-author.command.d.ts +0 -3
- package/dist/commands/knowledge-author.command.d.ts.map +1 -1
- package/dist/commands/knowledge-author.command.js +10 -23
- package/dist/commands/knowledge.command.d.ts.map +1 -1
- package/dist/commands/knowledge.command.js +469 -129
- package/dist/commands/languages.command.d.ts.map +1 -1
- package/dist/commands/languages.command.js +27 -0
- package/dist/commands/lint.command.d.ts.map +1 -1
- package/dist/commands/lint.command.js +3 -0
- package/dist/commands/mcp.command.d.ts +18 -0
- package/dist/commands/mcp.command.d.ts.map +1 -1
- package/dist/commands/mcp.command.js +33 -8
- package/dist/commands/onboard.command.d.ts.map +1 -1
- package/dist/commands/onboard.command.js +20 -0
- package/dist/commands/owners.command.d.ts.map +1 -1
- package/dist/commands/owners.command.js +14 -2
- package/dist/commands/packs-new.d.ts +13 -1
- package/dist/commands/packs-new.d.ts.map +1 -1
- package/dist/commands/packs-new.js +500 -335
- package/dist/commands/packs.command.d.ts.map +1 -1
- package/dist/commands/packs.command.js +378 -36
- package/dist/commands/paths.command.d.ts.map +1 -1
- package/dist/commands/paths.command.js +9 -1
- package/dist/commands/pipelines.command.d.ts.map +1 -1
- package/dist/commands/pipelines.command.js +7 -1
- package/dist/commands/plan-check.command.d.ts.map +1 -1
- package/dist/commands/plan-check.command.js +3 -0
- package/dist/commands/plan.command.d.ts.map +1 -1
- package/dist/commands/plan.command.js +3 -0
- package/dist/commands/playbooks.command.d.ts.map +1 -1
- package/dist/commands/playbooks.command.js +7 -2
- package/dist/commands/policy-lint.command.d.ts +19 -2
- package/dist/commands/policy-lint.command.d.ts.map +1 -1
- package/dist/commands/policy-lint.command.js +224 -65
- package/dist/commands/policy.command.d.ts.map +1 -1
- package/dist/commands/policy.command.js +6 -1
- package/dist/commands/pr.command.d.ts.map +1 -1
- package/dist/commands/pr.command.js +14 -0
- package/dist/commands/presets.command.d.ts.map +1 -1
- package/dist/commands/presets.command.js +12 -27
- package/dist/commands/profiles.command.d.ts.map +1 -1
- package/dist/commands/profiles.command.js +94 -26
- package/dist/commands/provenance.command.js +1 -1
- package/dist/commands/quality.command.d.ts.map +1 -1
- package/dist/commands/quality.command.js +129 -33
- package/dist/commands/recommend.command.d.ts +20 -4
- package/dist/commands/recommend.command.d.ts.map +1 -1
- package/dist/commands/recommend.command.js +172 -278
- package/dist/commands/registrations.command.d.ts.map +1 -1
- package/dist/commands/registrations.command.js +138 -13
- package/dist/commands/registry-lifecycle-run.d.ts +14 -0
- package/dist/commands/registry-lifecycle-run.d.ts.map +1 -0
- package/dist/commands/registry-lifecycle-run.js +336 -0
- package/dist/commands/registry.command.d.ts.map +1 -1
- package/dist/commands/registry.command.js +235 -62
- package/dist/commands/release.command.d.ts.map +1 -1
- package/dist/commands/release.command.js +99 -20
- package/dist/commands/report.command.d.ts.map +1 -1
- package/dist/commands/report.command.js +38 -2
- package/dist/commands/reuse-coverage.command.d.ts +23 -0
- package/dist/commands/reuse-coverage.command.d.ts.map +1 -0
- package/dist/commands/reuse-coverage.command.js +536 -0
- package/dist/commands/reuse.command.d.ts +3 -18
- package/dist/commands/reuse.command.d.ts.map +1 -1
- package/dist/commands/reuse.command.js +395 -244
- package/dist/commands/review.command.d.ts.map +1 -1
- package/dist/commands/review.command.js +33 -1
- package/dist/commands/rounds.command.d.ts.map +1 -1
- package/dist/commands/rounds.command.js +5 -0
- package/dist/commands/safety.command.d.ts.map +1 -1
- package/dist/commands/safety.command.js +9 -0
- package/dist/commands/scaffolds.command.d.ts.map +1 -1
- package/dist/commands/scaffolds.command.js +97 -25
- package/dist/commands/search.command.d.ts +0 -8
- package/dist/commands/search.command.d.ts.map +1 -1
- package/dist/commands/search.command.js +136 -28
- package/dist/commands/self-config-xrefs.command.d.ts +24 -0
- package/dist/commands/self-config-xrefs.command.d.ts.map +1 -0
- package/dist/commands/self-config-xrefs.command.js +170 -0
- package/dist/commands/self-config.command.d.ts.map +1 -1
- package/dist/commands/self-config.command.js +261 -65
- package/dist/commands/smart-context.command.d.ts.map +1 -1
- package/dist/commands/smart-context.command.js +39 -3
- package/dist/commands/spec.command.d.ts.map +1 -1
- package/dist/commands/spec.command.js +3 -0
- package/dist/commands/stats.command.d.ts.map +1 -1
- package/dist/commands/stats.command.js +3 -0
- package/dist/commands/surface.command.d.ts +6 -1
- package/dist/commands/surface.command.d.ts.map +1 -1
- package/dist/commands/surface.command.js +256 -54
- package/dist/commands/task-context.command.js +1 -1
- package/dist/commands/task.command.d.ts.map +1 -1
- package/dist/commands/task.command.js +22 -1
- package/dist/commands/templates.command.d.ts +4 -0
- package/dist/commands/templates.command.d.ts.map +1 -1
- package/dist/commands/templates.command.js +109 -22
- package/dist/commands/test.command.d.ts.map +1 -1
- package/dist/commands/test.command.js +161 -33
- package/dist/commands/tests.command.d.ts.map +1 -1
- package/dist/commands/tests.command.js +29 -3
- package/dist/commands/trace.command.d.ts.map +1 -1
- package/dist/commands/trace.command.js +29 -4
- package/dist/commands/watch.command.d.ts.map +1 -1
- package/dist/commands/watch.command.js +3 -0
- package/dist/commands/why.command.d.ts.map +1 -1
- package/dist/commands/why.command.js +3 -0
- package/dist/commands/wiring.command.d.ts +18 -4
- package/dist/commands/wiring.command.d.ts.map +1 -1
- package/dist/commands/wiring.command.js +360 -73
- package/dist/dashboard/code-intelligence-data.js +4 -4
- package/dist/diff/deleted-orphan-coverage.d.ts +32 -0
- package/dist/diff/deleted-orphan-coverage.d.ts.map +1 -0
- package/dist/diff/deleted-orphan-coverage.js +107 -0
- package/dist/diff/deleted-orphan-scope-notes.d.ts +23 -0
- package/dist/diff/deleted-orphan-scope-notes.d.ts.map +1 -0
- package/dist/diff/deleted-orphan-scope-notes.js +49 -0
- package/dist/diff/deleted-orphans.d.ts +32 -0
- package/dist/diff/deleted-orphans.d.ts.map +1 -1
- package/dist/diff/deleted-orphans.js +42 -2
- package/dist/dispatch/closest-match.d.ts +15 -0
- package/dist/dispatch/closest-match.d.ts.map +1 -0
- package/dist/dispatch/closest-match.js +47 -0
- package/dist/dispatch/global-flags.d.ts +94 -0
- package/dist/dispatch/global-flags.d.ts.map +1 -0
- package/dist/dispatch/global-flags.js +123 -0
- package/dist/dispatch/guard-invocation-input.d.ts +24 -0
- package/dist/dispatch/guard-invocation-input.d.ts.map +1 -0
- package/dist/dispatch/guard-invocation-input.js +1 -0
- package/dist/dispatch/guard-invocation.d.ts +33 -0
- package/dist/dispatch/guard-invocation.d.ts.map +1 -0
- package/dist/dispatch/guard-invocation.js +183 -0
- package/dist/dispatch/help-intercept.d.ts +22 -0
- package/dist/dispatch/help-intercept.d.ts.map +1 -0
- package/dist/dispatch/help-intercept.js +42 -0
- package/dist/dispatch/i-declared-invocation.d.ts +17 -0
- package/dist/dispatch/i-declared-invocation.d.ts.map +1 -0
- package/dist/dispatch/i-declared-invocation.js +1 -0
- package/dist/dispatch/i-unknown-flag-refusal-input.d.ts +28 -0
- package/dist/dispatch/i-unknown-flag-refusal-input.d.ts.map +1 -0
- package/dist/dispatch/i-unknown-flag-refusal-input.js +1 -0
- package/dist/dispatch/invocation-rejection-kind.d.ts +15 -0
- package/dist/dispatch/invocation-rejection-kind.d.ts.map +1 -0
- package/dist/dispatch/invocation-rejection-kind.js +15 -0
- package/dist/dispatch/invocation-rejection.d.ts +18 -0
- package/dist/dispatch/invocation-rejection.d.ts.map +1 -0
- package/dist/dispatch/invocation-rejection.js +1 -0
- package/dist/dispatch/judge-invocation.d.ts +24 -0
- package/dist/dispatch/judge-invocation.d.ts.map +1 -0
- package/dist/dispatch/judge-invocation.js +50 -0
- package/dist/dispatch/positional-mode.d.ts +18 -0
- package/dist/dispatch/positional-mode.d.ts.map +1 -0
- package/dist/dispatch/positional-mode.js +18 -0
- package/dist/dispatch/read-tracking-map.d.ts +28 -0
- package/dist/dispatch/read-tracking-map.d.ts.map +1 -0
- package/dist/dispatch/read-tracking-map.js +58 -0
- package/dist/dispatch/refuse-sibling-valve-flags.d.ts +30 -0
- package/dist/dispatch/refuse-sibling-valve-flags.d.ts.map +1 -0
- package/dist/dispatch/refuse-sibling-valve-flags.js +65 -0
- package/dist/dispatch/subverb-spec.d.ts +26 -0
- package/dist/dispatch/subverb-spec.d.ts.map +1 -0
- package/dist/dispatch/subverb-spec.js +1 -0
- package/dist/dispatch/undocumented-flag-reads.d.ts +22 -0
- package/dist/dispatch/undocumented-flag-reads.d.ts.map +1 -0
- package/dist/dispatch/undocumented-flag-reads.js +283 -0
- package/dist/dispatch/unknown-flag-refusal-mode.d.ts +13 -0
- package/dist/dispatch/unknown-flag-refusal-mode.d.ts.map +1 -0
- package/dist/dispatch/unknown-flag-refusal-mode.js +13 -0
- package/dist/dispatch/unknown-flag-refusal.d.ts +22 -0
- package/dist/dispatch/unknown-flag-refusal.d.ts.map +1 -0
- package/dist/dispatch/unknown-flag-refusal.js +57 -0
- package/dist/dispatch/unread-flags.d.ts +152 -0
- package/dist/dispatch/unread-flags.d.ts.map +1 -0
- package/dist/dispatch/unread-flags.js +295 -0
- package/dist/dispatch/verdict-valve-flag.d.ts +21 -0
- package/dist/dispatch/verdict-valve-flag.d.ts.map +1 -0
- package/dist/dispatch/verdict-valve-flag.js +21 -0
- package/dist/dispatch/walk-declared-subverbs.d.ts +14 -0
- package/dist/dispatch/walk-declared-subverbs.d.ts.map +1 -0
- package/dist/dispatch/walk-declared-subverbs.js +28 -0
- package/dist/exit-codes.d.ts +41 -3
- package/dist/exit-codes.d.ts.map +1 -1
- package/dist/exit-codes.js +153 -14
- package/dist/finish/run-finish.d.ts +72 -5
- package/dist/finish/run-finish.d.ts.map +1 -1
- package/dist/finish/run-finish.js +453 -104
- package/dist/gates/accepted-empty-note.d.ts +10 -0
- package/dist/gates/accepted-empty-note.d.ts.map +1 -0
- package/dist/gates/accepted-empty-note.js +11 -0
- package/dist/gates/allow-empty.d.ts +25 -0
- package/dist/gates/allow-empty.d.ts.map +1 -0
- package/dist/gates/allow-empty.js +27 -0
- package/dist/gates/asset-doctor-failing-units.d.ts +16 -0
- package/dist/gates/asset-doctor-failing-units.d.ts.map +1 -0
- package/dist/gates/asset-doctor-failing-units.js +14 -0
- package/dist/gates/asset-doctor-failure-line.d.ts +16 -0
- package/dist/gates/asset-doctor-failure-line.d.ts.map +1 -0
- package/dist/gates/asset-doctor-failure-line.js +28 -0
- package/dist/gates/empty-rule-advice-lines.d.ts +15 -0
- package/dist/gates/empty-rule-advice-lines.d.ts.map +1 -0
- package/dist/gates/empty-rule-advice-lines.js +20 -0
- package/dist/gates/gate-envelope.d.ts +85 -8
- package/dist/gates/gate-envelope.d.ts.map +1 -1
- package/dist/gates/gate-envelope.js +56 -7
- package/dist/gates/gate-rule-globs.d.ts +37 -3
- package/dist/gates/gate-rule-globs.d.ts.map +1 -1
- package/dist/gates/gate-rule-globs.js +78 -40
- package/dist/gates/gate-rule-view.d.ts +17 -4
- package/dist/gates/gate-rule-view.d.ts.map +1 -1
- package/dist/gates/gate-rule-view.js +105 -90
- package/dist/gates/i-coverage-dead-glob.d.ts +19 -0
- package/dist/gates/i-coverage-dead-glob.d.ts.map +1 -0
- package/dist/gates/i-coverage-dead-glob.js +1 -0
- package/dist/gates/i-coverage-negation.d.ts +13 -0
- package/dist/gates/i-coverage-negation.d.ts.map +1 -0
- package/dist/gates/i-coverage-negation.js +1 -0
- package/dist/gates/i-registration-query-settle-input.d.ts +18 -0
- package/dist/gates/i-registration-query-settle-input.d.ts.map +1 -0
- package/dist/gates/i-registration-query-settle-input.js +1 -0
- package/dist/gates/i-unit-state-note-row.d.ts +16 -0
- package/dist/gates/i-unit-state-note-row.d.ts.map +1 -0
- package/dist/gates/i-unit-state-note-row.js +1 -0
- package/dist/gates/i-unit-state-notes.d.ts +32 -0
- package/dist/gates/i-unit-state-notes.d.ts.map +1 -0
- package/dist/gates/i-unit-state-notes.js +1 -0
- package/dist/gates/incomplete-registry-inventory.d.ts +19 -0
- package/dist/gates/incomplete-registry-inventory.d.ts.map +1 -0
- package/dist/gates/incomplete-registry-inventory.js +63 -0
- package/dist/gates/measure-registration-roles.d.ts +10 -0
- package/dist/gates/measure-registration-roles.d.ts.map +1 -0
- package/dist/gates/measure-registration-roles.js +9 -0
- package/dist/gates/plane-verdict.d.ts +14 -0
- package/dist/gates/plane-verdict.d.ts.map +1 -0
- package/dist/gates/plane-verdict.js +22 -0
- package/dist/gates/qualify-clean-for-units.d.ts +12 -0
- package/dist/gates/qualify-clean-for-units.d.ts.map +1 -0
- package/dist/gates/qualify-clean-for-units.js +18 -0
- package/dist/gates/registration-graph-verdict.d.ts +34 -0
- package/dist/gates/registration-graph-verdict.d.ts.map +1 -0
- package/dist/gates/registration-graph-verdict.js +70 -0
- package/dist/gates/registration-roles.d.ts +9 -0
- package/dist/gates/registration-roles.d.ts.map +1 -0
- package/dist/gates/registration-roles.js +1 -0
- package/dist/gates/registry-liveness.d.ts +11 -0
- package/dist/gates/registry-liveness.d.ts.map +1 -0
- package/dist/gates/registry-liveness.js +13 -0
- package/dist/gates/rule-coverage.d.ts +187 -4
- package/dist/gates/rule-coverage.d.ts.map +1 -1
- package/dist/gates/rule-coverage.js +501 -49
- package/dist/gates/run-gate-planes.d.ts +14 -0
- package/dist/gates/run-gate-planes.d.ts.map +1 -1
- package/dist/gates/run-gate-planes.js +172 -30
- package/dist/gates/scaffold-selftest.d.ts +56 -0
- package/dist/gates/scaffold-selftest.d.ts.map +1 -0
- package/dist/gates/scaffold-selftest.js +119 -0
- package/dist/gates/seam-rejected-rules.d.ts +28 -0
- package/dist/gates/seam-rejected-rules.d.ts.map +1 -0
- package/dist/gates/seam-rejected-rules.js +95 -0
- package/dist/gates/self-test-check.d.ts +29 -0
- package/dist/gates/self-test-check.d.ts.map +1 -0
- package/dist/gates/self-test-check.js +1 -0
- package/dist/gates/self-test-subject.d.ts +28 -0
- package/dist/gates/self-test-subject.d.ts.map +1 -0
- package/dist/gates/self-test-subject.js +1 -0
- package/dist/gates/self-test.d.ts +20 -0
- package/dist/gates/self-test.d.ts.map +1 -0
- package/dist/gates/self-test.js +82 -0
- package/dist/gates/settle-verdict.d.ts +14 -0
- package/dist/gates/settle-verdict.d.ts.map +1 -0
- package/dist/gates/settle-verdict.js +13 -0
- package/dist/gates/settled-verdict.d.ts +8 -0
- package/dist/gates/settled-verdict.d.ts.map +1 -0
- package/dist/gates/settled-verdict.js +1 -0
- package/dist/gates/template-registry-coverage.d.ts +18 -0
- package/dist/gates/template-registry-coverage.d.ts.map +1 -0
- package/dist/gates/template-registry-coverage.js +24 -0
- package/dist/gates/unit-state-notes.d.ts +40 -0
- package/dist/gates/unit-state-notes.d.ts.map +1 -0
- package/dist/gates/unit-state-notes.js +71 -0
- package/dist/gates/verdict-line.d.ts +18 -0
- package/dist/gates/verdict-line.d.ts.map +1 -0
- package/dist/gates/verdict-line.js +40 -0
- package/dist/graph/graph-reuse-lookup.d.ts +10 -0
- package/dist/graph/graph-reuse-lookup.d.ts.map +1 -0
- package/dist/graph/graph-reuse-lookup.js +41 -0
- package/dist/graph/index-behind-hint.d.ts +11 -0
- package/dist/graph/index-behind-hint.d.ts.map +1 -0
- package/dist/graph/index-behind-hint.js +27 -0
- package/dist/knowledge/knowledge-stale-gate-flags.d.ts +3 -0
- package/dist/knowledge/knowledge-stale-gate-flags.d.ts.map +1 -0
- package/dist/knowledge/knowledge-stale-gate-flags.js +1 -0
- package/dist/knowledge/knowledge-stale-gate-input.d.ts +3 -0
- package/dist/knowledge/knowledge-stale-gate-input.d.ts.map +1 -0
- package/dist/knowledge/knowledge-stale-gate-input.js +1 -0
- package/dist/knowledge/knowledge-stale-gate-result.d.ts +3 -0
- package/dist/knowledge/knowledge-stale-gate-result.d.ts.map +1 -0
- package/dist/knowledge/knowledge-stale-gate-result.js +1 -0
- package/dist/knowledge/knowledge-stale-gate.d.ts +10 -0
- package/dist/knowledge/knowledge-stale-gate.d.ts.map +1 -0
- package/dist/knowledge/knowledge-stale-gate.js +9 -0
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +200 -83
- package/dist/output/failure-hints.d.ts.map +1 -1
- package/dist/output/failure-hints.js +11 -9
- package/dist/output/rejected-entries-note.d.ts +57 -0
- package/dist/output/rejected-entries-note.d.ts.map +1 -0
- package/dist/output/rejected-entries-note.js +103 -0
- package/dist/output/stdout-is-pipe.d.ts +13 -0
- package/dist/output/stdout-is-pipe.d.ts.map +1 -0
- package/dist/output/stdout-is-pipe.js +21 -0
- package/dist/packs/stale-build-warning.d.ts +11 -0
- package/dist/packs/stale-build-warning.d.ts.map +1 -0
- package/dist/packs/stale-build-warning.js +23 -0
- package/dist/quality/run-quality.d.ts +123 -0
- package/dist/quality/run-quality.d.ts.map +1 -0
- package/dist/quality/run-quality.js +442 -0
- package/dist/schemas/json-schemas.d.ts +184 -3
- package/dist/schemas/json-schemas.d.ts.map +1 -1
- package/dist/schemas/json-schemas.js +113 -2
- package/dist/shrk.d.ts +3 -0
- package/dist/shrk.d.ts.map +1 -0
- package/dist/shrk.js +30 -0
- package/dist/surface/audience-applicability.d.ts +26 -0
- package/dist/surface/audience-applicability.d.ts.map +1 -0
- package/dist/surface/audience-applicability.js +60 -0
- package/dist/surface/catalog-command-safety.d.ts +18 -0
- package/dist/surface/catalog-command-safety.d.ts.map +1 -0
- package/dist/surface/catalog-command-safety.js +62 -0
- package/dist/surface/cli-command-resolver.d.ts +21 -0
- package/dist/surface/cli-command-resolver.d.ts.map +1 -0
- package/dist/surface/cli-command-resolver.js +87 -0
- package/dist/surface/command-dispatch-kind.d.ts +20 -0
- package/dist/surface/command-dispatch-kind.d.ts.map +1 -0
- package/dist/surface/command-dispatch-kind.js +20 -0
- package/dist/surface/command-index-entry.d.ts +40 -0
- package/dist/surface/command-index-entry.d.ts.map +1 -0
- package/dist/surface/command-index-entry.js +1 -0
- package/dist/surface/command-index.d.ts +77 -0
- package/dist/surface/command-index.d.ts.map +1 -0
- package/dist/surface/command-index.js +323 -0
- package/dist/surface/i-command-index.d.ts +22 -0
- package/dist/surface/i-command-index.d.ts.map +1 -0
- package/dist/surface/i-command-index.js +1 -0
- package/dist/surface/i-command-string-context.d.ts +20 -0
- package/dist/surface/i-command-string-context.d.ts.map +1 -0
- package/dist/surface/i-command-string-context.js +1 -0
- package/dist/surface/i-surface-denial.d.ts +13 -0
- package/dist/surface/i-surface-denial.d.ts.map +1 -0
- package/dist/surface/i-surface-denial.js +1 -0
- package/dist/surface/load-surface-context.d.ts +17 -1
- package/dist/surface/load-surface-context.d.ts.map +1 -1
- package/dist/surface/load-surface-context.js +48 -10
- package/dist/surface/not-enabled-error.d.ts +38 -4
- package/dist/surface/not-enabled-error.d.ts.map +1 -1
- package/dist/surface/not-enabled-error.js +96 -6
- package/dist/surface/profiles.d.ts +7 -0
- package/dist/surface/profiles.d.ts.map +1 -1
- package/dist/surface/resolve-command-string.d.ts +10 -0
- package/dist/surface/resolve-command-string.d.ts.map +1 -0
- package/dist/surface/resolve-command-string.js +572 -0
- package/dist/surface/surface-config-writer.d.ts +7 -2
- package/dist/surface/surface-config-writer.d.ts.map +1 -1
- package/dist/surface/surface-config-writer.js +25 -6
- package/dist/surface/surface-layer.d.ts +11 -0
- package/dist/surface/surface-layer.d.ts.map +1 -0
- package/dist/surface/surface-layer.js +11 -0
- package/dist/surface/surface-refusal-reason.d.ts +16 -0
- package/dist/surface/surface-refusal-reason.d.ts.map +1 -0
- package/dist/surface/surface-refusal-reason.js +16 -0
- package/dist/surface/surface-selector.d.ts +26 -0
- package/dist/surface/surface-selector.d.ts.map +1 -0
- package/dist/surface/surface-selector.js +42 -0
- package/dist/surface/surface-summary.d.ts +61 -18
- package/dist/surface/surface-summary.d.ts.map +1 -1
- package/dist/surface/surface-summary.js +147 -60
- package/dist/surface/tier.d.ts +85 -22
- package/dist/surface/tier.d.ts.map +1 -1
- package/dist/surface/tier.js +132 -30
- package/dist/usage/usage-log.d.ts +6 -1
- package/dist/usage/usage-log.d.ts.map +1 -1
- package/dist/usage/usage-log.js +7 -2
- package/dist/validation/run-validation-loop.d.ts +9 -0
- package/dist/validation/run-validation-loop.d.ts.map +1 -1
- package/dist/validation/run-validation-loop.js +14 -11
- package/dist/validation/typecheck-emitted.d.ts +8 -9
- package/dist/validation/typecheck-emitted.d.ts.map +1 -1
- package/dist/validation/typecheck-emitted.js +17 -97
- package/package.json +34 -34
|
@@ -31,6 +31,16 @@ export var CommandAudience;
|
|
|
31
31
|
CommandAudience["Ci"] = "ci";
|
|
32
32
|
CommandAudience["PackAuthor"] = "pack-author";
|
|
33
33
|
CommandAudience["Maintainer"] = "maintainer";
|
|
34
|
+
/**
|
|
35
|
+
* The command's OBJECT is SharkCraft itself — its own docs set, examples
|
|
36
|
+
* tree, release artifacts, command catalog, round snapshots (round 11
|
|
37
|
+
* §5.1). Outside SharkCraft's own repository (`detectSharkcraftRepo`, the
|
|
38
|
+
* one host authority) such a command is gated: tier source
|
|
39
|
+
* `tool-maintenance`, hidden from `--help`, and invoking it exits 78 through
|
|
40
|
+
* the surface gate — never a check failure. `surface.enabled` is the escape
|
|
41
|
+
* hatch.
|
|
42
|
+
*/
|
|
43
|
+
CommandAudience["ToolMaintenance"] = "tool-maintenance";
|
|
34
44
|
})(CommandAudience || (CommandAudience = {}));
|
|
35
45
|
/**
|
|
36
46
|
* User-journey role. Distinct from {@link SafetyLevel} and from the
|
|
@@ -162,7 +172,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
162
172
|
// Adaptive surface tier introspection + management.
|
|
163
173
|
entry({
|
|
164
174
|
command: 'surface',
|
|
165
|
-
description: 'Inspect / change the adaptive command surface. Subcommands: list, enable, disable, hide, unhide, reset, explain.',
|
|
175
|
+
description: 'Inspect / change the adaptive command surface. Subcommands: list, enable, disable, hide, unhide, deny, allow, reset, explain, profiles.',
|
|
166
176
|
category: 'core',
|
|
167
177
|
safetyLevel: SafetyLevel.WritesSource,
|
|
168
178
|
writesFiles: true,
|
|
@@ -220,9 +230,27 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
220
230
|
surface: CommandSurface.Advanced,
|
|
221
231
|
taskRole: CommandTaskRole.Config,
|
|
222
232
|
}),
|
|
233
|
+
entry({
|
|
234
|
+
command: 'surface deny',
|
|
235
|
+
description: 'Disable a command or a whole group (`<group> *`) in this repository — it stops being callable (exit 78) and leaves --help. Writes surface.disabled; preview-first.',
|
|
236
|
+
category: 'core',
|
|
237
|
+
safetyLevel: SafetyLevel.WritesSource,
|
|
238
|
+
writesFiles: true,
|
|
239
|
+
surface: CommandSurface.Advanced,
|
|
240
|
+
taskRole: CommandTaskRole.Config,
|
|
241
|
+
}),
|
|
242
|
+
entry({
|
|
243
|
+
command: 'surface allow',
|
|
244
|
+
description: 'Reverse a prior `surface deny` — remove the selector from surface.disabled (preview-first).',
|
|
245
|
+
category: 'core',
|
|
246
|
+
safetyLevel: SafetyLevel.WritesSource,
|
|
247
|
+
writesFiles: true,
|
|
248
|
+
surface: CommandSurface.Advanced,
|
|
249
|
+
taskRole: CommandTaskRole.Config,
|
|
250
|
+
}),
|
|
223
251
|
entry({
|
|
224
252
|
command: 'surface reset',
|
|
225
|
-
description: 'Clear surface.enabled + surface.hidden in sharkcraft.config.ts (preview-first).',
|
|
253
|
+
description: 'Clear surface.enabled + surface.hidden + surface.disabled in sharkcraft.config.ts (preview-first).',
|
|
226
254
|
category: 'core',
|
|
227
255
|
safetyLevel: SafetyLevel.WritesSource,
|
|
228
256
|
writesFiles: true,
|
|
@@ -375,7 +403,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
375
403
|
}),
|
|
376
404
|
entry({
|
|
377
405
|
command: 'check boundaries',
|
|
378
|
-
description: 'Boundary enforcement against tsconfig aliases + import graph.',
|
|
406
|
+
description: 'Boundary enforcement against tsconfig aliases + import graph (imports read from code, not comments). Bare forbidden patterns cover subpaths; exemptFiles / excludeTests / exceptions are marked, never dropped; a rule matching nothing is never "evaluated" (0/1/2/3, gate envelope). [--rule <id>] [--rule-file <path> | --diff-against <path>] [--changed-only …] [--fail-on-dead-units] [--include-comments] [--allow-empty] [--json]',
|
|
379
407
|
category: 'core',
|
|
380
408
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
381
409
|
mcpAvailable: true,
|
|
@@ -384,7 +412,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
384
412
|
}),
|
|
385
413
|
entry({
|
|
386
414
|
command: 'check wiring',
|
|
387
|
-
description: 'Completeness checks: flags config-defined "declared but not wired" tokens (a declared value/identifier set that must be a subset of a registered set). Generic + deterministic; rules from sharkcraft.config.ts wiringRules[]. [--changed-only] [--only <ids>] [--json]',
|
|
415
|
+
description: 'Completeness checks: flags config-defined "declared but not wired" tokens (a declared value/identifier set that must be a subset of a registered set). Generic + deterministic; rules from sharkcraft.config.ts wiringRules[]. A subset rule whose registered side holds tokens no declared site produced is `partial` (exit 2) unless `registeredExtras` accepts them. [--changed-only] [--only <ids>] [--allow-empty] [--json]',
|
|
388
416
|
category: 'core',
|
|
389
417
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
390
418
|
surface: CommandSurface.Common,
|
|
@@ -392,7 +420,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
392
420
|
}),
|
|
393
421
|
entry({
|
|
394
422
|
command: 'check orphans',
|
|
395
|
-
description: 'Write-safety guard: after deleting file(s)/export(s), finds surviving files that still import them or reference a symbol they declared — alias-resolved, incl. barrel re-exports the type checker misses. Reverse-closure over the diff vs --since (or --staged) against the code-graph snapshot; each survivor reported with file:line. [--since <ref>] [--staged] [--json]',
|
|
423
|
+
description: 'Write-safety guard: after deleting file(s)/export(s), finds surviving files that still import them or reference a symbol they declared — alias-resolved, incl. barrel re-exports the type checker misses. Reverse-closure over the diff vs --since (or --staged) against the code-graph snapshot; each survivor reported with file:line. Nothing deleted is NOT a pass (exit 2) unless --allow-empty. [--since <ref>] [--staged] [--allow-empty] [--json]',
|
|
396
424
|
category: 'core',
|
|
397
425
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
398
426
|
surface: CommandSurface.Common,
|
|
@@ -400,7 +428,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
400
428
|
}),
|
|
401
429
|
entry({
|
|
402
430
|
command: 'policy-lint',
|
|
403
|
-
description: 'Lint template/markup, stylesheet, and AOT-invisible TS surfaces against config-defined policyRules[] — sees `.html` files AND inline `template:` strings that tsc/AOT cannot. Deterministic; no AI. [--surface template|style|ts] [--changed-only] [--only <ids>] [--json]',
|
|
431
|
+
description: 'Lint template/markup, stylesheet, and AOT-invisible TS surfaces against config-defined policyRules[] — sees `.html` files AND inline `template:` strings that tsc/AOT cannot. Deterministic; no AI. No rules declared is NOT a pass (exit 2) unless --allow-empty. [--surface template|style|ts] [--changed-only] [--only <ids>] [--allow-empty] [--json]',
|
|
404
432
|
category: 'core',
|
|
405
433
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
406
434
|
surface: CommandSurface.Common,
|
|
@@ -440,7 +468,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
440
468
|
}),
|
|
441
469
|
entry({
|
|
442
470
|
command: 'gates coverage',
|
|
443
|
-
description: 'The stale-selector detector: what every data-defined rule actually MATCHED against the live tree, flagging each rule that matched 0 files/ids (a rule matching nothing is a bug in the rule, never a pass) and running each rule\'s declared selfTest expectations. Run it in CI so a rule quietly dying is itself a failure. Exit 2 when a rule matched nothing, 1 when it set failOnEmpty. [--plane <p>] [--json]',
|
|
471
|
+
description: 'The stale-selector detector: what every data-defined rule actually MATCHED against the live tree, flagging each rule that matched 0 files/ids (a rule matching nothing is a bug in the rule, never a pass), each glob inside a connected rule that matched 0 files (advisory; --fail-on-dead-units fails on it), and running each rule\'s declared selfTest expectations (every failure names the selector it consulted). Run it in CI so a rule quietly dying is itself a failure. Exit 2 when a rule matched nothing, 1 when it set failOnEmpty or broke its selfTest. [--plane <p>] [--fail-on-dead-units] [--json]',
|
|
444
472
|
category: 'core',
|
|
445
473
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
446
474
|
surface: CommandSurface.Common,
|
|
@@ -574,6 +602,14 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
574
602
|
surface: CommandSurface.Common,
|
|
575
603
|
taskRole: CommandTaskRole.Search,
|
|
576
604
|
}),
|
|
605
|
+
entry({
|
|
606
|
+
command: 'reuse coverage',
|
|
607
|
+
description: 'Curated reusePrimitives[] vs the real public export surface: curated vs exported counts, dead curated entries, importPaths that do not expose their symbol, and curation gaps (an exported name the reuse lookup answers with a different curated entry). Exit 2 over a missing/stale index. [--min-coverage <pct>] [--package <name>] [--include-types] [--json]',
|
|
608
|
+
category: 'analysis',
|
|
609
|
+
safetyLevel: SafetyLevel.ReadOnly,
|
|
610
|
+
surface: CommandSurface.Advanced,
|
|
611
|
+
taskRole: CommandTaskRole.Validate,
|
|
612
|
+
}),
|
|
577
613
|
entry({
|
|
578
614
|
command: 'diff-check',
|
|
579
615
|
description: 'Self-check current git diff against boundary + import-hygiene rules. Single-call composite for agents to validate edits before declaring done. Read-only.',
|
|
@@ -1384,6 +1420,24 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
1384
1420
|
surface: CommandSurface.Advanced,
|
|
1385
1421
|
taskRole: CommandTaskRole.Inspect,
|
|
1386
1422
|
}),
|
|
1423
|
+
entry({
|
|
1424
|
+
command: 'self-config resolve',
|
|
1425
|
+
description: 'Which registry an id resolves in — every kind, most specific first, with the verb that shows it — and every declared cross-reference pointing at it; did-you-mean when it resolves nowhere. Exit 0 resolved · 1 unresolved · 3 no id. [--json]',
|
|
1426
|
+
category: 'core',
|
|
1427
|
+
safetyLevel: SafetyLevel.ReadOnly,
|
|
1428
|
+
mcpAvailable: false,
|
|
1429
|
+
surface: CommandSurface.Advanced,
|
|
1430
|
+
taskRole: CommandTaskRole.Explain,
|
|
1431
|
+
}),
|
|
1432
|
+
entry({
|
|
1433
|
+
command: 'self-config xrefs',
|
|
1434
|
+
description: 'Every declared cross-reference id (knowledge related / seeAlso / supersededBy / action hints, construct related* + facets with resolvesAs, boundary related*, template related) with the namespace it resolved into and its status. [--source <kind>:<id>] [--dangling-only] [--json]',
|
|
1435
|
+
category: 'core',
|
|
1436
|
+
safetyLevel: SafetyLevel.ReadOnly,
|
|
1437
|
+
mcpAvailable: false,
|
|
1438
|
+
surface: CommandSurface.Advanced,
|
|
1439
|
+
taskRole: CommandTaskRole.Inspect,
|
|
1440
|
+
}),
|
|
1387
1441
|
entry({
|
|
1388
1442
|
command: 'self-config doctor',
|
|
1389
1443
|
description: 'Cross-reference integrity for self-config (rule wiring, action hints, verification commands).',
|
|
@@ -1546,7 +1600,28 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
1546
1600
|
category: 'meta',
|
|
1547
1601
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
1548
1602
|
surface: CommandSurface.Advanced,
|
|
1549
|
-
intendedAudience: [CommandAudience.Maintainer],
|
|
1603
|
+
intendedAudience: [CommandAudience.Maintainer, CommandAudience.ToolMaintenance],
|
|
1604
|
+
taskRole: CommandTaskRole.Inspect,
|
|
1605
|
+
}),
|
|
1606
|
+
// Round 11 review: both read SharkCraft's OWN catalog and docs
|
|
1607
|
+
// (command-entrypoints / start-here / overview; the `overlaps` view), so in
|
|
1608
|
+
// a consumer repo `docs-check` reported a green check over 0 files.
|
|
1609
|
+
entry({
|
|
1610
|
+
command: 'commands docs-check',
|
|
1611
|
+
description: "Check SharkCraft's own command docs (command-entrypoints / start-here / overview) and catalog pointers for drift.",
|
|
1612
|
+
category: 'meta',
|
|
1613
|
+
safetyLevel: SafetyLevel.ReadOnly,
|
|
1614
|
+
surface: CommandSurface.Advanced,
|
|
1615
|
+
intendedAudience: [CommandAudience.Maintainer, CommandAudience.ToolMaintenance],
|
|
1616
|
+
taskRole: CommandTaskRole.Inspect,
|
|
1617
|
+
}),
|
|
1618
|
+
entry({
|
|
1619
|
+
command: 'commands retirement-plan',
|
|
1620
|
+
description: "SharkCraft's own command retirement plan (derived from `commands overlaps`).",
|
|
1621
|
+
category: 'meta',
|
|
1622
|
+
safetyLevel: SafetyLevel.ReadOnly,
|
|
1623
|
+
surface: CommandSurface.Advanced,
|
|
1624
|
+
intendedAudience: [CommandAudience.Maintainer, CommandAudience.ToolMaintenance],
|
|
1550
1625
|
taskRole: CommandTaskRole.Inspect,
|
|
1551
1626
|
}),
|
|
1552
1627
|
entry({
|
|
@@ -1858,7 +1933,8 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
1858
1933
|
mcpAvailable: true,
|
|
1859
1934
|
}),
|
|
1860
1935
|
// `commands suggest` hard-deleted (folded into unknown-command did-you-mean).
|
|
1861
|
-
// `commands explain` hard-deleted (
|
|
1936
|
+
// `commands explain` hard-deleted (use `shrk help <cmd>`; `shrk explain` is the
|
|
1937
|
+
// knowledge / rule topic explainer and never describes a command).
|
|
1862
1938
|
// `doctor watch` removed (use `shrk doctor --watch`).
|
|
1863
1939
|
entry({
|
|
1864
1940
|
command: 'knowledge stale-check --watch',
|
|
@@ -2677,7 +2753,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
2677
2753
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
2678
2754
|
mcpAvailable: true,
|
|
2679
2755
|
surface: CommandSurface.Advanced,
|
|
2680
|
-
intendedAudience: [CommandAudience.Human, CommandAudience.Ci],
|
|
2756
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Ci, CommandAudience.ToolMaintenance],
|
|
2681
2757
|
taskRole: CommandTaskRole.Release,
|
|
2682
2758
|
}),
|
|
2683
2759
|
entry({
|
|
@@ -2686,6 +2762,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
2686
2762
|
category: 'release',
|
|
2687
2763
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
2688
2764
|
mcpAvailable: true,
|
|
2765
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
2689
2766
|
}),
|
|
2690
2767
|
// Additions: human entrypoint, governance, smoke harness.
|
|
2691
2768
|
entry({
|
|
@@ -2708,12 +2785,16 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
2708
2785
|
intendedAudience: [CommandAudience.Human],
|
|
2709
2786
|
taskRole: CommandTaskRole.Start,
|
|
2710
2787
|
}),
|
|
2788
|
+
// Tool-maintenance rows (round 11 §5.1): their object is SharkCraft ITSELF —
|
|
2789
|
+
// its docs set, examples tree, release artifacts. Gated outside the tool's
|
|
2790
|
+
// own repository (tier source `tool-maintenance`, exit 78 — never a failure).
|
|
2711
2791
|
entry({
|
|
2712
2792
|
command: 'docs check',
|
|
2713
2793
|
description: 'Verify docs/ and README content.',
|
|
2714
2794
|
category: 'governance',
|
|
2715
2795
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
2716
2796
|
mcpAvailable: true,
|
|
2797
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
2717
2798
|
}),
|
|
2718
2799
|
entry({
|
|
2719
2800
|
command: 'examples check',
|
|
@@ -2721,6 +2802,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
2721
2802
|
category: 'governance',
|
|
2722
2803
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
2723
2804
|
mcpAvailable: true,
|
|
2805
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
2724
2806
|
}),
|
|
2725
2807
|
entry({
|
|
2726
2808
|
command: 'self audit',
|
|
@@ -2728,6 +2810,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
2728
2810
|
category: 'release',
|
|
2729
2811
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
2730
2812
|
mcpAvailable: true,
|
|
2813
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
2731
2814
|
}),
|
|
2732
2815
|
entry({
|
|
2733
2816
|
command: 'release smoke',
|
|
@@ -2737,6 +2820,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
2737
2820
|
writesFiles: true,
|
|
2738
2821
|
runsShell: true,
|
|
2739
2822
|
mcpAvailable: true,
|
|
2823
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
2740
2824
|
}),
|
|
2741
2825
|
entry({
|
|
2742
2826
|
command: 'install smoke',
|
|
@@ -2745,6 +2829,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
2745
2829
|
safetyLevel: SafetyLevel.WritesDraftsOnly,
|
|
2746
2830
|
runsShell: true,
|
|
2747
2831
|
mcpAvailable: true,
|
|
2832
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
2748
2833
|
}),
|
|
2749
2834
|
entry({
|
|
2750
2835
|
command: 'ci permissions --fix-preview',
|
|
@@ -2780,6 +2865,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
2780
2865
|
category: 'release',
|
|
2781
2866
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
2782
2867
|
mcpAvailable: true,
|
|
2868
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
2783
2869
|
}),
|
|
2784
2870
|
entry({
|
|
2785
2871
|
command: 'release readiness --html',
|
|
@@ -2787,6 +2873,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
2787
2873
|
category: 'release',
|
|
2788
2874
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
2789
2875
|
mcpAvailable: true,
|
|
2876
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
2790
2877
|
}),
|
|
2791
2878
|
// `ci scaffold jenkins|azure --with-release-readiness` hard-deleted with their parents.
|
|
2792
2879
|
entry({
|
|
@@ -2813,6 +2900,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
2813
2900
|
writesFiles: true,
|
|
2814
2901
|
runsShell: true,
|
|
2815
2902
|
mcpAvailable: true,
|
|
2903
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
2816
2904
|
}),
|
|
2817
2905
|
entry({
|
|
2818
2906
|
command: 'release smoke --matrix',
|
|
@@ -2822,6 +2910,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
2822
2910
|
writesFiles: true,
|
|
2823
2911
|
runsShell: true,
|
|
2824
2912
|
mcpAvailable: true,
|
|
2913
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
2825
2914
|
}),
|
|
2826
2915
|
entry({
|
|
2827
2916
|
command: 'install smoke --tarball',
|
|
@@ -2831,6 +2920,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
2831
2920
|
writesFiles: true,
|
|
2832
2921
|
runsShell: true,
|
|
2833
2922
|
mcpAvailable: true,
|
|
2923
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
2834
2924
|
}),
|
|
2835
2925
|
entry({
|
|
2836
2926
|
command: 'self audit --run',
|
|
@@ -2839,6 +2929,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
2839
2929
|
safetyLevel: SafetyLevel.WritesDraftsOnly,
|
|
2840
2930
|
runsShell: true,
|
|
2841
2931
|
mcpAvailable: true,
|
|
2932
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
2842
2933
|
}),
|
|
2843
2934
|
entry({
|
|
2844
2935
|
command: 'diagnostics list',
|
|
@@ -2853,7 +2944,10 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
2853
2944
|
description: 'Audit catalog UX — descriptions, safety metadata, alias collisions.',
|
|
2854
2945
|
category: 'meta',
|
|
2855
2946
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
2856
|
-
|
|
2947
|
+
// No MCP tool backs this verb (round 11: every tool-maintenance row that
|
|
2948
|
+
// claims mcpAvailable must name a gated tool — r75-tool-maintenance-mcp-gate).
|
|
2949
|
+
mcpAvailable: false,
|
|
2950
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
2857
2951
|
}),
|
|
2858
2952
|
entry({
|
|
2859
2953
|
command: 'report site --pack-compat',
|
|
@@ -3054,7 +3148,8 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
3054
3148
|
writesFiles: true,
|
|
3055
3149
|
mcpAvailable: false,
|
|
3056
3150
|
}),
|
|
3057
|
-
// `heal from-command|-error|-file|-report` hard-deleted
|
|
3151
|
+
// `heal from-command|-error|-file|-report` hard-deleted, and later the `heal`
|
|
3152
|
+
// group itself. Preview-only repair suggestions live in `shrk fix`.
|
|
3058
3153
|
entry({
|
|
3059
3154
|
command: 'contract check',
|
|
3060
3155
|
description: 'Validate an agent contract (gates, plan readiness, forbidden files, public-API touch, risk/memory approval). Read-only.',
|
|
@@ -3229,6 +3324,13 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
3229
3324
|
safetyLevel: SafetyLevel.WritesDraftsOnly,
|
|
3230
3325
|
mcpAvailable: true,
|
|
3231
3326
|
}),
|
|
3327
|
+
entry({
|
|
3328
|
+
command: 'helper doctor',
|
|
3329
|
+
description: 'Validate every helper file (built-in + pack/local): load failures, invalid helpers, duplicate ids, unknown operation keys. Read-only; exit 2 when nothing was examined.',
|
|
3330
|
+
category: 'lifecycle',
|
|
3331
|
+
safetyLevel: SafetyLevel.ReadOnly,
|
|
3332
|
+
mcpAvailable: false,
|
|
3333
|
+
}),
|
|
3232
3334
|
entry({
|
|
3233
3335
|
command: 'packs dev-status',
|
|
3234
3336
|
description: 'Pack-author dev status. Read-only.',
|
|
@@ -3246,14 +3348,14 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
3246
3348
|
}),
|
|
3247
3349
|
entry({
|
|
3248
3350
|
command: 'check registry-lifecycle',
|
|
3249
|
-
description: 'register*/remove* symmetry rule. Read-only.',
|
|
3351
|
+
description: 'register*/remove* symmetry rule. Sorted, bounded scan: a capped / over-budget / interrupted run exits 2 with the `--offset <n>` that continues it (`--limit <n>`, `--limit 0` uncapped, `--budget-ms <n>`). Read-only.',
|
|
3250
3352
|
category: 'core',
|
|
3251
3353
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
3252
3354
|
mcpAvailable: true,
|
|
3253
3355
|
}),
|
|
3254
3356
|
entry({
|
|
3255
3357
|
command: 'registry lifecycle',
|
|
3256
|
-
description: 'register*/remove* symmetry rule (standalone command). Read-only.',
|
|
3358
|
+
description: 'register*/remove* symmetry rule (standalone command) — the same body and flags as `check registry-lifecycle`, including `--offset` continuation. Read-only.',
|
|
3257
3359
|
category: 'core',
|
|
3258
3360
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
3259
3361
|
mcpAvailable: true,
|
|
@@ -3308,7 +3410,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
3308
3410
|
safetyLevel: SafetyLevel.WritesDraftsOnly,
|
|
3309
3411
|
writesFiles: true,
|
|
3310
3412
|
surface: CommandSurface.Advanced,
|
|
3311
|
-
intendedAudience: [CommandAudience.Human],
|
|
3413
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.ToolMaintenance],
|
|
3312
3414
|
taskRole: CommandTaskRole.Diagnose,
|
|
3313
3415
|
}),
|
|
3314
3416
|
entry({
|
|
@@ -3317,7 +3419,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
3317
3419
|
category: 'meta',
|
|
3318
3420
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
3319
3421
|
surface: CommandSurface.Advanced,
|
|
3320
|
-
intendedAudience: [CommandAudience.Human, CommandAudience.Agent],
|
|
3422
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
3321
3423
|
taskRole: CommandTaskRole.Inspect,
|
|
3322
3424
|
}),
|
|
3323
3425
|
entry({
|
|
@@ -3326,7 +3428,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
3326
3428
|
category: 'meta',
|
|
3327
3429
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
3328
3430
|
surface: CommandSurface.Advanced,
|
|
3329
|
-
intendedAudience: [CommandAudience.Human, CommandAudience.Agent],
|
|
3431
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
3330
3432
|
taskRole: CommandTaskRole.Inspect,
|
|
3331
3433
|
}),
|
|
3332
3434
|
entry({
|
|
@@ -3335,7 +3437,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
3335
3437
|
category: 'meta',
|
|
3336
3438
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
3337
3439
|
surface: CommandSurface.Advanced,
|
|
3338
|
-
intendedAudience: [CommandAudience.Human, CommandAudience.Agent],
|
|
3440
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
3339
3441
|
taskRole: CommandTaskRole.Inspect,
|
|
3340
3442
|
}),
|
|
3341
3443
|
// Explore a directory (workspace-aware).
|
|
@@ -3375,7 +3477,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
3375
3477
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
3376
3478
|
mcpAvailable: false,
|
|
3377
3479
|
surface: CommandSurface.Advanced,
|
|
3378
|
-
intendedAudience: [CommandAudience.Maintainer, CommandAudience.Agent],
|
|
3480
|
+
intendedAudience: [CommandAudience.Maintainer, CommandAudience.Agent, CommandAudience.ToolMaintenance],
|
|
3379
3481
|
taskRole: CommandTaskRole.Inspect,
|
|
3380
3482
|
}),
|
|
3381
3483
|
entry({
|
|
@@ -3385,7 +3487,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
3385
3487
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
3386
3488
|
mcpAvailable: false,
|
|
3387
3489
|
surface: CommandSurface.Advanced,
|
|
3388
|
-
intendedAudience: [CommandAudience.Maintainer],
|
|
3490
|
+
intendedAudience: [CommandAudience.Maintainer, CommandAudience.ToolMaintenance],
|
|
3389
3491
|
taskRole: CommandTaskRole.Inspect,
|
|
3390
3492
|
}),
|
|
3391
3493
|
entry({
|
|
@@ -3395,7 +3497,7 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
3395
3497
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
3396
3498
|
mcpAvailable: false,
|
|
3397
3499
|
surface: CommandSurface.Common,
|
|
3398
|
-
intendedAudience: [CommandAudience.Human, CommandAudience.Maintainer],
|
|
3500
|
+
intendedAudience: [CommandAudience.Human, CommandAudience.Maintainer, CommandAudience.ToolMaintenance],
|
|
3399
3501
|
taskRole: CommandTaskRole.Inspect,
|
|
3400
3502
|
}),
|
|
3401
3503
|
// ── D3-2: registered command groups that resolved live but had ZERO
|
|
@@ -3496,14 +3598,14 @@ export const COMMAND_CATALOG = Object.freeze([
|
|
|
3496
3598
|
// checks — custom-check registry declared by rules (metadata.checks[]).
|
|
3497
3599
|
entry({
|
|
3498
3600
|
command: 'checks list',
|
|
3499
|
-
description:
|
|
3601
|
+
description: "List custom checks declared on type:'rule' entries (metadata.checks[] in TypeScript rule / knowledge files, local or pack). Names every dropped declaration (a non-rule entry, a Markdown rule, a non-array value) and exits 1 on one. Read-only.",
|
|
3500
3602
|
category: 'checks',
|
|
3501
3603
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
3502
3604
|
taskRole: CommandTaskRole.Inspect,
|
|
3503
3605
|
}),
|
|
3504
3606
|
entry({
|
|
3505
3607
|
command: 'checks doctor',
|
|
3506
|
-
description: 'Validate custom-check descriptors (missing fields, duplicate ids).',
|
|
3608
|
+
description: 'Validate custom-check descriptors (missing fields, duplicate ids, declarations that can never run). Exit 0 · 1 errors · 2 nothing declared (--allow-empty accepts).',
|
|
3507
3609
|
category: 'checks',
|
|
3508
3610
|
safetyLevel: SafetyLevel.ReadOnly,
|
|
3509
3611
|
taskRole: CommandTaskRole.Diagnose,
|
|
@@ -3724,6 +3826,7 @@ export const R46_OVERLAY = Object.freeze({
|
|
|
3724
3826
|
'helper get': { verdict: 'hidden', reason: 'Helpers advanced.' },
|
|
3725
3827
|
'helper list': { verdict: 'hidden', reason: 'Helpers advanced.' },
|
|
3726
3828
|
'helper plan': { verdict: 'hidden', reason: 'Helpers advanced.' },
|
|
3829
|
+
'helper doctor': { verdict: 'hidden', reason: 'Helpers advanced.' },
|
|
3727
3830
|
// memory.
|
|
3728
3831
|
'memory diagnostics': { verdict: 'hidden', reason: 'Memory support tools are advanced.' },
|
|
3729
3832
|
'memory diff': { verdict: 'hidden', reason: 'Memory support tools are advanced.' },
|
|
@@ -3781,6 +3884,13 @@ export function commandAudience(e) {
|
|
|
3781
3884
|
? [CommandAudience.Human, CommandAudience.Agent]
|
|
3782
3885
|
: [CommandAudience.Human];
|
|
3783
3886
|
}
|
|
3887
|
+
/**
|
|
3888
|
+
* True when the row maintains SharkCraft itself ({@link CommandAudience.ToolMaintenance}).
|
|
3889
|
+
* The tier resolver gates such a row outside the tool's own repository.
|
|
3890
|
+
*/
|
|
3891
|
+
export function isToolMaintenance(e) {
|
|
3892
|
+
return commandAudience(e).includes(CommandAudience.ToolMaintenance);
|
|
3893
|
+
}
|
|
3784
3894
|
/** Task role (or `undefined` when not classified). */
|
|
3785
3895
|
export function commandTaskRole(e) {
|
|
3786
3896
|
return e.taskRole;
|
|
@@ -3938,21 +4048,28 @@ export function defaultShowInHelp(e) {
|
|
|
3938
4048
|
* R46-pruned are excluded), sorted by command.
|
|
3939
4049
|
*/
|
|
3940
4050
|
export function listExplainFamily() {
|
|
3941
|
-
return COMMAND_CATALOG.filter(
|
|
3942
|
-
const lc = commandLifecycle(e);
|
|
3943
|
-
if (lc === CommandLifecycle.Deprecated ||
|
|
3944
|
-
lc === CommandLifecycle.Retired ||
|
|
3945
|
-
lc === CommandLifecycle.Alias) {
|
|
3946
|
-
return false;
|
|
3947
|
-
}
|
|
3948
|
-
if (R46_OVERLAY[e.command])
|
|
3949
|
-
return false;
|
|
3950
|
-
const role = commandTaskRole(e);
|
|
3951
|
-
return role === CommandTaskRole.Explain || /(^|\s)explain$/.test(e.command);
|
|
3952
|
-
})
|
|
4051
|
+
return COMMAND_CATALOG.filter(isExplainFamily)
|
|
3953
4052
|
.slice()
|
|
3954
4053
|
.sort((a, b) => a.command.localeCompare(b.command));
|
|
3955
4054
|
}
|
|
4055
|
+
/**
|
|
4056
|
+
* Membership in the explain / dry-run family ({@link listExplainFamily}).
|
|
4057
|
+
* `--full-help` lists the family in its own section, so the surface summary's
|
|
4058
|
+
* `visibleInHelp` counts it too: the one visibility authority and the help
|
|
4059
|
+
* renderer must answer "is X in --help" identically.
|
|
4060
|
+
*/
|
|
4061
|
+
export function isExplainFamily(e) {
|
|
4062
|
+
const lc = commandLifecycle(e);
|
|
4063
|
+
if (lc === CommandLifecycle.Deprecated ||
|
|
4064
|
+
lc === CommandLifecycle.Retired ||
|
|
4065
|
+
lc === CommandLifecycle.Alias) {
|
|
4066
|
+
return false;
|
|
4067
|
+
}
|
|
4068
|
+
if (R46_OVERLAY[e.command])
|
|
4069
|
+
return false;
|
|
4070
|
+
const role = commandTaskRole(e);
|
|
4071
|
+
return role === CommandTaskRole.Explain || /(^|\s)explain$/.test(e.command);
|
|
4072
|
+
}
|
|
3956
4073
|
/**
|
|
3957
4074
|
* Short "Use this when…" line derived from `surface`, `taskRole`,
|
|
3958
4075
|
* `preferredCommand`, `replacedBy`, and `machineOnly`. Empty string when
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import { type CommandRegistry, type ICommandHandler } from '../command-registry.js';
|
|
2
2
|
import { type ISurfaceProfile } from '../surface/profiles.js';
|
|
3
|
+
import type { IVerdictCoverage } from '@shrkcrft/core';
|
|
3
4
|
import { type ICommandCatalogEntry } from './command-catalog.js';
|
|
4
|
-
|
|
5
|
+
/**
|
|
6
|
+
* `catalog` is the rows `commands doctor` checks against `registry` (default
|
|
7
|
+
* COMMAND_CATALOG) — injectable so a test can prove a catalog/registry join
|
|
8
|
+
* end to end through the verb. Every other subcommand browses COMMAND_CATALOG.
|
|
9
|
+
*/
|
|
10
|
+
export declare function makeCommandsCommand(registry: CommandRegistry, catalog?: readonly ICommandCatalogEntry[]): ICommandHandler;
|
|
5
11
|
export interface ICommandsProfileView {
|
|
6
12
|
profile: ISurfaceProfile;
|
|
7
13
|
entries: readonly ICommandCatalogEntry[];
|
|
@@ -52,7 +58,13 @@ export interface ICommandsDoctorReport {
|
|
|
52
58
|
registeredSubcommands: number;
|
|
53
59
|
errors: number;
|
|
54
60
|
warnings: number;
|
|
61
|
+
/** Rows of the command index (0 without a registry). */
|
|
62
|
+
indexEntries: number;
|
|
63
|
+
/** Registered, dispatchable paths with no catalog row (`registry-path-not-in-catalog`). */
|
|
64
|
+
uncatalogued: number;
|
|
55
65
|
};
|
|
66
|
+
/** What the exhaustiveness pass examined: every registered handler path. */
|
|
67
|
+
coverage: IVerdictCoverage;
|
|
56
68
|
}
|
|
57
69
|
export interface ICommandsUxIssue {
|
|
58
70
|
code: 'missing-description' | 'missing-safety-metadata' | 'duplicate-alias' | 'unreferenced-primary' | 'short-description' | 'missing-docs-link' | 'primary-without-audience' | 'primary-without-role' | 'machine-marked-primary' | 'legacy-without-replacement' | 'overlap-without-preferred' | 'description-without-purpose' | 'too-many-primary-for-role' | 'deprecated-without-replacement' | 'alias-without-target' | 'nonstandard-verbosity-flag';
|
|
@@ -72,8 +84,14 @@ export interface ICommandsUxReport {
|
|
|
72
84
|
};
|
|
73
85
|
}
|
|
74
86
|
export declare function buildCommandsUxReport(): ICommandsUxReport;
|
|
75
|
-
/**
|
|
76
|
-
|
|
87
|
+
/**
|
|
88
|
+
* Pure: build the doctor report. Exported for tests.
|
|
89
|
+
*
|
|
90
|
+
* `catalog` defaults to COMMAND_CATALOG. A test passes its own rows (with a
|
|
91
|
+
* registry of its own) to prove a join end to end — every check below reads
|
|
92
|
+
* the SAME rows, so a fixture catalog is never mixed with the real one.
|
|
93
|
+
*/
|
|
94
|
+
export declare function buildCommandsDoctorReport(registry: CommandRegistry | null, catalog?: readonly ICommandCatalogEntry[]): ICommandsDoctorReport;
|
|
77
95
|
/**
|
|
78
96
|
* Docs drift check. Walks the canonical docs pages and verifies that
|
|
79
97
|
* every `shrk <command>` reference resolves to a non-deprecated catalog
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commands.command.d.ts","sourceRoot":"","sources":["../../src/commands/commands.command.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,eAAe,EAGpB,KAAK,eAAe,EAGrB,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"commands.command.d.ts","sourceRoot":"","sources":["../../src/commands/commands.command.ts"],"names":[],"mappings":"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"}
|