@shrkcrft/cli 0.1.0-alpha.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/LICENSE +21 -0
- package/README.md +15 -0
- package/dist/asset-preview/apply-action-hint-stub.d.ts +28 -0
- package/dist/asset-preview/apply-action-hint-stub.d.ts.map +1 -0
- package/dist/asset-preview/apply-action-hint-stub.js +170 -0
- package/dist/asset-preview/apply-asset-preview.d.ts +31 -0
- package/dist/asset-preview/apply-asset-preview.d.ts.map +1 -0
- package/dist/asset-preview/apply-asset-preview.js +210 -0
- package/dist/asset-preview/apply-knowledge-stale-fix.d.ts +37 -0
- package/dist/asset-preview/apply-knowledge-stale-fix.d.ts.map +1 -0
- package/dist/asset-preview/apply-knowledge-stale-fix.js +344 -0
- package/dist/asset-preview/apply-missing-barrel.d.ts +15 -0
- package/dist/asset-preview/apply-missing-barrel.d.ts.map +1 -0
- package/dist/asset-preview/apply-missing-barrel.js +65 -0
- package/dist/asset-preview/apply-template-drift-fix.d.ts +21 -0
- package/dist/asset-preview/apply-template-drift-fix.d.ts.map +1 -0
- package/dist/asset-preview/apply-template-drift-fix.js +125 -0
- package/dist/asset-preview/apply-template-update.d.ts +43 -0
- package/dist/asset-preview/apply-template-update.d.ts.map +1 -0
- package/dist/asset-preview/apply-template-update.js +257 -0
- package/dist/asset-preview/entry-mutator.d.ts +106 -0
- package/dist/asset-preview/entry-mutator.d.ts.map +1 -0
- package/dist/asset-preview/entry-mutator.js +428 -0
- package/dist/authoring/authoring-kit.d.ts +36 -0
- package/dist/authoring/authoring-kit.d.ts.map +1 -0
- package/dist/authoring/authoring-kit.js +106 -0
- package/dist/command-registry.d.ts +158 -0
- package/dist/command-registry.d.ts.map +1 -0
- package/dist/command-registry.js +348 -0
- package/dist/commands/apply.command.d.ts +3 -0
- package/dist/commands/apply.command.d.ts.map +1 -0
- package/dist/commands/apply.command.js +879 -0
- package/dist/commands/architecture.command.d.ts +5 -0
- package/dist/commands/architecture.command.d.ts.map +1 -0
- package/dist/commands/architecture.command.js +141 -0
- package/dist/commands/ask.command.d.ts +3 -0
- package/dist/commands/ask.command.d.ts.map +1 -0
- package/dist/commands/ask.command.js +58 -0
- package/dist/commands/audit.command.d.ts +3 -0
- package/dist/commands/audit.command.d.ts.map +1 -0
- package/dist/commands/audit.command.js +141 -0
- package/dist/commands/biome.command.d.ts +7 -0
- package/dist/commands/biome.command.d.ts.map +1 -0
- package/dist/commands/biome.command.js +350 -0
- package/dist/commands/boundaries.command.d.ts +9 -0
- package/dist/commands/boundaries.command.d.ts.map +1 -0
- package/dist/commands/boundaries.command.js +314 -0
- package/dist/commands/brief.command.d.ts +3 -0
- package/dist/commands/brief.command.d.ts.map +1 -0
- package/dist/commands/brief.command.js +206 -0
- package/dist/commands/bundle.command.d.ts +3 -0
- package/dist/commands/bundle.command.d.ts.map +1 -0
- package/dist/commands/bundle.command.js +1183 -0
- package/dist/commands/changes.command.d.ts +3 -0
- package/dist/commands/changes.command.d.ts.map +1 -0
- package/dist/commands/changes.command.js +155 -0
- package/dist/commands/check.command.d.ts +3 -0
- package/dist/commands/check.command.d.ts.map +1 -0
- package/dist/commands/check.command.js +553 -0
- package/dist/commands/checks.command.d.ts +29 -0
- package/dist/commands/checks.command.d.ts.map +1 -0
- package/dist/commands/checks.command.js +521 -0
- package/dist/commands/ci.command.d.ts +3 -0
- package/dist/commands/ci.command.d.ts.map +1 -0
- package/dist/commands/ci.command.js +680 -0
- package/dist/commands/codemod.command.d.ts +3 -0
- package/dist/commands/codemod.command.d.ts.map +1 -0
- package/dist/commands/codemod.command.js +130 -0
- package/dist/commands/command-catalog.d.ts +265 -0
- package/dist/commands/command-catalog.d.ts.map +1 -0
- package/dist/commands/command-catalog.js +3242 -0
- package/dist/commands/commands.command.d.ts +92 -0
- package/dist/commands/commands.command.d.ts.map +1 -0
- package/dist/commands/commands.command.js +1208 -0
- package/dist/commands/constructs.command.d.ts +15 -0
- package/dist/commands/constructs.command.d.ts.map +1 -0
- package/dist/commands/constructs.command.js +669 -0
- package/dist/commands/context.command.d.ts +3 -0
- package/dist/commands/context.command.d.ts.map +1 -0
- package/dist/commands/context.command.js +120 -0
- package/dist/commands/contract-gate.command.d.ts +5 -0
- package/dist/commands/contract-gate.command.d.ts.map +1 -0
- package/dist/commands/contract-gate.command.js +208 -0
- package/dist/commands/contract-templates.command.d.ts +8 -0
- package/dist/commands/contract-templates.command.d.ts.map +1 -0
- package/dist/commands/contract-templates.command.js +151 -0
- package/dist/commands/contract.command.d.ts +3 -0
- package/dist/commands/contract.command.d.ts.map +1 -0
- package/dist/commands/contract.command.js +105 -0
- package/dist/commands/conventions.command.d.ts +8 -0
- package/dist/commands/conventions.command.d.ts.map +1 -0
- package/dist/commands/conventions.command.js +169 -0
- package/dist/commands/coverage.command.d.ts +3 -0
- package/dist/commands/coverage.command.d.ts.map +1 -0
- package/dist/commands/coverage.command.js +56 -0
- package/dist/commands/daily.commands.d.ts +5 -0
- package/dist/commands/daily.commands.d.ts.map +1 -0
- package/dist/commands/daily.commands.js +224 -0
- package/dist/commands/dashboard-export.command.d.ts +4 -0
- package/dist/commands/dashboard-export.command.d.ts.map +1 -0
- package/dist/commands/dashboard-export.command.js +86 -0
- package/dist/commands/dashboard.command.d.ts +3 -0
- package/dist/commands/dashboard.command.d.ts.map +1 -0
- package/dist/commands/dashboard.command.js +106 -0
- package/dist/commands/dev.command.d.ts +3 -0
- package/dist/commands/dev.command.d.ts.map +1 -0
- package/dist/commands/dev.command.js +1392 -0
- package/dist/commands/diagnostics.command.d.ts +5 -0
- package/dist/commands/diagnostics.command.d.ts.map +1 -0
- package/dist/commands/diagnostics.command.js +97 -0
- package/dist/commands/docs.command.d.ts +4 -0
- package/dist/commands/docs.command.d.ts.map +1 -0
- package/dist/commands/docs.command.js +34 -0
- package/dist/commands/doctor.command.d.ts +7 -0
- package/dist/commands/doctor.command.d.ts.map +1 -0
- package/dist/commands/doctor.command.js +681 -0
- package/dist/commands/drift.command.d.ts +3 -0
- package/dist/commands/drift.command.d.ts.map +1 -0
- package/dist/commands/drift.command.js +124 -0
- package/dist/commands/eslint.command.d.ts +7 -0
- package/dist/commands/eslint.command.d.ts.map +1 -0
- package/dist/commands/eslint.command.js +423 -0
- package/dist/commands/explore.command.d.ts +3 -0
- package/dist/commands/explore.command.d.ts.map +1 -0
- package/dist/commands/explore.command.js +65 -0
- package/dist/commands/export-bundle.command.d.ts +6 -0
- package/dist/commands/export-bundle.command.d.ts.map +1 -0
- package/dist/commands/export-bundle.command.js +96 -0
- package/dist/commands/export.command.d.ts +3 -0
- package/dist/commands/export.command.d.ts.map +1 -0
- package/dist/commands/export.command.js +83 -0
- package/dist/commands/feedback-dispatch.command.d.ts +12 -0
- package/dist/commands/feedback-dispatch.command.d.ts.map +1 -0
- package/dist/commands/feedback-dispatch.command.js +63 -0
- package/dist/commands/feedback.command.d.ts +11 -0
- package/dist/commands/feedback.command.d.ts.map +1 -0
- package/dist/commands/feedback.command.js +336 -0
- package/dist/commands/fix.command.d.ts +3 -0
- package/dist/commands/fix.command.d.ts.map +1 -0
- package/dist/commands/fix.command.js +776 -0
- package/dist/commands/gen.command.d.ts +3 -0
- package/dist/commands/gen.command.d.ts.map +1 -0
- package/dist/commands/gen.command.js +136 -0
- package/dist/commands/git.command.d.ts +6 -0
- package/dist/commands/git.command.d.ts.map +1 -0
- package/dist/commands/git.command.js +81 -0
- package/dist/commands/graph.command.d.ts +3 -0
- package/dist/commands/graph.command.d.ts.map +1 -0
- package/dist/commands/graph.command.js +287 -0
- package/dist/commands/grounding.command.d.ts +7 -0
- package/dist/commands/grounding.command.d.ts.map +1 -0
- package/dist/commands/grounding.command.js +54 -0
- package/dist/commands/help.command.d.ts +20 -0
- package/dist/commands/help.command.d.ts.map +1 -0
- package/dist/commands/help.command.js +127 -0
- package/dist/commands/helper.command.d.ts +6 -0
- package/dist/commands/helper.command.d.ts.map +1 -0
- package/dist/commands/helper.command.js +170 -0
- package/dist/commands/ide.command.d.ts +6 -0
- package/dist/commands/ide.command.d.ts.map +1 -0
- package/dist/commands/ide.command.js +340 -0
- package/dist/commands/impact.command.d.ts +3 -0
- package/dist/commands/impact.command.d.ts.map +1 -0
- package/dist/commands/impact.command.js +819 -0
- package/dist/commands/import.command.d.ts +3 -0
- package/dist/commands/import.command.d.ts.map +1 -0
- package/dist/commands/import.command.js +115 -0
- package/dist/commands/infer.command.d.ts +3 -0
- package/dist/commands/infer.command.d.ts.map +1 -0
- package/dist/commands/infer.command.js +227 -0
- package/dist/commands/ingest.command.d.ts +6 -0
- package/dist/commands/ingest.command.d.ts.map +1 -0
- package/dist/commands/ingest.command.js +532 -0
- package/dist/commands/init.command.d.ts +3 -0
- package/dist/commands/init.command.d.ts.map +1 -0
- package/dist/commands/init.command.js +301 -0
- package/dist/commands/inspect.command.d.ts +3 -0
- package/dist/commands/inspect.command.d.ts.map +1 -0
- package/dist/commands/inspect.command.js +122 -0
- package/dist/commands/knowledge-author.command.d.ts +22 -0
- package/dist/commands/knowledge-author.command.d.ts.map +1 -0
- package/dist/commands/knowledge-author.command.js +366 -0
- package/dist/commands/knowledge-propose.command.d.ts +3 -0
- package/dist/commands/knowledge-propose.command.d.ts.map +1 -0
- package/dist/commands/knowledge-propose.command.js +125 -0
- package/dist/commands/knowledge.command.d.ts +18 -0
- package/dist/commands/knowledge.command.d.ts.map +1 -0
- package/dist/commands/knowledge.command.js +538 -0
- package/dist/commands/languages.command.d.ts +3 -0
- package/dist/commands/languages.command.d.ts.map +1 -0
- package/dist/commands/languages.command.js +300 -0
- package/dist/commands/lint.command.d.ts +15 -0
- package/dist/commands/lint.command.d.ts.map +1 -0
- package/dist/commands/lint.command.js +194 -0
- package/dist/commands/mcp.command.d.ts +3 -0
- package/dist/commands/mcp.command.d.ts.map +1 -0
- package/dist/commands/mcp.command.js +74 -0
- package/dist/commands/memory.command.d.ts +11 -0
- package/dist/commands/memory.command.d.ts.map +1 -0
- package/dist/commands/memory.command.js +264 -0
- package/dist/commands/onboard.command.d.ts +3 -0
- package/dist/commands/onboard.command.d.ts.map +1 -0
- package/dist/commands/onboard.command.js +650 -0
- package/dist/commands/orchestrate.command.d.ts +3 -0
- package/dist/commands/orchestrate.command.d.ts.map +1 -0
- package/dist/commands/orchestrate.command.js +49 -0
- package/dist/commands/owners.command.d.ts +5 -0
- package/dist/commands/owners.command.d.ts.map +1 -0
- package/dist/commands/owners.command.js +113 -0
- package/dist/commands/ownership.command.d.ts +5 -0
- package/dist/commands/ownership.command.d.ts.map +1 -0
- package/dist/commands/ownership.command.js +117 -0
- package/dist/commands/pack-author.command.d.ts +30 -0
- package/dist/commands/pack-author.command.d.ts.map +1 -0
- package/dist/commands/pack-author.command.js +242 -0
- package/dist/commands/packs-new.d.ts +27 -0
- package/dist/commands/packs-new.d.ts.map +1 -0
- package/dist/commands/packs-new.js +805 -0
- package/dist/commands/packs.command.d.ts +15 -0
- package/dist/commands/packs.command.d.ts.map +1 -0
- package/dist/commands/packs.command.js +958 -0
- package/dist/commands/paths.command.d.ts +6 -0
- package/dist/commands/paths.command.d.ts.map +1 -0
- package/dist/commands/paths.command.js +97 -0
- package/dist/commands/pipelines.command.d.ts +9 -0
- package/dist/commands/pipelines.command.d.ts.map +1 -0
- package/dist/commands/pipelines.command.js +308 -0
- package/dist/commands/plan-check.command.d.ts +27 -0
- package/dist/commands/plan-check.command.d.ts.map +1 -0
- package/dist/commands/plan-check.command.js +150 -0
- package/dist/commands/plan-simulate.command.d.ts +3 -0
- package/dist/commands/plan-simulate.command.d.ts.map +1 -0
- package/dist/commands/plan-simulate.command.js +60 -0
- package/dist/commands/plan.command.d.ts +8 -0
- package/dist/commands/plan.command.d.ts.map +1 -0
- package/dist/commands/plan.command.js +139 -0
- package/dist/commands/playbooks.command.d.ts +10 -0
- package/dist/commands/playbooks.command.d.ts.map +1 -0
- package/dist/commands/playbooks.command.js +296 -0
- package/dist/commands/plugin.command.d.ts +11 -0
- package/dist/commands/plugin.command.d.ts.map +1 -0
- package/dist/commands/plugin.command.js +394 -0
- package/dist/commands/policy.command.d.ts +8 -0
- package/dist/commands/policy.command.d.ts.map +1 -0
- package/dist/commands/policy.command.js +451 -0
- package/dist/commands/pr.command.d.ts +3 -0
- package/dist/commands/pr.command.d.ts.map +1 -0
- package/dist/commands/pr.command.js +132 -0
- package/dist/commands/preflight.command.d.ts +3 -0
- package/dist/commands/preflight.command.d.ts.map +1 -0
- package/dist/commands/preflight.command.js +102 -0
- package/dist/commands/presets.command.d.ts +17 -0
- package/dist/commands/presets.command.d.ts.map +1 -0
- package/dist/commands/presets.command.js +647 -0
- package/dist/commands/profiles.command.d.ts +7 -0
- package/dist/commands/profiles.command.d.ts.map +1 -0
- package/dist/commands/profiles.command.js +151 -0
- package/dist/commands/provenance.command.d.ts +26 -0
- package/dist/commands/provenance.command.d.ts.map +1 -0
- package/dist/commands/provenance.command.js +237 -0
- package/dist/commands/quality.command.d.ts +5 -0
- package/dist/commands/quality.command.d.ts.map +1 -0
- package/dist/commands/quality.command.js +69 -0
- package/dist/commands/recommend.command.d.ts +4 -0
- package/dist/commands/recommend.command.d.ts.map +1 -0
- package/dist/commands/recommend.command.js +270 -0
- package/dist/commands/registrations.command.d.ts +3 -0
- package/dist/commands/registrations.command.d.ts.map +1 -0
- package/dist/commands/registrations.command.js +300 -0
- package/dist/commands/registry.command.d.ts +4 -0
- package/dist/commands/registry.command.d.ts.map +1 -0
- package/dist/commands/registry.command.js +37 -0
- package/dist/commands/release.command.d.ts +4 -0
- package/dist/commands/release.command.d.ts.map +1 -0
- package/dist/commands/release.command.js +639 -0
- package/dist/commands/repo.command.d.ts +3 -0
- package/dist/commands/repo.command.d.ts.map +1 -0
- package/dist/commands/repo.command.js +24 -0
- package/dist/commands/report.command.d.ts +3 -0
- package/dist/commands/report.command.d.ts.map +1 -0
- package/dist/commands/report.command.js +511 -0
- package/dist/commands/reposet.command.d.ts +6 -0
- package/dist/commands/reposet.command.d.ts.map +1 -0
- package/dist/commands/reposet.command.js +120 -0
- package/dist/commands/review.command.d.ts +3 -0
- package/dist/commands/review.command.d.ts.map +1 -0
- package/dist/commands/review.command.js +354 -0
- package/dist/commands/risk.command.d.ts +3 -0
- package/dist/commands/risk.command.d.ts.map +1 -0
- package/dist/commands/risk.command.js +56 -0
- package/dist/commands/rounds.command.d.ts +8 -0
- package/dist/commands/rounds.command.d.ts.map +1 -0
- package/dist/commands/rounds.command.js +180 -0
- package/dist/commands/rules.command.d.ts +49 -0
- package/dist/commands/rules.command.d.ts.map +1 -0
- package/dist/commands/rules.command.js +435 -0
- package/dist/commands/runtime.command.d.ts +3 -0
- package/dist/commands/runtime.command.d.ts.map +1 -0
- package/dist/commands/runtime.command.js +56 -0
- package/dist/commands/safety.command.d.ts +3 -0
- package/dist/commands/safety.command.d.ts.map +1 -0
- package/dist/commands/safety.command.js +117 -0
- package/dist/commands/scaffolds.command.d.ts +5 -0
- package/dist/commands/scaffolds.command.d.ts.map +1 -0
- package/dist/commands/scaffolds.command.js +122 -0
- package/dist/commands/schemas.command.d.ts +21 -0
- package/dist/commands/schemas.command.d.ts.map +1 -0
- package/dist/commands/schemas.command.js +296 -0
- package/dist/commands/search.command.d.ts +12 -0
- package/dist/commands/search.command.d.ts.map +1 -0
- package/dist/commands/search.command.js +275 -0
- package/dist/commands/self-config.command.d.ts +7 -0
- package/dist/commands/self-config.command.d.ts.map +1 -0
- package/dist/commands/self-config.command.js +156 -0
- package/dist/commands/self.command.d.ts +3 -0
- package/dist/commands/self.command.d.ts.map +1 -0
- package/dist/commands/self.command.js +117 -0
- package/dist/commands/simulate.command.d.ts +3 -0
- package/dist/commands/simulate.command.d.ts.map +1 -0
- package/dist/commands/simulate.command.js +54 -0
- package/dist/commands/spec.command.d.ts +29 -0
- package/dist/commands/spec.command.d.ts.map +1 -0
- package/dist/commands/spec.command.js +985 -0
- package/dist/commands/start-here.command.d.ts +3 -0
- package/dist/commands/start-here.command.d.ts.map +1 -0
- package/dist/commands/start-here.command.js +35 -0
- package/dist/commands/stats.command.d.ts +3 -0
- package/dist/commands/stats.command.d.ts.map +1 -0
- package/dist/commands/stats.command.js +88 -0
- package/dist/commands/surface.command.d.ts +15 -0
- package/dist/commands/surface.command.d.ts.map +1 -0
- package/dist/commands/surface.command.js +328 -0
- package/dist/commands/task-context.command.d.ts +7 -0
- package/dist/commands/task-context.command.d.ts.map +1 -0
- package/dist/commands/task-context.command.js +646 -0
- package/dist/commands/task.command.d.ts +3 -0
- package/dist/commands/task.command.d.ts.map +1 -0
- package/dist/commands/task.command.js +301 -0
- package/dist/commands/template-quality.command.d.ts +5 -0
- package/dist/commands/template-quality.command.d.ts.map +1 -0
- package/dist/commands/template-quality.command.js +128 -0
- package/dist/commands/templates.command.d.ts +26 -0
- package/dist/commands/templates.command.d.ts.map +1 -0
- package/dist/commands/templates.command.js +964 -0
- package/dist/commands/test.command.d.ts +3 -0
- package/dist/commands/test.command.d.ts.map +1 -0
- package/dist/commands/test.command.js +262 -0
- package/dist/commands/tests.command.d.ts +5 -0
- package/dist/commands/tests.command.d.ts.map +1 -0
- package/dist/commands/tests.command.js +97 -0
- package/dist/commands/trace.command.d.ts +3 -0
- package/dist/commands/trace.command.d.ts.map +1 -0
- package/dist/commands/trace.command.js +121 -0
- package/dist/commands/upgrade.command.d.ts +4 -0
- package/dist/commands/upgrade.command.d.ts.map +1 -0
- package/dist/commands/upgrade.command.js +43 -0
- package/dist/commands/version.command.d.ts +3 -0
- package/dist/commands/version.command.d.ts.map +1 -0
- package/dist/commands/version.command.js +10 -0
- package/dist/commands/why.command.d.ts +24 -0
- package/dist/commands/why.command.d.ts.map +1 -0
- package/dist/commands/why.command.js +119 -0
- package/dist/dashboard/dashboard-api-server.d.ts +21 -0
- package/dist/dashboard/dashboard-api-server.d.ts.map +1 -0
- package/dist/dashboard/dashboard-api-server.js +410 -0
- package/dist/dashboard/live-session-server.d.ts +18 -0
- package/dist/dashboard/live-session-server.d.ts.map +1 -0
- package/dist/dashboard/live-session-server.js +133 -0
- package/dist/diff/collect-changed-paths.d.ts +27 -0
- package/dist/diff/collect-changed-paths.d.ts.map +1 -0
- package/dist/diff/collect-changed-paths.js +68 -0
- package/dist/doctor/doctor-tags.d.ts +63 -0
- package/dist/doctor/doctor-tags.d.ts.map +1 -0
- package/dist/doctor/doctor-tags.js +146 -0
- package/dist/export/export-formats.d.ts +22 -0
- package/dist/export/export-formats.d.ts.map +1 -0
- package/dist/export/export-formats.js +135 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +21 -0
- package/dist/init/detected-block.d.ts +57 -0
- package/dist/init/detected-block.d.ts.map +1 -0
- package/dist/init/detected-block.js +197 -0
- package/dist/init/gitignore.d.ts +30 -0
- package/dist/init/gitignore.d.ts.map +1 -0
- package/dist/init/gitignore.js +110 -0
- package/dist/init/init-templates.d.ts +6 -0
- package/dist/init/init-templates.d.ts.map +1 -0
- package/dist/init/init-templates.js +413 -0
- package/dist/main.d.ts +18 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/main.js +699 -0
- package/dist/output/failure-hints.d.ts +55 -0
- package/dist/output/failure-hints.d.ts.map +1 -0
- package/dist/output/failure-hints.js +159 -0
- package/dist/output/format-output.d.ts +9 -0
- package/dist/output/format-output.d.ts.map +1 -0
- package/dist/output/format-output.js +26 -0
- package/dist/output/print-error.d.ts +3 -0
- package/dist/output/print-error.d.ts.map +1 -0
- package/dist/output/print-error.js +14 -0
- package/dist/output/watch-loop.d.ts +37 -0
- package/dist/output/watch-loop.d.ts.map +1 -0
- package/dist/output/watch-loop.js +115 -0
- package/dist/schemas/json-schemas.d.ts +1630 -0
- package/dist/schemas/json-schemas.d.ts.map +1 -0
- package/dist/schemas/json-schemas.js +811 -0
- package/dist/surface/about.d.ts +10 -0
- package/dist/surface/about.d.ts.map +1 -0
- package/dist/surface/about.js +53 -0
- package/dist/surface/load-surface-context.d.ts +34 -0
- package/dist/surface/load-surface-context.d.ts.map +1 -0
- package/dist/surface/load-surface-context.js +100 -0
- package/dist/surface/no-args-landing.d.ts +7 -0
- package/dist/surface/no-args-landing.d.ts.map +1 -0
- package/dist/surface/no-args-landing.js +36 -0
- package/dist/surface/not-enabled-error.d.ts +24 -0
- package/dist/surface/not-enabled-error.d.ts.map +1 -0
- package/dist/surface/not-enabled-error.js +36 -0
- package/dist/surface/profiles.d.ts +37 -0
- package/dist/surface/profiles.d.ts.map +1 -0
- package/dist/surface/profiles.js +151 -0
- package/dist/surface/shape-defaults.d.ts +21 -0
- package/dist/surface/shape-defaults.d.ts.map +1 -0
- package/dist/surface/shape-defaults.js +50 -0
- package/dist/surface/spine-extractor.d.ts +38 -0
- package/dist/surface/spine-extractor.d.ts.map +1 -0
- package/dist/surface/spine-extractor.js +100 -0
- package/dist/surface/surface-config-writer.d.ts +59 -0
- package/dist/surface/surface-config-writer.d.ts.map +1 -0
- package/dist/surface/surface-config-writer.js +135 -0
- package/dist/surface/surface-summary.d.ts +66 -0
- package/dist/surface/surface-summary.d.ts.map +1 -0
- package/dist/surface/surface-summary.js +162 -0
- package/dist/surface/tier.d.ts +100 -0
- package/dist/surface/tier.d.ts.map +1 -0
- package/dist/surface/tier.js +172 -0
- package/dist/task-next/apply-batch-runner.d.ts +42 -0
- package/dist/task-next/apply-batch-runner.d.ts.map +1 -0
- package/dist/task-next/apply-batch-runner.js +192 -0
- package/dist/task-next/task-next-ranker.d.ts +75 -0
- package/dist/task-next/task-next-ranker.d.ts.map +1 -0
- package/dist/task-next/task-next-ranker.js +179 -0
- package/dist/usage/usage-log.d.ts +54 -0
- package/dist/usage/usage-log.d.ts.map +1 -0
- package/dist/usage/usage-log.js +105 -0
- package/dist/validation/run-validation-loop.d.ts +38 -0
- package/dist/validation/run-validation-loop.d.ts.map +1 -0
- package/dist/validation/run-validation-loop.js +100 -0
- package/package.json +73 -0
|
@@ -0,0 +1,1630 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hand-written JSON Schemas for SharkCraft's external surfaces. We use these
|
|
3
|
+
* for `shrk schemas list/get/write`. Inferring schemas from zod is also
|
|
4
|
+
* possible (and would cover more types) but hand-written schemas are clearer
|
|
5
|
+
* for the few types external tooling cares about.
|
|
6
|
+
*/
|
|
7
|
+
export declare const PackManifestSchema: {
|
|
8
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
9
|
+
readonly $id: "https://shrkcrft.dev/schemas/pack-manifest.json";
|
|
10
|
+
readonly title: "SharkCraft Pack Manifest";
|
|
11
|
+
readonly type: "object";
|
|
12
|
+
readonly additionalProperties: true;
|
|
13
|
+
readonly required: readonly ["schema", "info", "contributions"];
|
|
14
|
+
readonly properties: {
|
|
15
|
+
readonly schema: {
|
|
16
|
+
readonly const: "sharkcraft.pack/v1";
|
|
17
|
+
};
|
|
18
|
+
readonly info: {
|
|
19
|
+
readonly type: "object";
|
|
20
|
+
readonly required: readonly ["name", "version"];
|
|
21
|
+
readonly properties: {
|
|
22
|
+
readonly name: {
|
|
23
|
+
readonly type: "string";
|
|
24
|
+
};
|
|
25
|
+
readonly version: {
|
|
26
|
+
readonly type: "string";
|
|
27
|
+
};
|
|
28
|
+
readonly description: {
|
|
29
|
+
readonly type: "string";
|
|
30
|
+
};
|
|
31
|
+
readonly author: {
|
|
32
|
+
readonly type: "string";
|
|
33
|
+
};
|
|
34
|
+
readonly homepage: {
|
|
35
|
+
readonly type: "string";
|
|
36
|
+
};
|
|
37
|
+
readonly license: {
|
|
38
|
+
readonly type: "string";
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
readonly contributions: {
|
|
43
|
+
readonly type: "object";
|
|
44
|
+
readonly properties: {
|
|
45
|
+
readonly knowledgeFiles: {
|
|
46
|
+
readonly type: "array";
|
|
47
|
+
readonly items: {
|
|
48
|
+
readonly type: "string";
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
readonly ruleFiles: {
|
|
52
|
+
readonly type: "array";
|
|
53
|
+
readonly items: {
|
|
54
|
+
readonly type: "string";
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
readonly pathFiles: {
|
|
58
|
+
readonly type: "array";
|
|
59
|
+
readonly items: {
|
|
60
|
+
readonly type: "string";
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
readonly templateFiles: {
|
|
64
|
+
readonly type: "array";
|
|
65
|
+
readonly items: {
|
|
66
|
+
readonly type: "string";
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
readonly pipelineFiles: {
|
|
70
|
+
readonly type: "array";
|
|
71
|
+
readonly items: {
|
|
72
|
+
readonly type: "string";
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
readonly docsFiles: {
|
|
76
|
+
readonly type: "array";
|
|
77
|
+
readonly items: {
|
|
78
|
+
readonly type: "string";
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
readonly postInstallNotes: {
|
|
84
|
+
readonly type: "array";
|
|
85
|
+
readonly items: {
|
|
86
|
+
readonly type: "string";
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
export declare const SavedPlanSchema: {
|
|
92
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
93
|
+
readonly $id: "https://shrkcrft.dev/schemas/saved-plan.json";
|
|
94
|
+
readonly title: "SharkCraft Saved Plan";
|
|
95
|
+
readonly type: "object";
|
|
96
|
+
readonly additionalProperties: false;
|
|
97
|
+
readonly required: readonly ["schema", "templateId", "variables", "projectRoot", "createdAt"];
|
|
98
|
+
readonly properties: {
|
|
99
|
+
readonly schema: {
|
|
100
|
+
readonly const: "sharkcraft.plan/v1";
|
|
101
|
+
};
|
|
102
|
+
readonly templateId: {
|
|
103
|
+
readonly type: "string";
|
|
104
|
+
readonly minLength: 1;
|
|
105
|
+
};
|
|
106
|
+
readonly name: {
|
|
107
|
+
readonly type: "string";
|
|
108
|
+
};
|
|
109
|
+
readonly variables: {
|
|
110
|
+
readonly type: "object";
|
|
111
|
+
readonly additionalProperties: {
|
|
112
|
+
readonly type: "string";
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
readonly projectRoot: {
|
|
116
|
+
readonly type: "string";
|
|
117
|
+
readonly minLength: 1;
|
|
118
|
+
};
|
|
119
|
+
readonly createdAt: {
|
|
120
|
+
readonly type: "string";
|
|
121
|
+
};
|
|
122
|
+
readonly expectedChanges: {
|
|
123
|
+
readonly type: "array";
|
|
124
|
+
readonly items: {
|
|
125
|
+
readonly type: "object";
|
|
126
|
+
readonly required: readonly ["type", "relativePath", "sizeBytes"];
|
|
127
|
+
readonly properties: {
|
|
128
|
+
readonly type: {
|
|
129
|
+
readonly type: "string";
|
|
130
|
+
};
|
|
131
|
+
readonly relativePath: {
|
|
132
|
+
readonly type: "string";
|
|
133
|
+
};
|
|
134
|
+
readonly sizeBytes: {
|
|
135
|
+
readonly type: "integer";
|
|
136
|
+
readonly minimum: 0;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
readonly note: {
|
|
142
|
+
readonly type: "string";
|
|
143
|
+
};
|
|
144
|
+
readonly signature: {
|
|
145
|
+
readonly type: "object";
|
|
146
|
+
readonly required: readonly ["algo", "hmac", "signedAt"];
|
|
147
|
+
readonly properties: {
|
|
148
|
+
readonly algo: {
|
|
149
|
+
readonly const: "sha256";
|
|
150
|
+
};
|
|
151
|
+
readonly hmac: {
|
|
152
|
+
readonly type: "string";
|
|
153
|
+
readonly minLength: 1;
|
|
154
|
+
};
|
|
155
|
+
readonly signedAt: {
|
|
156
|
+
readonly type: "string";
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
export declare const ActionHintsSchema: {
|
|
163
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
164
|
+
readonly $id: "https://shrkcrft.dev/schemas/action-hints.json";
|
|
165
|
+
readonly title: "SharkCraft Action Hints";
|
|
166
|
+
readonly type: "object";
|
|
167
|
+
readonly additionalProperties: false;
|
|
168
|
+
readonly properties: {
|
|
169
|
+
readonly commands: {
|
|
170
|
+
readonly type: "array";
|
|
171
|
+
readonly items: {
|
|
172
|
+
readonly type: "object";
|
|
173
|
+
readonly required: readonly ["command"];
|
|
174
|
+
readonly properties: {
|
|
175
|
+
readonly command: {
|
|
176
|
+
readonly type: "string";
|
|
177
|
+
};
|
|
178
|
+
readonly purpose: {
|
|
179
|
+
readonly type: "string";
|
|
180
|
+
};
|
|
181
|
+
readonly when: {
|
|
182
|
+
readonly type: "string";
|
|
183
|
+
};
|
|
184
|
+
readonly required: {
|
|
185
|
+
readonly type: "boolean";
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
};
|
|
190
|
+
readonly mcpTools: {
|
|
191
|
+
readonly type: "array";
|
|
192
|
+
readonly items: {
|
|
193
|
+
readonly type: "object";
|
|
194
|
+
readonly required: readonly ["tool"];
|
|
195
|
+
readonly properties: {
|
|
196
|
+
readonly tool: {
|
|
197
|
+
readonly type: "string";
|
|
198
|
+
};
|
|
199
|
+
readonly purpose: {
|
|
200
|
+
readonly type: "string";
|
|
201
|
+
};
|
|
202
|
+
readonly when: {
|
|
203
|
+
readonly type: "string";
|
|
204
|
+
};
|
|
205
|
+
readonly required: {
|
|
206
|
+
readonly type: "boolean";
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
readonly preferredFlow: {
|
|
212
|
+
readonly type: "array";
|
|
213
|
+
readonly items: {
|
|
214
|
+
readonly type: "string";
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
readonly forbiddenActions: {
|
|
218
|
+
readonly type: "array";
|
|
219
|
+
readonly items: {
|
|
220
|
+
readonly type: "string";
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
readonly relatedTemplates: {
|
|
224
|
+
readonly type: "array";
|
|
225
|
+
readonly items: {
|
|
226
|
+
readonly type: "string";
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
readonly relatedPathConventions: {
|
|
230
|
+
readonly type: "array";
|
|
231
|
+
readonly items: {
|
|
232
|
+
readonly type: "string";
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
readonly relatedKnowledge: {
|
|
236
|
+
readonly type: "array";
|
|
237
|
+
readonly items: {
|
|
238
|
+
readonly type: "string";
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
readonly verificationCommands: {
|
|
242
|
+
readonly type: "array";
|
|
243
|
+
readonly items: {
|
|
244
|
+
readonly type: "string";
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
readonly safetyNotes: {
|
|
248
|
+
readonly type: "array";
|
|
249
|
+
readonly items: {
|
|
250
|
+
readonly type: "string";
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
readonly requiresHumanReview: {
|
|
254
|
+
readonly type: "boolean";
|
|
255
|
+
};
|
|
256
|
+
readonly writePolicy: {
|
|
257
|
+
readonly enum: readonly ["cli-only", "mcp-allowed", "none"];
|
|
258
|
+
};
|
|
259
|
+
};
|
|
260
|
+
};
|
|
261
|
+
export declare const PipelineDefinitionSchema: {
|
|
262
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
263
|
+
readonly $id: "https://shrkcrft.dev/schemas/pipeline-definition.json";
|
|
264
|
+
readonly title: "SharkCraft Pipeline Definition";
|
|
265
|
+
readonly type: "object";
|
|
266
|
+
readonly required: readonly ["id", "title", "description", "steps"];
|
|
267
|
+
readonly properties: {
|
|
268
|
+
readonly id: {
|
|
269
|
+
readonly type: "string";
|
|
270
|
+
};
|
|
271
|
+
readonly title: {
|
|
272
|
+
readonly type: "string";
|
|
273
|
+
};
|
|
274
|
+
readonly description: {
|
|
275
|
+
readonly type: "string";
|
|
276
|
+
};
|
|
277
|
+
readonly tags: {
|
|
278
|
+
readonly type: "array";
|
|
279
|
+
readonly items: {
|
|
280
|
+
readonly type: "string";
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
readonly scope: {
|
|
284
|
+
readonly type: "array";
|
|
285
|
+
readonly items: {
|
|
286
|
+
readonly type: "string";
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
readonly appliesWhen: {
|
|
290
|
+
readonly type: "array";
|
|
291
|
+
readonly items: {
|
|
292
|
+
readonly type: "string";
|
|
293
|
+
};
|
|
294
|
+
};
|
|
295
|
+
readonly inputs: {
|
|
296
|
+
readonly type: "array";
|
|
297
|
+
readonly items: {
|
|
298
|
+
readonly type: "object";
|
|
299
|
+
readonly required: readonly ["name"];
|
|
300
|
+
readonly properties: {
|
|
301
|
+
readonly name: {
|
|
302
|
+
readonly type: "string";
|
|
303
|
+
};
|
|
304
|
+
readonly description: {
|
|
305
|
+
readonly type: "string";
|
|
306
|
+
};
|
|
307
|
+
readonly required: {
|
|
308
|
+
readonly type: "boolean";
|
|
309
|
+
};
|
|
310
|
+
readonly default: {
|
|
311
|
+
readonly type: "string";
|
|
312
|
+
};
|
|
313
|
+
readonly choices: {
|
|
314
|
+
readonly type: "array";
|
|
315
|
+
readonly items: {
|
|
316
|
+
readonly type: "string";
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
};
|
|
322
|
+
readonly steps: {
|
|
323
|
+
readonly type: "array";
|
|
324
|
+
readonly minItems: 1;
|
|
325
|
+
readonly items: {
|
|
326
|
+
readonly type: "object";
|
|
327
|
+
readonly required: readonly ["id", "type"];
|
|
328
|
+
readonly properties: {
|
|
329
|
+
readonly id: {
|
|
330
|
+
readonly type: "string";
|
|
331
|
+
};
|
|
332
|
+
readonly type: {
|
|
333
|
+
readonly enum: readonly ["context", "agent", "generation-plan", "apply-plan", "command", "mcp-tool"];
|
|
334
|
+
};
|
|
335
|
+
readonly description: {
|
|
336
|
+
readonly type: "string";
|
|
337
|
+
};
|
|
338
|
+
readonly mcpTools: {
|
|
339
|
+
readonly type: "array";
|
|
340
|
+
readonly items: {
|
|
341
|
+
readonly type: "string";
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
readonly cliCommands: {
|
|
345
|
+
readonly type: "array";
|
|
346
|
+
readonly items: {
|
|
347
|
+
readonly type: "string";
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
readonly instruction: {
|
|
351
|
+
readonly type: "string";
|
|
352
|
+
};
|
|
353
|
+
readonly required: {
|
|
354
|
+
readonly type: "boolean";
|
|
355
|
+
};
|
|
356
|
+
readonly humanReview: {
|
|
357
|
+
readonly type: "boolean";
|
|
358
|
+
};
|
|
359
|
+
readonly enabledWhen: {
|
|
360
|
+
readonly type: "string";
|
|
361
|
+
};
|
|
362
|
+
readonly references: {
|
|
363
|
+
readonly type: "array";
|
|
364
|
+
readonly items: {
|
|
365
|
+
readonly type: "string";
|
|
366
|
+
};
|
|
367
|
+
};
|
|
368
|
+
};
|
|
369
|
+
};
|
|
370
|
+
};
|
|
371
|
+
readonly notes: {
|
|
372
|
+
readonly type: "array";
|
|
373
|
+
readonly items: {
|
|
374
|
+
readonly type: "string";
|
|
375
|
+
};
|
|
376
|
+
};
|
|
377
|
+
};
|
|
378
|
+
};
|
|
379
|
+
export declare const KnowledgeEntrySchema: {
|
|
380
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
381
|
+
readonly $id: "https://shrkcrft.dev/schemas/knowledge-entry.json";
|
|
382
|
+
readonly title: "SharkCraft Knowledge Entry";
|
|
383
|
+
readonly type: "object";
|
|
384
|
+
readonly required: readonly ["id", "title", "type", "priority", "content"];
|
|
385
|
+
readonly properties: {
|
|
386
|
+
readonly id: {
|
|
387
|
+
readonly type: "string";
|
|
388
|
+
readonly pattern: "^[a-z0-9]+([.-][a-z0-9]+)*$";
|
|
389
|
+
};
|
|
390
|
+
readonly title: {
|
|
391
|
+
readonly type: "string";
|
|
392
|
+
};
|
|
393
|
+
readonly type: {
|
|
394
|
+
readonly type: "string";
|
|
395
|
+
};
|
|
396
|
+
readonly priority: {
|
|
397
|
+
readonly enum: readonly ["critical", "high", "medium", "low"];
|
|
398
|
+
};
|
|
399
|
+
readonly scope: {
|
|
400
|
+
readonly type: "array";
|
|
401
|
+
readonly items: {
|
|
402
|
+
readonly type: "string";
|
|
403
|
+
};
|
|
404
|
+
};
|
|
405
|
+
readonly tags: {
|
|
406
|
+
readonly type: "array";
|
|
407
|
+
readonly items: {
|
|
408
|
+
readonly type: "string";
|
|
409
|
+
};
|
|
410
|
+
};
|
|
411
|
+
readonly appliesWhen: {
|
|
412
|
+
readonly type: "array";
|
|
413
|
+
readonly items: {
|
|
414
|
+
readonly type: "string";
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
readonly content: {
|
|
418
|
+
readonly type: "string";
|
|
419
|
+
};
|
|
420
|
+
readonly summary: {
|
|
421
|
+
readonly type: "string";
|
|
422
|
+
};
|
|
423
|
+
readonly actionHints: {
|
|
424
|
+
readonly $ref: "action-hints.json";
|
|
425
|
+
};
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
export declare const AdoptionStateSchema: {
|
|
429
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
430
|
+
readonly $id: "https://shrkcrft.dev/schemas/adoption-state.json";
|
|
431
|
+
readonly title: "SharkCraft Adoption State";
|
|
432
|
+
readonly type: "object";
|
|
433
|
+
readonly required: readonly ["schema", "projectRoot", "createdAt", "updatedAt", "patchPath"];
|
|
434
|
+
readonly properties: {
|
|
435
|
+
readonly schema: {
|
|
436
|
+
readonly const: "sharkcraft.adoption-state/v1";
|
|
437
|
+
};
|
|
438
|
+
readonly projectRoot: {
|
|
439
|
+
readonly type: "string";
|
|
440
|
+
};
|
|
441
|
+
readonly createdAt: {
|
|
442
|
+
readonly type: "string";
|
|
443
|
+
};
|
|
444
|
+
readonly updatedAt: {
|
|
445
|
+
readonly type: "string";
|
|
446
|
+
};
|
|
447
|
+
readonly sharkcraftVersion: {
|
|
448
|
+
readonly type: "string";
|
|
449
|
+
};
|
|
450
|
+
readonly command: {
|
|
451
|
+
readonly type: "string";
|
|
452
|
+
};
|
|
453
|
+
readonly sourceDraftFiles: {
|
|
454
|
+
readonly type: "array";
|
|
455
|
+
readonly items: {
|
|
456
|
+
readonly type: "object";
|
|
457
|
+
readonly required: readonly ["relativePath", "hash"];
|
|
458
|
+
readonly properties: {
|
|
459
|
+
readonly relativePath: {
|
|
460
|
+
readonly type: "string";
|
|
461
|
+
};
|
|
462
|
+
readonly hash: {
|
|
463
|
+
readonly type: "string";
|
|
464
|
+
};
|
|
465
|
+
};
|
|
466
|
+
};
|
|
467
|
+
};
|
|
468
|
+
readonly targetFiles: {
|
|
469
|
+
readonly type: "array";
|
|
470
|
+
readonly items: {
|
|
471
|
+
readonly type: "object";
|
|
472
|
+
readonly required: readonly ["relativePath", "hash"];
|
|
473
|
+
readonly properties: {
|
|
474
|
+
readonly relativePath: {
|
|
475
|
+
readonly type: "string";
|
|
476
|
+
};
|
|
477
|
+
readonly hash: {
|
|
478
|
+
readonly type: "string";
|
|
479
|
+
};
|
|
480
|
+
};
|
|
481
|
+
};
|
|
482
|
+
};
|
|
483
|
+
readonly generatedFiles: {
|
|
484
|
+
readonly type: "array";
|
|
485
|
+
readonly items: {
|
|
486
|
+
readonly type: "string";
|
|
487
|
+
};
|
|
488
|
+
};
|
|
489
|
+
readonly patchPath: {
|
|
490
|
+
readonly type: "string";
|
|
491
|
+
};
|
|
492
|
+
readonly summaryPath: {
|
|
493
|
+
readonly type: "string";
|
|
494
|
+
};
|
|
495
|
+
readonly reportPath: {
|
|
496
|
+
readonly type: "string";
|
|
497
|
+
};
|
|
498
|
+
readonly diffFormat: {
|
|
499
|
+
readonly enum: readonly ["pseudo", "unified"];
|
|
500
|
+
};
|
|
501
|
+
readonly confidenceThreshold: {
|
|
502
|
+
readonly enum: readonly ["high", "medium", "low"];
|
|
503
|
+
};
|
|
504
|
+
readonly includedKinds: {
|
|
505
|
+
readonly type: "array";
|
|
506
|
+
readonly items: {
|
|
507
|
+
readonly type: "string";
|
|
508
|
+
};
|
|
509
|
+
};
|
|
510
|
+
readonly excludedKinds: {
|
|
511
|
+
readonly type: "array";
|
|
512
|
+
readonly items: {
|
|
513
|
+
readonly type: "string";
|
|
514
|
+
};
|
|
515
|
+
};
|
|
516
|
+
readonly categories: {
|
|
517
|
+
readonly type: "object";
|
|
518
|
+
readonly additionalProperties: {
|
|
519
|
+
readonly type: "array";
|
|
520
|
+
readonly items: {
|
|
521
|
+
readonly type: "string";
|
|
522
|
+
};
|
|
523
|
+
};
|
|
524
|
+
};
|
|
525
|
+
readonly freshness: {
|
|
526
|
+
readonly type: "object";
|
|
527
|
+
readonly properties: {
|
|
528
|
+
readonly status: {
|
|
529
|
+
readonly enum: readonly ["fresh", "stale", "unknown"];
|
|
530
|
+
};
|
|
531
|
+
readonly staleReasons: {
|
|
532
|
+
readonly type: "array";
|
|
533
|
+
readonly items: {
|
|
534
|
+
readonly type: "string";
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
};
|
|
538
|
+
};
|
|
539
|
+
readonly warnings: {
|
|
540
|
+
readonly type: "array";
|
|
541
|
+
readonly items: {
|
|
542
|
+
readonly type: "string";
|
|
543
|
+
};
|
|
544
|
+
};
|
|
545
|
+
readonly nextCommands: {
|
|
546
|
+
readonly type: "array";
|
|
547
|
+
readonly items: {
|
|
548
|
+
readonly type: "string";
|
|
549
|
+
};
|
|
550
|
+
};
|
|
551
|
+
};
|
|
552
|
+
};
|
|
553
|
+
export declare const AdoptionSummarySchema: {
|
|
554
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
555
|
+
readonly $id: "https://shrkcrft.dev/schemas/adoption-summary.json";
|
|
556
|
+
readonly title: "SharkCraft Adoption Summary";
|
|
557
|
+
readonly type: "object";
|
|
558
|
+
readonly required: readonly ["confidence", "summary", "items", "format", "targets"];
|
|
559
|
+
readonly properties: {
|
|
560
|
+
readonly confidence: {
|
|
561
|
+
readonly enum: readonly ["high", "medium", "low"];
|
|
562
|
+
};
|
|
563
|
+
readonly summary: {
|
|
564
|
+
readonly type: "object";
|
|
565
|
+
readonly additionalProperties: {
|
|
566
|
+
readonly type: "integer";
|
|
567
|
+
};
|
|
568
|
+
};
|
|
569
|
+
readonly items: {
|
|
570
|
+
readonly type: "array";
|
|
571
|
+
};
|
|
572
|
+
readonly format: {
|
|
573
|
+
readonly enum: readonly ["pseudo", "unified"];
|
|
574
|
+
};
|
|
575
|
+
readonly targets: {
|
|
576
|
+
readonly type: "array";
|
|
577
|
+
};
|
|
578
|
+
};
|
|
579
|
+
};
|
|
580
|
+
export declare const ScaffoldPatternSchema: {
|
|
581
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
582
|
+
readonly $id: "https://shrkcrft.dev/schemas/scaffold-pattern.json";
|
|
583
|
+
readonly title: "SharkCraft Scaffold Pattern";
|
|
584
|
+
readonly type: "object";
|
|
585
|
+
readonly required: readonly ["id", "title", "description", "matchPaths", "templateId", "variables", "appliesWhen", "confidence"];
|
|
586
|
+
readonly properties: {
|
|
587
|
+
readonly id: {
|
|
588
|
+
readonly type: "string";
|
|
589
|
+
};
|
|
590
|
+
readonly title: {
|
|
591
|
+
readonly type: "string";
|
|
592
|
+
};
|
|
593
|
+
readonly description: {
|
|
594
|
+
readonly type: "string";
|
|
595
|
+
};
|
|
596
|
+
readonly matchPaths: {
|
|
597
|
+
readonly type: "array";
|
|
598
|
+
readonly items: {
|
|
599
|
+
readonly type: "string";
|
|
600
|
+
};
|
|
601
|
+
readonly minItems: 1;
|
|
602
|
+
};
|
|
603
|
+
readonly excludePaths: {
|
|
604
|
+
readonly type: "array";
|
|
605
|
+
readonly items: {
|
|
606
|
+
readonly type: "string";
|
|
607
|
+
};
|
|
608
|
+
};
|
|
609
|
+
readonly templateId: {
|
|
610
|
+
readonly type: "string";
|
|
611
|
+
};
|
|
612
|
+
readonly variables: {
|
|
613
|
+
readonly type: "array";
|
|
614
|
+
readonly items: {
|
|
615
|
+
readonly type: "object";
|
|
616
|
+
readonly required: readonly ["name", "from"];
|
|
617
|
+
readonly properties: {
|
|
618
|
+
readonly name: {
|
|
619
|
+
readonly type: "string";
|
|
620
|
+
};
|
|
621
|
+
readonly from: {
|
|
622
|
+
readonly type: "string";
|
|
623
|
+
};
|
|
624
|
+
readonly description: {
|
|
625
|
+
readonly type: "string";
|
|
626
|
+
};
|
|
627
|
+
};
|
|
628
|
+
};
|
|
629
|
+
};
|
|
630
|
+
readonly appliesWhen: {
|
|
631
|
+
readonly type: "array";
|
|
632
|
+
readonly items: {
|
|
633
|
+
readonly type: "string";
|
|
634
|
+
};
|
|
635
|
+
readonly minItems: 1;
|
|
636
|
+
};
|
|
637
|
+
readonly confidence: {
|
|
638
|
+
readonly enum: readonly ["high", "medium", "low"];
|
|
639
|
+
};
|
|
640
|
+
readonly tags: {
|
|
641
|
+
readonly type: "array";
|
|
642
|
+
readonly items: {
|
|
643
|
+
readonly type: "string";
|
|
644
|
+
};
|
|
645
|
+
};
|
|
646
|
+
readonly notes: {
|
|
647
|
+
readonly type: "array";
|
|
648
|
+
readonly items: {
|
|
649
|
+
readonly type: "string";
|
|
650
|
+
};
|
|
651
|
+
};
|
|
652
|
+
readonly requiredEvidence: {
|
|
653
|
+
readonly type: "array";
|
|
654
|
+
readonly items: {
|
|
655
|
+
readonly type: "string";
|
|
656
|
+
};
|
|
657
|
+
};
|
|
658
|
+
};
|
|
659
|
+
};
|
|
660
|
+
export declare const InferredTemplateCandidateV2Schema: {
|
|
661
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
662
|
+
readonly $id: "https://shrkcrft.dev/schemas/inferred-template-candidate-v2.json";
|
|
663
|
+
readonly title: "SharkCraft Inferred Template Candidate v2";
|
|
664
|
+
readonly type: "object";
|
|
665
|
+
readonly required: readonly ["schema", "sample"];
|
|
666
|
+
readonly properties: {
|
|
667
|
+
readonly schema: {
|
|
668
|
+
readonly const: "sharkcraft.inferred-template-candidate/v2";
|
|
669
|
+
};
|
|
670
|
+
readonly sample: {
|
|
671
|
+
readonly type: "string";
|
|
672
|
+
};
|
|
673
|
+
readonly matchedPattern: {
|
|
674
|
+
readonly type: "object";
|
|
675
|
+
readonly properties: {
|
|
676
|
+
readonly id: {
|
|
677
|
+
readonly type: "string";
|
|
678
|
+
};
|
|
679
|
+
readonly templateId: {
|
|
680
|
+
readonly type: "string";
|
|
681
|
+
};
|
|
682
|
+
readonly source: {
|
|
683
|
+
readonly type: "string";
|
|
684
|
+
};
|
|
685
|
+
readonly confidence: {
|
|
686
|
+
readonly enum: readonly ["high", "medium", "low"];
|
|
687
|
+
};
|
|
688
|
+
};
|
|
689
|
+
};
|
|
690
|
+
readonly scaffold: {
|
|
691
|
+
readonly type: "object";
|
|
692
|
+
};
|
|
693
|
+
readonly variables: {
|
|
694
|
+
readonly type: "object";
|
|
695
|
+
readonly additionalProperties: {
|
|
696
|
+
readonly type: "string";
|
|
697
|
+
};
|
|
698
|
+
};
|
|
699
|
+
readonly warnings: {
|
|
700
|
+
readonly type: "array";
|
|
701
|
+
readonly items: {
|
|
702
|
+
readonly type: "string";
|
|
703
|
+
};
|
|
704
|
+
};
|
|
705
|
+
readonly suggestedCommand: {
|
|
706
|
+
readonly type: "string";
|
|
707
|
+
};
|
|
708
|
+
};
|
|
709
|
+
};
|
|
710
|
+
export declare const QualityReportSchema: {
|
|
711
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
712
|
+
readonly $id: "https://shrkcrft.dev/schemas/quality-report.json";
|
|
713
|
+
readonly title: "SharkCraft Quality Report";
|
|
714
|
+
readonly type: "object";
|
|
715
|
+
readonly required: readonly ["overall", "gates", "score"];
|
|
716
|
+
readonly properties: {
|
|
717
|
+
readonly overall: {
|
|
718
|
+
readonly enum: readonly ["pass", "warn", "fail"];
|
|
719
|
+
};
|
|
720
|
+
readonly blockers: {
|
|
721
|
+
readonly type: "integer";
|
|
722
|
+
};
|
|
723
|
+
readonly warnings: {
|
|
724
|
+
readonly type: "integer";
|
|
725
|
+
};
|
|
726
|
+
readonly score: {
|
|
727
|
+
readonly type: "integer";
|
|
728
|
+
};
|
|
729
|
+
readonly gates: {
|
|
730
|
+
readonly type: "array";
|
|
731
|
+
};
|
|
732
|
+
readonly drift: {
|
|
733
|
+
readonly type: "object";
|
|
734
|
+
};
|
|
735
|
+
readonly note: {
|
|
736
|
+
readonly type: "string";
|
|
737
|
+
};
|
|
738
|
+
readonly nextCommand: {
|
|
739
|
+
readonly type: "string";
|
|
740
|
+
};
|
|
741
|
+
readonly nextRecommendations: {
|
|
742
|
+
readonly type: "array";
|
|
743
|
+
readonly items: {
|
|
744
|
+
readonly type: "string";
|
|
745
|
+
};
|
|
746
|
+
};
|
|
747
|
+
};
|
|
748
|
+
};
|
|
749
|
+
export declare const SafetyAuditSchema: {
|
|
750
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
751
|
+
readonly $id: "https://shrkcrft.dev/schemas/safety-audit.json";
|
|
752
|
+
readonly title: "SharkCraft Safety Audit";
|
|
753
|
+
readonly type: "object";
|
|
754
|
+
readonly required: readonly ["mcp", "commands"];
|
|
755
|
+
readonly properties: {
|
|
756
|
+
readonly mcp: {
|
|
757
|
+
readonly type: "object";
|
|
758
|
+
readonly properties: {
|
|
759
|
+
readonly anyWritable: {
|
|
760
|
+
readonly type: "boolean";
|
|
761
|
+
};
|
|
762
|
+
readonly tools: {
|
|
763
|
+
readonly type: "array";
|
|
764
|
+
};
|
|
765
|
+
};
|
|
766
|
+
};
|
|
767
|
+
readonly commands: {
|
|
768
|
+
readonly type: "object";
|
|
769
|
+
};
|
|
770
|
+
readonly verifications: {
|
|
771
|
+
readonly type: "object";
|
|
772
|
+
};
|
|
773
|
+
readonly packs: {
|
|
774
|
+
readonly type: "object";
|
|
775
|
+
};
|
|
776
|
+
readonly planSigning: {
|
|
777
|
+
readonly type: "object";
|
|
778
|
+
};
|
|
779
|
+
readonly recommendations: {
|
|
780
|
+
readonly type: "array";
|
|
781
|
+
readonly items: {
|
|
782
|
+
readonly type: "string";
|
|
783
|
+
};
|
|
784
|
+
};
|
|
785
|
+
};
|
|
786
|
+
};
|
|
787
|
+
export declare const DevSessionStateSchema: {
|
|
788
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
789
|
+
readonly $id: "https://shrkcrft.dev/schemas/dev-session-state.json";
|
|
790
|
+
readonly title: "SharkCraft Dev Session State";
|
|
791
|
+
readonly type: "object";
|
|
792
|
+
readonly required: readonly ["schema", "id", "task", "phase"];
|
|
793
|
+
readonly properties: {
|
|
794
|
+
readonly schema: {
|
|
795
|
+
readonly const: "sharkcraft.dev-session/v1";
|
|
796
|
+
};
|
|
797
|
+
readonly id: {
|
|
798
|
+
readonly type: "string";
|
|
799
|
+
};
|
|
800
|
+
readonly task: {
|
|
801
|
+
readonly type: "string";
|
|
802
|
+
};
|
|
803
|
+
readonly createdAt: {
|
|
804
|
+
readonly type: "string";
|
|
805
|
+
};
|
|
806
|
+
readonly updatedAt: {
|
|
807
|
+
readonly type: "string";
|
|
808
|
+
};
|
|
809
|
+
readonly phase: {
|
|
810
|
+
readonly type: "string";
|
|
811
|
+
};
|
|
812
|
+
readonly projectRoot: {
|
|
813
|
+
readonly type: "string";
|
|
814
|
+
};
|
|
815
|
+
readonly selectedPipeline: {
|
|
816
|
+
readonly type: readonly ["string", "null"];
|
|
817
|
+
};
|
|
818
|
+
readonly selectedTemplates: {
|
|
819
|
+
readonly type: "array";
|
|
820
|
+
readonly items: {
|
|
821
|
+
readonly type: "string";
|
|
822
|
+
};
|
|
823
|
+
};
|
|
824
|
+
readonly plans: {
|
|
825
|
+
readonly type: "array";
|
|
826
|
+
};
|
|
827
|
+
readonly reports: {
|
|
828
|
+
readonly type: "array";
|
|
829
|
+
readonly items: {
|
|
830
|
+
readonly type: "string";
|
|
831
|
+
};
|
|
832
|
+
};
|
|
833
|
+
readonly validations: {
|
|
834
|
+
readonly type: "array";
|
|
835
|
+
};
|
|
836
|
+
readonly appliedPlans: {
|
|
837
|
+
readonly type: "array";
|
|
838
|
+
};
|
|
839
|
+
readonly nextAction: {
|
|
840
|
+
readonly type: readonly ["string", "null"];
|
|
841
|
+
};
|
|
842
|
+
readonly warnings: {
|
|
843
|
+
readonly type: "array";
|
|
844
|
+
readonly items: {
|
|
845
|
+
readonly type: "string";
|
|
846
|
+
};
|
|
847
|
+
};
|
|
848
|
+
};
|
|
849
|
+
};
|
|
850
|
+
export declare const DashboardApiEnvelopeSchema: {
|
|
851
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
852
|
+
readonly $id: "https://shrkcrft.dev/schemas/dashboard-api-envelope.json";
|
|
853
|
+
readonly title: "SharkCraft Dashboard API Envelope";
|
|
854
|
+
readonly type: "object";
|
|
855
|
+
readonly required: readonly ["schema", "generatedAt", "projectRoot", "data"];
|
|
856
|
+
readonly properties: {
|
|
857
|
+
readonly schema: {
|
|
858
|
+
readonly const: "sharkcraft.dashboard-api/v1";
|
|
859
|
+
};
|
|
860
|
+
readonly generatedAt: {
|
|
861
|
+
readonly type: "string";
|
|
862
|
+
};
|
|
863
|
+
readonly projectRoot: {
|
|
864
|
+
readonly type: "string";
|
|
865
|
+
readonly minLength: 1;
|
|
866
|
+
};
|
|
867
|
+
readonly commandHints: {
|
|
868
|
+
readonly type: "array";
|
|
869
|
+
readonly items: {
|
|
870
|
+
readonly type: "string";
|
|
871
|
+
};
|
|
872
|
+
};
|
|
873
|
+
readonly warnings: {
|
|
874
|
+
readonly type: "array";
|
|
875
|
+
readonly items: {
|
|
876
|
+
readonly type: "string";
|
|
877
|
+
};
|
|
878
|
+
};
|
|
879
|
+
readonly available: {
|
|
880
|
+
readonly type: "boolean";
|
|
881
|
+
};
|
|
882
|
+
readonly apiVersion: {
|
|
883
|
+
readonly type: "string";
|
|
884
|
+
};
|
|
885
|
+
readonly data: {};
|
|
886
|
+
};
|
|
887
|
+
};
|
|
888
|
+
export declare const DashboardOverviewResponseSchema: {
|
|
889
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
890
|
+
readonly $id: "https://shrkcrft.dev/schemas/dashboard-overview-response.json";
|
|
891
|
+
readonly title: "SharkCraft Dashboard Overview Response";
|
|
892
|
+
readonly type: "object";
|
|
893
|
+
readonly required: readonly ["readiness", "sharkcraftPresent", "configPresent", "summary", "topRecommendations", "featureAvailability"];
|
|
894
|
+
readonly properties: {
|
|
895
|
+
readonly readiness: {
|
|
896
|
+
readonly type: "object";
|
|
897
|
+
readonly required: readonly ["score", "verdict"];
|
|
898
|
+
readonly properties: {
|
|
899
|
+
readonly score: {
|
|
900
|
+
readonly type: "number";
|
|
901
|
+
};
|
|
902
|
+
readonly verdict: {
|
|
903
|
+
readonly type: "string";
|
|
904
|
+
};
|
|
905
|
+
};
|
|
906
|
+
};
|
|
907
|
+
readonly sharkcraftPresent: {
|
|
908
|
+
readonly type: "boolean";
|
|
909
|
+
};
|
|
910
|
+
readonly configPresent: {
|
|
911
|
+
readonly type: "boolean";
|
|
912
|
+
};
|
|
913
|
+
readonly summary: {
|
|
914
|
+
readonly type: "object";
|
|
915
|
+
readonly properties: {
|
|
916
|
+
readonly rules: {
|
|
917
|
+
readonly type: "integer";
|
|
918
|
+
};
|
|
919
|
+
readonly paths: {
|
|
920
|
+
readonly type: "integer";
|
|
921
|
+
};
|
|
922
|
+
readonly templates: {
|
|
923
|
+
readonly type: "integer";
|
|
924
|
+
};
|
|
925
|
+
readonly pipelines: {
|
|
926
|
+
readonly type: "integer";
|
|
927
|
+
};
|
|
928
|
+
readonly presets: {
|
|
929
|
+
readonly type: "integer";
|
|
930
|
+
};
|
|
931
|
+
readonly packs: {
|
|
932
|
+
readonly type: "integer";
|
|
933
|
+
};
|
|
934
|
+
readonly scaffoldPatterns: {
|
|
935
|
+
readonly type: "integer";
|
|
936
|
+
};
|
|
937
|
+
readonly knowledgeEntries: {
|
|
938
|
+
readonly type: "integer";
|
|
939
|
+
};
|
|
940
|
+
};
|
|
941
|
+
};
|
|
942
|
+
readonly topRecommendations: {
|
|
943
|
+
readonly type: "array";
|
|
944
|
+
readonly items: {
|
|
945
|
+
readonly type: "string";
|
|
946
|
+
};
|
|
947
|
+
};
|
|
948
|
+
readonly featureAvailability: {
|
|
949
|
+
readonly type: "object";
|
|
950
|
+
readonly additionalProperties: {
|
|
951
|
+
readonly type: "boolean";
|
|
952
|
+
};
|
|
953
|
+
};
|
|
954
|
+
};
|
|
955
|
+
};
|
|
956
|
+
export declare const DashboardAdoptionResponseSchema: {
|
|
957
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
958
|
+
readonly $id: "https://shrkcrft.dev/schemas/dashboard-adoption-response.json";
|
|
959
|
+
readonly title: "SharkCraft Dashboard Adoption Response";
|
|
960
|
+
readonly type: "object";
|
|
961
|
+
readonly required: readonly ["available", "nextCommands", "artifacts"];
|
|
962
|
+
readonly properties: {
|
|
963
|
+
readonly available: {
|
|
964
|
+
readonly type: "boolean";
|
|
965
|
+
};
|
|
966
|
+
readonly state: {
|
|
967
|
+
readonly type: "object";
|
|
968
|
+
};
|
|
969
|
+
readonly nextCommands: {
|
|
970
|
+
readonly type: "array";
|
|
971
|
+
};
|
|
972
|
+
readonly artifacts: {
|
|
973
|
+
readonly type: "array";
|
|
974
|
+
};
|
|
975
|
+
};
|
|
976
|
+
};
|
|
977
|
+
export declare const DashboardSessionResponseSchema: {
|
|
978
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
979
|
+
readonly $id: "https://shrkcrft.dev/schemas/dashboard-session-response.json";
|
|
980
|
+
readonly title: "SharkCraft Dashboard Session Response";
|
|
981
|
+
readonly type: "object";
|
|
982
|
+
readonly required: readonly ["available", "sessionId", "artifacts", "commandHints"];
|
|
983
|
+
readonly properties: {
|
|
984
|
+
readonly available: {
|
|
985
|
+
readonly type: "boolean";
|
|
986
|
+
};
|
|
987
|
+
readonly sessionId: {
|
|
988
|
+
readonly type: "string";
|
|
989
|
+
};
|
|
990
|
+
readonly task: {
|
|
991
|
+
readonly type: "string";
|
|
992
|
+
};
|
|
993
|
+
readonly status: {
|
|
994
|
+
readonly type: "string";
|
|
995
|
+
};
|
|
996
|
+
readonly startedAt: {
|
|
997
|
+
readonly type: "string";
|
|
998
|
+
};
|
|
999
|
+
readonly endedAt: {
|
|
1000
|
+
readonly type: "string";
|
|
1001
|
+
};
|
|
1002
|
+
readonly artifacts: {
|
|
1003
|
+
readonly type: "array";
|
|
1004
|
+
};
|
|
1005
|
+
readonly plans: {
|
|
1006
|
+
readonly type: "array";
|
|
1007
|
+
};
|
|
1008
|
+
readonly reports: {
|
|
1009
|
+
readonly type: "array";
|
|
1010
|
+
};
|
|
1011
|
+
readonly commandHints: {
|
|
1012
|
+
readonly type: "array";
|
|
1013
|
+
};
|
|
1014
|
+
};
|
|
1015
|
+
};
|
|
1016
|
+
export declare const AdoptionMergePreviewSchema: {
|
|
1017
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1018
|
+
readonly $id: "https://shrkcrft.dev/schemas/adoption-merge-preview.json";
|
|
1019
|
+
readonly title: "SharkCraft Adoption Merge Preview";
|
|
1020
|
+
readonly type: "object";
|
|
1021
|
+
readonly required: readonly ["schema", "targets", "safeBlocks", "manualReview", "lowConfidenceSkipped"];
|
|
1022
|
+
readonly properties: {
|
|
1023
|
+
readonly schema: {
|
|
1024
|
+
readonly const: "sharkcraft.adoption-merge-preview/v1";
|
|
1025
|
+
};
|
|
1026
|
+
readonly targets: {
|
|
1027
|
+
readonly type: "array";
|
|
1028
|
+
};
|
|
1029
|
+
readonly safeBlocks: {
|
|
1030
|
+
readonly type: "array";
|
|
1031
|
+
};
|
|
1032
|
+
readonly manualReview: {
|
|
1033
|
+
readonly type: "array";
|
|
1034
|
+
};
|
|
1035
|
+
readonly lowConfidenceSkipped: {
|
|
1036
|
+
readonly type: "array";
|
|
1037
|
+
};
|
|
1038
|
+
readonly existingCoverage: {
|
|
1039
|
+
readonly type: "array";
|
|
1040
|
+
};
|
|
1041
|
+
readonly conflicts: {
|
|
1042
|
+
readonly type: "array";
|
|
1043
|
+
};
|
|
1044
|
+
readonly patchFreshness: {
|
|
1045
|
+
readonly type: "object";
|
|
1046
|
+
};
|
|
1047
|
+
readonly recommendedCommands: {
|
|
1048
|
+
readonly type: "array";
|
|
1049
|
+
readonly items: {
|
|
1050
|
+
readonly type: "string";
|
|
1051
|
+
};
|
|
1052
|
+
};
|
|
1053
|
+
};
|
|
1054
|
+
};
|
|
1055
|
+
export declare const AdoptionReportSchema: {
|
|
1056
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1057
|
+
readonly $id: "https://shrkcrft.dev/schemas/adoption-report.json";
|
|
1058
|
+
readonly title: "SharkCraft Adoption Report";
|
|
1059
|
+
readonly type: "object";
|
|
1060
|
+
readonly required: readonly ["schema"];
|
|
1061
|
+
readonly properties: {
|
|
1062
|
+
readonly schema: {
|
|
1063
|
+
readonly const: "sharkcraft.adoption-report/v1";
|
|
1064
|
+
};
|
|
1065
|
+
readonly summary: {
|
|
1066
|
+
readonly type: "object";
|
|
1067
|
+
};
|
|
1068
|
+
readonly categories: {
|
|
1069
|
+
readonly type: "object";
|
|
1070
|
+
};
|
|
1071
|
+
readonly targets: {
|
|
1072
|
+
readonly type: "array";
|
|
1073
|
+
};
|
|
1074
|
+
readonly patchPath: {
|
|
1075
|
+
readonly type: "string";
|
|
1076
|
+
};
|
|
1077
|
+
readonly safeToAdopt: {
|
|
1078
|
+
readonly type: "array";
|
|
1079
|
+
};
|
|
1080
|
+
readonly manualReview: {
|
|
1081
|
+
readonly type: "array";
|
|
1082
|
+
};
|
|
1083
|
+
readonly conflicts: {
|
|
1084
|
+
readonly type: "array";
|
|
1085
|
+
};
|
|
1086
|
+
readonly lowConfidence: {
|
|
1087
|
+
readonly type: "array";
|
|
1088
|
+
};
|
|
1089
|
+
readonly recommendedCommands: {
|
|
1090
|
+
readonly type: "array";
|
|
1091
|
+
readonly items: {
|
|
1092
|
+
readonly type: "string";
|
|
1093
|
+
};
|
|
1094
|
+
};
|
|
1095
|
+
readonly safetyModel: {
|
|
1096
|
+
readonly type: "object";
|
|
1097
|
+
};
|
|
1098
|
+
};
|
|
1099
|
+
};
|
|
1100
|
+
export declare const FeatureBundleSchema: {
|
|
1101
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1102
|
+
readonly $id: "https://shrkcrft.dev/schemas/feature-bundle.json";
|
|
1103
|
+
readonly title: "SharkCraft Feature Workflow Bundle";
|
|
1104
|
+
readonly type: "object";
|
|
1105
|
+
readonly additionalProperties: true;
|
|
1106
|
+
readonly required: readonly ["schema", "id", "task", "status"];
|
|
1107
|
+
readonly properties: {
|
|
1108
|
+
readonly schema: {
|
|
1109
|
+
readonly const: "sharkcraft.feature-bundle/v1";
|
|
1110
|
+
};
|
|
1111
|
+
readonly id: {
|
|
1112
|
+
readonly type: "string";
|
|
1113
|
+
};
|
|
1114
|
+
readonly task: {
|
|
1115
|
+
readonly type: "string";
|
|
1116
|
+
};
|
|
1117
|
+
readonly status: {
|
|
1118
|
+
readonly type: "string";
|
|
1119
|
+
};
|
|
1120
|
+
readonly plans: {
|
|
1121
|
+
readonly type: "array";
|
|
1122
|
+
};
|
|
1123
|
+
readonly planGroups: {
|
|
1124
|
+
readonly type: "array";
|
|
1125
|
+
};
|
|
1126
|
+
readonly dependencies: {
|
|
1127
|
+
readonly type: "array";
|
|
1128
|
+
};
|
|
1129
|
+
readonly validations: {
|
|
1130
|
+
readonly type: "array";
|
|
1131
|
+
};
|
|
1132
|
+
readonly affectedFiles: {
|
|
1133
|
+
readonly type: "array";
|
|
1134
|
+
readonly items: {
|
|
1135
|
+
readonly type: "string";
|
|
1136
|
+
};
|
|
1137
|
+
};
|
|
1138
|
+
readonly affectedAreas: {
|
|
1139
|
+
readonly type: "array";
|
|
1140
|
+
readonly items: {
|
|
1141
|
+
readonly type: "string";
|
|
1142
|
+
};
|
|
1143
|
+
};
|
|
1144
|
+
readonly riskLevel: {
|
|
1145
|
+
readonly type: "string";
|
|
1146
|
+
};
|
|
1147
|
+
readonly nextAction: {
|
|
1148
|
+
readonly type: readonly ["string", "null"];
|
|
1149
|
+
};
|
|
1150
|
+
};
|
|
1151
|
+
};
|
|
1152
|
+
export declare const PlanDependencyGraphSchema: {
|
|
1153
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1154
|
+
readonly $id: "https://shrkcrft.dev/schemas/plan-dependency-graph.json";
|
|
1155
|
+
readonly title: "SharkCraft Plan Dependency Graph";
|
|
1156
|
+
readonly type: "object";
|
|
1157
|
+
readonly required: readonly ["schema", "bundleId", "nodes", "edges"];
|
|
1158
|
+
readonly properties: {
|
|
1159
|
+
readonly schema: {
|
|
1160
|
+
readonly const: "sharkcraft.plan-dependency-graph/v1";
|
|
1161
|
+
};
|
|
1162
|
+
readonly bundleId: {
|
|
1163
|
+
readonly type: "string";
|
|
1164
|
+
};
|
|
1165
|
+
readonly nodes: {
|
|
1166
|
+
readonly type: "array";
|
|
1167
|
+
};
|
|
1168
|
+
readonly edges: {
|
|
1169
|
+
readonly type: "array";
|
|
1170
|
+
};
|
|
1171
|
+
readonly order: {
|
|
1172
|
+
readonly type: "array";
|
|
1173
|
+
};
|
|
1174
|
+
};
|
|
1175
|
+
};
|
|
1176
|
+
export declare const AreaMapSchema: {
|
|
1177
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1178
|
+
readonly $id: "https://shrkcrft.dev/schemas/area-map.json";
|
|
1179
|
+
readonly title: "SharkCraft Repository Area Map";
|
|
1180
|
+
readonly type: "object";
|
|
1181
|
+
readonly required: readonly ["schema", "projectRoot", "areas"];
|
|
1182
|
+
readonly properties: {
|
|
1183
|
+
readonly schema: {
|
|
1184
|
+
readonly const: "sharkcraft.area-map/v1";
|
|
1185
|
+
};
|
|
1186
|
+
readonly projectRoot: {
|
|
1187
|
+
readonly type: "string";
|
|
1188
|
+
};
|
|
1189
|
+
readonly areas: {
|
|
1190
|
+
readonly type: "array";
|
|
1191
|
+
};
|
|
1192
|
+
readonly unclassifiedFiles: {
|
|
1193
|
+
readonly type: "integer";
|
|
1194
|
+
};
|
|
1195
|
+
};
|
|
1196
|
+
};
|
|
1197
|
+
export declare const ImpactAnalysisSchema: {
|
|
1198
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1199
|
+
readonly $id: "https://shrkcrft.dev/schemas/impact-analysis.json";
|
|
1200
|
+
readonly title: "SharkCraft Impact Analysis";
|
|
1201
|
+
readonly type: "object";
|
|
1202
|
+
readonly required: readonly ["schema", "task"];
|
|
1203
|
+
readonly properties: {
|
|
1204
|
+
readonly schema: {
|
|
1205
|
+
readonly const: "sharkcraft.impact-analysis/v1";
|
|
1206
|
+
};
|
|
1207
|
+
readonly task: {
|
|
1208
|
+
readonly type: "string";
|
|
1209
|
+
};
|
|
1210
|
+
readonly risk: {
|
|
1211
|
+
readonly type: "string";
|
|
1212
|
+
};
|
|
1213
|
+
readonly affectedFiles: {
|
|
1214
|
+
readonly type: "array";
|
|
1215
|
+
};
|
|
1216
|
+
readonly affectedAreas: {
|
|
1217
|
+
readonly type: "array";
|
|
1218
|
+
};
|
|
1219
|
+
};
|
|
1220
|
+
};
|
|
1221
|
+
export declare const TestImpactSchema: {
|
|
1222
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1223
|
+
readonly $id: "https://shrkcrft.dev/schemas/test-impact.json";
|
|
1224
|
+
readonly title: "SharkCraft Test Impact";
|
|
1225
|
+
readonly type: "object";
|
|
1226
|
+
readonly required: readonly ["schema"];
|
|
1227
|
+
readonly properties: {
|
|
1228
|
+
readonly schema: {
|
|
1229
|
+
readonly const: "sharkcraft.test-impact/v1";
|
|
1230
|
+
};
|
|
1231
|
+
readonly likelyTestFiles: {
|
|
1232
|
+
readonly type: "array";
|
|
1233
|
+
};
|
|
1234
|
+
readonly missingTestFiles: {
|
|
1235
|
+
readonly type: "array";
|
|
1236
|
+
};
|
|
1237
|
+
readonly confidence: {
|
|
1238
|
+
readonly type: "integer";
|
|
1239
|
+
};
|
|
1240
|
+
};
|
|
1241
|
+
};
|
|
1242
|
+
export declare const OwnershipRuleSchema: {
|
|
1243
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1244
|
+
readonly $id: "https://shrkcrft.dev/schemas/ownership-rule.json";
|
|
1245
|
+
readonly title: "SharkCraft Ownership Rule";
|
|
1246
|
+
readonly type: "object";
|
|
1247
|
+
readonly required: readonly ["id", "title", "paths", "owners"];
|
|
1248
|
+
readonly properties: {
|
|
1249
|
+
readonly id: {
|
|
1250
|
+
readonly type: "string";
|
|
1251
|
+
};
|
|
1252
|
+
readonly title: {
|
|
1253
|
+
readonly type: "string";
|
|
1254
|
+
};
|
|
1255
|
+
readonly paths: {
|
|
1256
|
+
readonly type: "array";
|
|
1257
|
+
readonly items: {
|
|
1258
|
+
readonly type: "string";
|
|
1259
|
+
};
|
|
1260
|
+
};
|
|
1261
|
+
readonly owners: {
|
|
1262
|
+
readonly type: "array";
|
|
1263
|
+
readonly items: {
|
|
1264
|
+
readonly type: "string";
|
|
1265
|
+
};
|
|
1266
|
+
};
|
|
1267
|
+
readonly reviewers: {
|
|
1268
|
+
readonly type: "array";
|
|
1269
|
+
readonly items: {
|
|
1270
|
+
readonly type: "string";
|
|
1271
|
+
};
|
|
1272
|
+
};
|
|
1273
|
+
readonly requiredReview: {
|
|
1274
|
+
readonly type: "boolean";
|
|
1275
|
+
};
|
|
1276
|
+
};
|
|
1277
|
+
};
|
|
1278
|
+
export declare const PolicyReportSchema: {
|
|
1279
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1280
|
+
readonly $id: "https://shrkcrft.dev/schemas/policy-report.json";
|
|
1281
|
+
readonly title: "SharkCraft Policy Report";
|
|
1282
|
+
readonly type: "object";
|
|
1283
|
+
readonly required: readonly ["schema", "checks", "summary"];
|
|
1284
|
+
readonly properties: {
|
|
1285
|
+
readonly schema: {
|
|
1286
|
+
readonly const: "sharkcraft.policy-report/v1";
|
|
1287
|
+
};
|
|
1288
|
+
readonly checks: {
|
|
1289
|
+
readonly type: "array";
|
|
1290
|
+
};
|
|
1291
|
+
readonly summary: {
|
|
1292
|
+
readonly type: "object";
|
|
1293
|
+
};
|
|
1294
|
+
};
|
|
1295
|
+
};
|
|
1296
|
+
export declare const QualityBaselineSchema: {
|
|
1297
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1298
|
+
readonly $id: "https://shrkcrft.dev/schemas/quality-baseline.json";
|
|
1299
|
+
readonly title: "SharkCraft Quality Baseline";
|
|
1300
|
+
readonly type: "object";
|
|
1301
|
+
readonly required: readonly ["schema", "createdAt", "qualityScore"];
|
|
1302
|
+
readonly properties: {
|
|
1303
|
+
readonly schema: {
|
|
1304
|
+
readonly const: "sharkcraft.quality-baseline/v1";
|
|
1305
|
+
};
|
|
1306
|
+
readonly createdAt: {
|
|
1307
|
+
readonly type: "string";
|
|
1308
|
+
};
|
|
1309
|
+
readonly qualityScore: {
|
|
1310
|
+
readonly type: "number";
|
|
1311
|
+
};
|
|
1312
|
+
readonly blockers: {
|
|
1313
|
+
readonly type: "integer";
|
|
1314
|
+
};
|
|
1315
|
+
readonly warnings: {
|
|
1316
|
+
readonly type: "integer";
|
|
1317
|
+
};
|
|
1318
|
+
readonly gates: {
|
|
1319
|
+
readonly type: "array";
|
|
1320
|
+
};
|
|
1321
|
+
};
|
|
1322
|
+
};
|
|
1323
|
+
export declare const DriftBaselineSchema: {
|
|
1324
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1325
|
+
readonly $id: "https://shrkcrft.dev/schemas/drift-baseline.json";
|
|
1326
|
+
readonly title: "SharkCraft Drift Baseline";
|
|
1327
|
+
readonly type: "object";
|
|
1328
|
+
readonly required: readonly ["schema", "findings"];
|
|
1329
|
+
readonly properties: {
|
|
1330
|
+
readonly schema: {
|
|
1331
|
+
readonly const: "sharkcraft.drift-baseline/v1";
|
|
1332
|
+
};
|
|
1333
|
+
readonly findings: {
|
|
1334
|
+
readonly type: "array";
|
|
1335
|
+
};
|
|
1336
|
+
};
|
|
1337
|
+
};
|
|
1338
|
+
export declare const ReviewPacketV2Schema: {
|
|
1339
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1340
|
+
readonly $id: "https://shrkcrft.dev/schemas/review-packet-v2.json";
|
|
1341
|
+
readonly title: "SharkCraft Review Packet v2";
|
|
1342
|
+
readonly type: "object";
|
|
1343
|
+
readonly required: readonly ["schema", "base", "impact"];
|
|
1344
|
+
readonly properties: {
|
|
1345
|
+
readonly schema: {
|
|
1346
|
+
readonly const: "sharkcraft.review-packet-v2/v1";
|
|
1347
|
+
};
|
|
1348
|
+
readonly base: {
|
|
1349
|
+
readonly type: "object";
|
|
1350
|
+
};
|
|
1351
|
+
readonly impact: {
|
|
1352
|
+
readonly type: "object";
|
|
1353
|
+
};
|
|
1354
|
+
readonly testImpact: {
|
|
1355
|
+
readonly type: "object";
|
|
1356
|
+
};
|
|
1357
|
+
readonly ownership: {
|
|
1358
|
+
readonly type: "object";
|
|
1359
|
+
};
|
|
1360
|
+
readonly policy: {
|
|
1361
|
+
readonly type: "object";
|
|
1362
|
+
};
|
|
1363
|
+
readonly riskScore: {
|
|
1364
|
+
readonly type: "integer";
|
|
1365
|
+
};
|
|
1366
|
+
};
|
|
1367
|
+
};
|
|
1368
|
+
export declare const PackCompatibilitySchema: {
|
|
1369
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1370
|
+
readonly $id: "https://shrkcrft.dev/schemas/pack-compatibility.json";
|
|
1371
|
+
readonly title: "SharkCraft Pack Compatibility";
|
|
1372
|
+
readonly type: "object";
|
|
1373
|
+
readonly required: readonly ["schema", "packageName", "overall"];
|
|
1374
|
+
readonly properties: {
|
|
1375
|
+
readonly schema: {
|
|
1376
|
+
readonly const: "sharkcraft.pack-compatibility/v1";
|
|
1377
|
+
};
|
|
1378
|
+
readonly packageName: {
|
|
1379
|
+
readonly type: "string";
|
|
1380
|
+
};
|
|
1381
|
+
readonly overall: {
|
|
1382
|
+
readonly type: "string";
|
|
1383
|
+
};
|
|
1384
|
+
readonly hits: {
|
|
1385
|
+
readonly type: "array";
|
|
1386
|
+
};
|
|
1387
|
+
};
|
|
1388
|
+
};
|
|
1389
|
+
export declare const PackQualityScoreSchema: {
|
|
1390
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1391
|
+
readonly $id: "https://shrkcrft.dev/schemas/pack-quality-score.json";
|
|
1392
|
+
readonly title: "SharkCraft Pack Quality Score";
|
|
1393
|
+
readonly type: "object";
|
|
1394
|
+
readonly required: readonly ["schema", "packageName", "overall"];
|
|
1395
|
+
readonly properties: {
|
|
1396
|
+
readonly schema: {
|
|
1397
|
+
readonly const: "sharkcraft.pack-quality-score/v1";
|
|
1398
|
+
};
|
|
1399
|
+
readonly packageName: {
|
|
1400
|
+
readonly type: "string";
|
|
1401
|
+
};
|
|
1402
|
+
readonly overall: {
|
|
1403
|
+
readonly type: "integer";
|
|
1404
|
+
};
|
|
1405
|
+
readonly dimensions: {
|
|
1406
|
+
readonly type: "array";
|
|
1407
|
+
};
|
|
1408
|
+
};
|
|
1409
|
+
};
|
|
1410
|
+
export declare const ImportGraphAnalysisSchema: {
|
|
1411
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1412
|
+
readonly $id: "https://shrkcrft.dev/schemas/import-graph-analysis.json";
|
|
1413
|
+
readonly title: "SharkCraft Import Graph Analysis";
|
|
1414
|
+
readonly type: "object";
|
|
1415
|
+
readonly required: readonly ["schema"];
|
|
1416
|
+
readonly properties: {
|
|
1417
|
+
readonly schema: {
|
|
1418
|
+
readonly const: "sharkcraft.import-graph-analysis/v1";
|
|
1419
|
+
};
|
|
1420
|
+
readonly cycles: {
|
|
1421
|
+
readonly type: "array";
|
|
1422
|
+
};
|
|
1423
|
+
readonly topFanIn: {
|
|
1424
|
+
readonly type: "array";
|
|
1425
|
+
};
|
|
1426
|
+
readonly topFanOut: {
|
|
1427
|
+
readonly type: "array";
|
|
1428
|
+
};
|
|
1429
|
+
readonly orphans: {
|
|
1430
|
+
readonly type: "array";
|
|
1431
|
+
};
|
|
1432
|
+
};
|
|
1433
|
+
};
|
|
1434
|
+
export declare const AgentContractSchema: {
|
|
1435
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1436
|
+
readonly $id: "https://shrkcrft.dev/schemas/agent-contract.json";
|
|
1437
|
+
readonly title: "SharkCraft Agent Contract";
|
|
1438
|
+
readonly type: "object";
|
|
1439
|
+
readonly required: readonly ["schema", "task", "role", "mode"];
|
|
1440
|
+
readonly properties: {
|
|
1441
|
+
readonly schema: {
|
|
1442
|
+
readonly const: "sharkcraft.agent-contract/v1";
|
|
1443
|
+
};
|
|
1444
|
+
readonly task: {
|
|
1445
|
+
readonly type: "string";
|
|
1446
|
+
};
|
|
1447
|
+
readonly role: {
|
|
1448
|
+
readonly type: "string";
|
|
1449
|
+
};
|
|
1450
|
+
readonly mode: {
|
|
1451
|
+
readonly type: "string";
|
|
1452
|
+
};
|
|
1453
|
+
readonly allowedFiles: {
|
|
1454
|
+
readonly type: "array";
|
|
1455
|
+
readonly items: {
|
|
1456
|
+
readonly type: "string";
|
|
1457
|
+
};
|
|
1458
|
+
};
|
|
1459
|
+
readonly forbiddenFiles: {
|
|
1460
|
+
readonly type: "array";
|
|
1461
|
+
readonly items: {
|
|
1462
|
+
readonly type: "string";
|
|
1463
|
+
};
|
|
1464
|
+
};
|
|
1465
|
+
readonly allowedCommands: {
|
|
1466
|
+
readonly type: "array";
|
|
1467
|
+
readonly items: {
|
|
1468
|
+
readonly type: "string";
|
|
1469
|
+
};
|
|
1470
|
+
};
|
|
1471
|
+
readonly forbiddenCommands: {
|
|
1472
|
+
readonly type: "array";
|
|
1473
|
+
readonly items: {
|
|
1474
|
+
readonly type: "string";
|
|
1475
|
+
};
|
|
1476
|
+
};
|
|
1477
|
+
readonly requiredValidations: {
|
|
1478
|
+
readonly type: "array";
|
|
1479
|
+
readonly items: {
|
|
1480
|
+
readonly type: "string";
|
|
1481
|
+
};
|
|
1482
|
+
};
|
|
1483
|
+
readonly requiredReviews: {
|
|
1484
|
+
readonly type: "array";
|
|
1485
|
+
readonly items: {
|
|
1486
|
+
readonly type: "string";
|
|
1487
|
+
};
|
|
1488
|
+
};
|
|
1489
|
+
readonly requiredPlanReviews: {
|
|
1490
|
+
readonly type: "array";
|
|
1491
|
+
readonly items: {
|
|
1492
|
+
readonly type: "string";
|
|
1493
|
+
};
|
|
1494
|
+
};
|
|
1495
|
+
readonly humanApprovalGates: {
|
|
1496
|
+
readonly type: "array";
|
|
1497
|
+
readonly items: {
|
|
1498
|
+
readonly type: "string";
|
|
1499
|
+
};
|
|
1500
|
+
};
|
|
1501
|
+
readonly rollbackPlan: {
|
|
1502
|
+
readonly type: "array";
|
|
1503
|
+
readonly items: {
|
|
1504
|
+
readonly type: "string";
|
|
1505
|
+
};
|
|
1506
|
+
};
|
|
1507
|
+
readonly definitionOfDone: {
|
|
1508
|
+
readonly type: "array";
|
|
1509
|
+
readonly items: {
|
|
1510
|
+
readonly type: "string";
|
|
1511
|
+
};
|
|
1512
|
+
};
|
|
1513
|
+
};
|
|
1514
|
+
};
|
|
1515
|
+
export declare const PlanSimulationSchema: {
|
|
1516
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1517
|
+
readonly $id: "https://shrkcrft.dev/schemas/plan-simulation.json";
|
|
1518
|
+
readonly title: "SharkCraft Plan Simulation Report";
|
|
1519
|
+
readonly type: "object";
|
|
1520
|
+
readonly required: readonly ["schema", "source", "planSchema", "applyReadiness", "files"];
|
|
1521
|
+
readonly properties: {
|
|
1522
|
+
readonly schema: {
|
|
1523
|
+
readonly const: "sharkcraft.plan-simulation/v1";
|
|
1524
|
+
};
|
|
1525
|
+
readonly source: {
|
|
1526
|
+
readonly type: "string";
|
|
1527
|
+
};
|
|
1528
|
+
readonly planSchema: {
|
|
1529
|
+
readonly type: "string";
|
|
1530
|
+
};
|
|
1531
|
+
readonly applyReadiness: {
|
|
1532
|
+
readonly type: "string";
|
|
1533
|
+
};
|
|
1534
|
+
readonly signature: {
|
|
1535
|
+
readonly type: "string";
|
|
1536
|
+
};
|
|
1537
|
+
readonly files: {
|
|
1538
|
+
readonly type: "array";
|
|
1539
|
+
};
|
|
1540
|
+
readonly potentialBoundaryConcerns: {
|
|
1541
|
+
readonly type: "array";
|
|
1542
|
+
};
|
|
1543
|
+
readonly planIntroducedBoundaryConcerns: {
|
|
1544
|
+
readonly type: "array";
|
|
1545
|
+
};
|
|
1546
|
+
};
|
|
1547
|
+
};
|
|
1548
|
+
export declare const RepoMemorySchema: {
|
|
1549
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1550
|
+
readonly $id: "https://shrkcrft.dev/schemas/repo-memory.json";
|
|
1551
|
+
readonly title: "SharkCraft Repository Memory Index";
|
|
1552
|
+
readonly type: "object";
|
|
1553
|
+
readonly required: readonly ["schema", "projectRoot", "sourceCount"];
|
|
1554
|
+
readonly properties: {
|
|
1555
|
+
readonly schema: {
|
|
1556
|
+
readonly const: "sharkcraft.memory/v1";
|
|
1557
|
+
};
|
|
1558
|
+
readonly projectRoot: {
|
|
1559
|
+
readonly type: "string";
|
|
1560
|
+
};
|
|
1561
|
+
readonly sourceCount: {
|
|
1562
|
+
readonly type: "integer";
|
|
1563
|
+
};
|
|
1564
|
+
readonly files: {
|
|
1565
|
+
readonly type: "array";
|
|
1566
|
+
};
|
|
1567
|
+
readonly diagnostics: {
|
|
1568
|
+
readonly type: "array";
|
|
1569
|
+
};
|
|
1570
|
+
};
|
|
1571
|
+
};
|
|
1572
|
+
export declare const HealingPlanSchema: {
|
|
1573
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1574
|
+
readonly $id: "https://shrkcrft.dev/schemas/healing-plan.json";
|
|
1575
|
+
readonly title: "SharkCraft Healing Plan";
|
|
1576
|
+
readonly type: "object";
|
|
1577
|
+
readonly required: readonly ["schema", "inputKind", "confidence", "recommendedCommands"];
|
|
1578
|
+
readonly properties: {
|
|
1579
|
+
readonly schema: {
|
|
1580
|
+
readonly const: "sharkcraft.healing-plan/v1";
|
|
1581
|
+
};
|
|
1582
|
+
readonly inputKind: {
|
|
1583
|
+
readonly type: "string";
|
|
1584
|
+
};
|
|
1585
|
+
readonly confidence: {
|
|
1586
|
+
readonly type: "string";
|
|
1587
|
+
};
|
|
1588
|
+
readonly recommendedCommands: {
|
|
1589
|
+
readonly type: "array";
|
|
1590
|
+
readonly items: {
|
|
1591
|
+
readonly type: "string";
|
|
1592
|
+
};
|
|
1593
|
+
};
|
|
1594
|
+
readonly safeRecoverySteps: {
|
|
1595
|
+
readonly type: "array";
|
|
1596
|
+
readonly items: {
|
|
1597
|
+
readonly type: "string";
|
|
1598
|
+
};
|
|
1599
|
+
};
|
|
1600
|
+
readonly forbiddenQuickFixes: {
|
|
1601
|
+
readonly type: "array";
|
|
1602
|
+
readonly items: {
|
|
1603
|
+
readonly type: "string";
|
|
1604
|
+
};
|
|
1605
|
+
};
|
|
1606
|
+
};
|
|
1607
|
+
};
|
|
1608
|
+
export declare const ExecutionGraphSchema: {
|
|
1609
|
+
readonly $schema: "https://json-schema.org/draft-07/schema";
|
|
1610
|
+
readonly $id: "https://shrkcrft.dev/schemas/execution-graph.json";
|
|
1611
|
+
readonly title: "SharkCraft Task Execution Graph";
|
|
1612
|
+
readonly type: "object";
|
|
1613
|
+
readonly required: readonly ["schema", "task", "nodes", "edges"];
|
|
1614
|
+
readonly properties: {
|
|
1615
|
+
readonly schema: {
|
|
1616
|
+
readonly const: "sharkcraft.execution-graph/v1";
|
|
1617
|
+
};
|
|
1618
|
+
readonly task: {
|
|
1619
|
+
readonly type: "string";
|
|
1620
|
+
};
|
|
1621
|
+
readonly nodes: {
|
|
1622
|
+
readonly type: "array";
|
|
1623
|
+
};
|
|
1624
|
+
readonly edges: {
|
|
1625
|
+
readonly type: "array";
|
|
1626
|
+
};
|
|
1627
|
+
};
|
|
1628
|
+
};
|
|
1629
|
+
export declare const ALL_SCHEMAS: Readonly<Record<string, unknown>>;
|
|
1630
|
+
//# sourceMappingURL=json-schemas.d.ts.map
|