@shrkcrft/cli 0.1.0-alpha.2 → 0.1.0-alpha.21

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.
Files changed (228) hide show
  1. package/dist/audit/knowledge-audit-llm.d.ts +19 -0
  2. package/dist/audit/knowledge-audit-llm.d.ts.map +1 -0
  3. package/dist/audit/knowledge-audit-llm.js +164 -0
  4. package/dist/audit/knowledge-audit.d.ts +61 -0
  5. package/dist/audit/knowledge-audit.d.ts.map +1 -0
  6. package/dist/audit/knowledge-audit.js +203 -0
  7. package/dist/audit/knowledge-fix-plan-llm.d.ts +11 -0
  8. package/dist/audit/knowledge-fix-plan-llm.d.ts.map +1 -0
  9. package/dist/audit/knowledge-fix-plan-llm.js +141 -0
  10. package/dist/audit/knowledge-fix-plan.d.ts +41 -0
  11. package/dist/audit/knowledge-fix-plan.d.ts.map +1 -0
  12. package/dist/audit/knowledge-fix-plan.js +125 -0
  13. package/dist/audit/pipeline-audit-llm.d.ts +11 -0
  14. package/dist/audit/pipeline-audit-llm.d.ts.map +1 -0
  15. package/dist/audit/pipeline-audit-llm.js +134 -0
  16. package/dist/audit/pipeline-audit.d.ts +69 -0
  17. package/dist/audit/pipeline-audit.d.ts.map +1 -0
  18. package/dist/audit/pipeline-audit.js +166 -0
  19. package/dist/audit/templates-audit-llm.d.ts +19 -0
  20. package/dist/audit/templates-audit-llm.d.ts.map +1 -0
  21. package/dist/audit/templates-audit-llm.js +207 -0
  22. package/dist/audit/templates-audit.d.ts +63 -0
  23. package/dist/audit/templates-audit.d.ts.map +1 -0
  24. package/dist/audit/templates-audit.js +171 -0
  25. package/dist/audit/templates-fix-plan-llm.d.ts +19 -0
  26. package/dist/audit/templates-fix-plan-llm.d.ts.map +1 -0
  27. package/dist/audit/templates-fix-plan-llm.js +162 -0
  28. package/dist/audit/templates-fix-plan.d.ts +37 -0
  29. package/dist/audit/templates-fix-plan.d.ts.map +1 -0
  30. package/dist/audit/templates-fix-plan.js +174 -0
  31. package/dist/command-registry.d.ts +28 -0
  32. package/dist/command-registry.d.ts.map +1 -1
  33. package/dist/command-registry.js +91 -1
  34. package/dist/commands/ai-status.command.d.ts +19 -0
  35. package/dist/commands/ai-status.command.d.ts.map +1 -0
  36. package/dist/commands/ai-status.command.js +94 -0
  37. package/dist/commands/api-diff.command.d.ts +11 -0
  38. package/dist/commands/api-diff.command.d.ts.map +1 -0
  39. package/dist/commands/api-diff.command.js +144 -0
  40. package/dist/commands/apply.command.d.ts.map +1 -1
  41. package/dist/commands/apply.command.js +10 -2
  42. package/dist/commands/arch.command.d.ts +9 -0
  43. package/dist/commands/arch.command.d.ts.map +1 -0
  44. package/dist/commands/arch.command.js +186 -0
  45. package/dist/commands/ask.command.d.ts.map +1 -1
  46. package/dist/commands/ask.command.js +10 -9
  47. package/dist/commands/cache-align.command.d.ts +12 -0
  48. package/dist/commands/cache-align.command.d.ts.map +1 -0
  49. package/dist/commands/cache-align.command.js +78 -0
  50. package/dist/commands/check.command.d.ts.map +1 -1
  51. package/dist/commands/check.command.js +26 -2
  52. package/dist/commands/code-intel.command.d.ts +18 -0
  53. package/dist/commands/code-intel.command.d.ts.map +1 -0
  54. package/dist/commands/code-intel.command.js +146 -0
  55. package/dist/commands/codemod.command.d.ts.map +1 -1
  56. package/dist/commands/codemod.command.js +27 -6
  57. package/dist/commands/command-catalog.d.ts +15 -3
  58. package/dist/commands/command-catalog.d.ts.map +1 -1
  59. package/dist/commands/command-catalog.js +407 -34
  60. package/dist/commands/commands.command.d.ts.map +1 -1
  61. package/dist/commands/commands.command.js +4 -4
  62. package/dist/commands/completion.command.d.ts +10 -0
  63. package/dist/commands/completion.command.d.ts.map +1 -0
  64. package/dist/commands/completion.command.js +121 -0
  65. package/dist/commands/compress.command.d.ts +8 -0
  66. package/dist/commands/compress.command.d.ts.map +1 -0
  67. package/dist/commands/compress.command.js +147 -0
  68. package/dist/commands/constructs.command.d.ts.map +1 -1
  69. package/dist/commands/constructs.command.js +89 -23
  70. package/dist/commands/context.command.d.ts.map +1 -1
  71. package/dist/commands/context.command.js +121 -1
  72. package/dist/commands/contract-gate.command.d.ts.map +1 -1
  73. package/dist/commands/contract-gate.command.js +5 -1
  74. package/dist/commands/delegate.command.d.ts +65 -0
  75. package/dist/commands/delegate.command.d.ts.map +1 -0
  76. package/dist/commands/delegate.command.js +657 -0
  77. package/dist/commands/deps-audit.command.d.ts +23 -0
  78. package/dist/commands/deps-audit.command.d.ts.map +1 -0
  79. package/dist/commands/deps-audit.command.js +270 -0
  80. package/dist/commands/dev.command.d.ts.map +1 -1
  81. package/dist/commands/dev.command.js +5 -2
  82. package/dist/commands/diff-check.command.d.ts +30 -0
  83. package/dist/commands/diff-check.command.d.ts.map +1 -0
  84. package/dist/commands/diff-check.command.js +210 -0
  85. package/dist/commands/doctor.command.d.ts.map +1 -1
  86. package/dist/commands/doctor.command.js +162 -10
  87. package/dist/commands/export.command.d.ts.map +1 -1
  88. package/dist/commands/export.command.js +76 -3
  89. package/dist/commands/framework.command.d.ts +12 -0
  90. package/dist/commands/framework.command.d.ts.map +1 -0
  91. package/dist/commands/framework.command.js +180 -0
  92. package/dist/commands/gate.command.d.ts +15 -0
  93. package/dist/commands/gate.command.d.ts.map +1 -0
  94. package/dist/commands/gate.command.js +300 -0
  95. package/dist/commands/gen.command.d.ts.map +1 -1
  96. package/dist/commands/gen.command.js +13 -1
  97. package/dist/commands/graph-code-subverbs.d.ts +33 -0
  98. package/dist/commands/graph-code-subverbs.d.ts.map +1 -0
  99. package/dist/commands/graph-code-subverbs.js +1385 -0
  100. package/dist/commands/graph.command.d.ts.map +1 -1
  101. package/dist/commands/graph.command.js +31 -2
  102. package/dist/commands/help.command.d.ts +4 -3
  103. package/dist/commands/help.command.d.ts.map +1 -1
  104. package/dist/commands/help.command.js +86 -18
  105. package/dist/commands/helper.command.js +1 -1
  106. package/dist/commands/impact.command.d.ts.map +1 -1
  107. package/dist/commands/impact.command.js +171 -1
  108. package/dist/commands/import.command.d.ts.map +1 -1
  109. package/dist/commands/import.command.js +121 -5
  110. package/dist/commands/ingest.command.d.ts.map +1 -1
  111. package/dist/commands/ingest.command.js +5 -1
  112. package/dist/commands/init.command.d.ts.map +1 -1
  113. package/dist/commands/init.command.js +174 -7
  114. package/dist/commands/knowledge-author.command.d.ts.map +1 -1
  115. package/dist/commands/knowledge-author.command.js +9 -0
  116. package/dist/commands/knowledge-propose.command.d.ts.map +1 -1
  117. package/dist/commands/knowledge-propose.command.js +4 -2
  118. package/dist/commands/knowledge.command.d.ts.map +1 -1
  119. package/dist/commands/knowledge.command.js +26 -3
  120. package/dist/commands/migrate.command.d.ts +13 -0
  121. package/dist/commands/migrate.command.d.ts.map +1 -0
  122. package/dist/commands/migrate.command.js +152 -0
  123. package/dist/commands/move-plan.command.d.ts +23 -0
  124. package/dist/commands/move-plan.command.d.ts.map +1 -0
  125. package/dist/commands/move-plan.command.js +360 -0
  126. package/dist/commands/packs-new.d.ts +1 -1
  127. package/dist/commands/packs-new.d.ts.map +1 -1
  128. package/dist/commands/packs-new.js +5 -36
  129. package/dist/commands/packs.command.d.ts.map +1 -1
  130. package/dist/commands/packs.command.js +2 -10
  131. package/dist/commands/plan-context.command.d.ts +11 -0
  132. package/dist/commands/plan-context.command.d.ts.map +1 -0
  133. package/dist/commands/plan-context.command.js +85 -0
  134. package/dist/commands/preflight.command.d.ts.map +1 -1
  135. package/dist/commands/preflight.command.js +15 -0
  136. package/dist/commands/profiles.command.js +4 -4
  137. package/dist/commands/recommend.command.d.ts +6 -0
  138. package/dist/commands/recommend.command.d.ts.map +1 -1
  139. package/dist/commands/recommend.command.js +119 -5
  140. package/dist/commands/release.command.js +13 -13
  141. package/dist/commands/rule-graph-subverbs.d.ts +3 -0
  142. package/dist/commands/rule-graph-subverbs.d.ts.map +1 -0
  143. package/dist/commands/rule-graph-subverbs.js +132 -0
  144. package/dist/commands/rules.command.d.ts.map +1 -1
  145. package/dist/commands/rules.command.js +20 -3
  146. package/dist/commands/scaffold-validate.command.d.ts +22 -0
  147. package/dist/commands/scaffold-validate.command.d.ts.map +1 -0
  148. package/dist/commands/scaffold-validate.command.js +215 -0
  149. package/dist/commands/search-structural.command.d.ts +18 -0
  150. package/dist/commands/search-structural.command.d.ts.map +1 -0
  151. package/dist/commands/search-structural.command.js +376 -0
  152. package/dist/commands/search.command.js +1 -1
  153. package/dist/commands/smart-context.command.d.ts +67 -0
  154. package/dist/commands/smart-context.command.d.ts.map +1 -0
  155. package/dist/commands/smart-context.command.js +4728 -0
  156. package/dist/commands/spike.command.d.ts +22 -0
  157. package/dist/commands/spike.command.d.ts.map +1 -0
  158. package/dist/commands/spike.command.js +235 -0
  159. package/dist/commands/surface.command.d.ts +1 -0
  160. package/dist/commands/surface.command.d.ts.map +1 -1
  161. package/dist/commands/surface.command.js +10 -3
  162. package/dist/commands/task-context.command.d.ts.map +1 -1
  163. package/dist/commands/task-context.command.js +5 -17
  164. package/dist/commands/task.command.d.ts.map +1 -1
  165. package/dist/commands/task.command.js +8 -2
  166. package/dist/commands/template-quality.command.d.ts.map +1 -1
  167. package/dist/commands/template-quality.command.js +39 -3
  168. package/dist/commands/templates.command.d.ts.map +1 -1
  169. package/dist/commands/templates.command.js +37 -2
  170. package/dist/commands/tests.command.d.ts.map +1 -1
  171. package/dist/commands/tests.command.js +13 -2
  172. package/dist/commands/watch.command.d.ts +26 -0
  173. package/dist/commands/watch.command.d.ts.map +1 -0
  174. package/dist/commands/watch.command.js +456 -0
  175. package/dist/dashboard/code-intelligence-data.d.ts +33 -0
  176. package/dist/dashboard/code-intelligence-data.d.ts.map +1 -0
  177. package/dist/dashboard/code-intelligence-data.js +329 -0
  178. package/dist/dashboard/dashboard-api-server.d.ts.map +1 -1
  179. package/dist/dashboard/dashboard-api-server.js +256 -2
  180. package/dist/dashboard/knowledge-ask.d.ts +4 -0
  181. package/dist/dashboard/knowledge-ask.d.ts.map +1 -0
  182. package/dist/dashboard/knowledge-ask.js +112 -0
  183. package/dist/env/load-dotenv.d.ts +15 -0
  184. package/dist/env/load-dotenv.d.ts.map +1 -0
  185. package/dist/env/load-dotenv.js +70 -0
  186. package/dist/export/claude-commands-export.d.ts +60 -0
  187. package/dist/export/claude-commands-export.d.ts.map +1 -0
  188. package/dist/export/claude-commands-export.js +276 -0
  189. package/dist/export/export-formats.d.ts +1 -1
  190. package/dist/export/export-formats.d.ts.map +1 -1
  191. package/dist/export/export-formats.js +139 -12
  192. package/dist/index.d.ts +3 -0
  193. package/dist/index.d.ts.map +1 -1
  194. package/dist/index.js +3 -0
  195. package/dist/init/init-templates.d.ts.map +1 -1
  196. package/dist/init/init-templates.js +133 -113
  197. package/dist/init/paths-advisory.d.ts +20 -0
  198. package/dist/init/paths-advisory.d.ts.map +1 -0
  199. package/dist/init/paths-advisory.js +88 -0
  200. package/dist/main.d.ts.map +1 -1
  201. package/dist/main.js +331 -17
  202. package/dist/output/ccr-store-config.d.ts +18 -0
  203. package/dist/output/ccr-store-config.d.ts.map +1 -0
  204. package/dist/output/ccr-store-config.js +41 -0
  205. package/dist/output/format-output.d.ts.map +1 -1
  206. package/dist/output/format-output.js +6 -1
  207. package/dist/output/output-compression.d.ts +15 -0
  208. package/dist/output/output-compression.d.ts.map +1 -0
  209. package/dist/output/output-compression.js +60 -0
  210. package/dist/output/resolve-compress-type.d.ts +22 -0
  211. package/dist/output/resolve-compress-type.d.ts.map +1 -0
  212. package/dist/output/resolve-compress-type.js +21 -0
  213. package/dist/output/watch-loop.d.ts +9 -1
  214. package/dist/output/watch-loop.d.ts.map +1 -1
  215. package/dist/output/watch-loop.js +13 -3
  216. package/dist/schemas/json-schemas.d.ts +384 -36
  217. package/dist/schemas/json-schemas.d.ts.map +1 -1
  218. package/dist/schemas/json-schemas.js +247 -36
  219. package/dist/surface/profiles.d.ts.map +1 -1
  220. package/dist/surface/profiles.js +54 -10
  221. package/dist/surface/surface-config-writer.d.ts.map +1 -1
  222. package/dist/surface/surface-config-writer.js +23 -11
  223. package/dist/validation/run-validation-loop.d.ts.map +1 -1
  224. package/dist/validation/run-validation-loop.js +5 -1
  225. package/package.json +35 -21
  226. package/dist/commands/plugin.command.d.ts +0 -11
  227. package/dist/commands/plugin.command.d.ts.map +0 -1
  228. package/dist/commands/plugin.command.js +0 -394
@@ -6,7 +6,7 @@
6
6
  */
7
7
  export declare const PackManifestSchema: {
8
8
  readonly $schema: "https://json-schema.org/draft-07/schema";
9
- readonly $id: "https://shrkcrft.dev/schemas/pack-manifest.json";
9
+ readonly $id: "urn:sharkcraft:schemas:pack-manifest";
10
10
  readonly title: "SharkCraft Pack Manifest";
11
11
  readonly type: "object";
12
12
  readonly additionalProperties: true;
@@ -90,7 +90,7 @@ export declare const PackManifestSchema: {
90
90
  };
91
91
  export declare const SavedPlanSchema: {
92
92
  readonly $schema: "https://json-schema.org/draft-07/schema";
93
- readonly $id: "https://shrkcrft.dev/schemas/saved-plan.json";
93
+ readonly $id: "urn:sharkcraft:schemas:saved-plan";
94
94
  readonly title: "SharkCraft Saved Plan";
95
95
  readonly type: "object";
96
96
  readonly additionalProperties: false;
@@ -161,7 +161,7 @@ export declare const SavedPlanSchema: {
161
161
  };
162
162
  export declare const ActionHintsSchema: {
163
163
  readonly $schema: "https://json-schema.org/draft-07/schema";
164
- readonly $id: "https://shrkcrft.dev/schemas/action-hints.json";
164
+ readonly $id: "urn:sharkcraft:schemas:action-hints";
165
165
  readonly title: "SharkCraft Action Hints";
166
166
  readonly type: "object";
167
167
  readonly additionalProperties: false;
@@ -260,7 +260,7 @@ export declare const ActionHintsSchema: {
260
260
  };
261
261
  export declare const PipelineDefinitionSchema: {
262
262
  readonly $schema: "https://json-schema.org/draft-07/schema";
263
- readonly $id: "https://shrkcrft.dev/schemas/pipeline-definition.json";
263
+ readonly $id: "urn:sharkcraft:schemas:pipeline-definition";
264
264
  readonly title: "SharkCraft Pipeline Definition";
265
265
  readonly type: "object";
266
266
  readonly required: readonly ["id", "title", "description", "steps"];
@@ -378,7 +378,7 @@ export declare const PipelineDefinitionSchema: {
378
378
  };
379
379
  export declare const KnowledgeEntrySchema: {
380
380
  readonly $schema: "https://json-schema.org/draft-07/schema";
381
- readonly $id: "https://shrkcrft.dev/schemas/knowledge-entry.json";
381
+ readonly $id: "urn:sharkcraft:schemas:knowledge-entry";
382
382
  readonly title: "SharkCraft Knowledge Entry";
383
383
  readonly type: "object";
384
384
  readonly required: readonly ["id", "title", "type", "priority", "content"];
@@ -427,7 +427,7 @@ export declare const KnowledgeEntrySchema: {
427
427
  };
428
428
  export declare const AdoptionStateSchema: {
429
429
  readonly $schema: "https://json-schema.org/draft-07/schema";
430
- readonly $id: "https://shrkcrft.dev/schemas/adoption-state.json";
430
+ readonly $id: "urn:sharkcraft:schemas:adoption-state";
431
431
  readonly title: "SharkCraft Adoption State";
432
432
  readonly type: "object";
433
433
  readonly required: readonly ["schema", "projectRoot", "createdAt", "updatedAt", "patchPath"];
@@ -550,9 +550,357 @@ export declare const AdoptionStateSchema: {
550
550
  };
551
551
  };
552
552
  };
553
+ export declare const SmartContextExpansionRequestSchema: {
554
+ readonly $schema: "https://json-schema.org/draft-07/schema";
555
+ readonly $id: "urn:sharkcraft:schemas:smart-context-expansion-request";
556
+ readonly title: "Smart Context Expansion Request";
557
+ readonly type: "object";
558
+ readonly additionalProperties: false;
559
+ readonly properties: {
560
+ readonly summary: {
561
+ readonly type: "string";
562
+ };
563
+ readonly filesToRead: {
564
+ readonly type: "array";
565
+ readonly items: {
566
+ readonly type: "object";
567
+ readonly additionalProperties: false;
568
+ readonly required: readonly ["target", "why"];
569
+ readonly properties: {
570
+ readonly target: {
571
+ readonly type: "string";
572
+ readonly minLength: 1;
573
+ };
574
+ readonly why: {
575
+ readonly type: "string";
576
+ readonly minLength: 1;
577
+ };
578
+ };
579
+ };
580
+ };
581
+ readonly similarPatterns: {
582
+ readonly type: "array";
583
+ readonly items: {
584
+ readonly type: "object";
585
+ readonly additionalProperties: false;
586
+ readonly required: readonly ["target", "why"];
587
+ readonly properties: {
588
+ readonly target: {
589
+ readonly type: "string";
590
+ readonly minLength: 1;
591
+ };
592
+ readonly why: {
593
+ readonly type: "string";
594
+ readonly minLength: 1;
595
+ };
596
+ };
597
+ };
598
+ };
599
+ readonly publicApiFiles: {
600
+ readonly type: "array";
601
+ readonly items: {
602
+ readonly type: "object";
603
+ readonly additionalProperties: false;
604
+ readonly required: readonly ["target", "why"];
605
+ readonly properties: {
606
+ readonly target: {
607
+ readonly type: "string";
608
+ readonly minLength: 1;
609
+ };
610
+ readonly why: {
611
+ readonly type: "string";
612
+ readonly minLength: 1;
613
+ };
614
+ };
615
+ };
616
+ };
617
+ readonly testsToInspect: {
618
+ readonly type: "array";
619
+ readonly items: {
620
+ readonly type: "object";
621
+ readonly additionalProperties: false;
622
+ readonly required: readonly ["target", "why"];
623
+ readonly properties: {
624
+ readonly target: {
625
+ readonly type: "string";
626
+ readonly minLength: 1;
627
+ };
628
+ readonly why: {
629
+ readonly type: "string";
630
+ readonly minLength: 1;
631
+ };
632
+ };
633
+ };
634
+ };
635
+ readonly architectureRules: {
636
+ readonly type: "array";
637
+ readonly items: {
638
+ readonly type: "object";
639
+ readonly additionalProperties: false;
640
+ readonly required: readonly ["id", "why"];
641
+ readonly properties: {
642
+ readonly id: {
643
+ readonly type: "string";
644
+ readonly minLength: 1;
645
+ };
646
+ readonly why: {
647
+ readonly type: "string";
648
+ readonly minLength: 1;
649
+ };
650
+ };
651
+ };
652
+ };
653
+ readonly riskyAreas: {
654
+ readonly type: "array";
655
+ readonly items: {
656
+ readonly type: "string";
657
+ };
658
+ };
659
+ readonly missingInformation: {
660
+ readonly type: "array";
661
+ readonly items: {
662
+ readonly type: "string";
663
+ };
664
+ };
665
+ };
666
+ };
667
+ export declare const SmartContextDetailedPlanSchema: {
668
+ readonly $schema: "https://json-schema.org/draft-07/schema";
669
+ readonly $id: "urn:sharkcraft:schemas:smart-context-detailed-plan";
670
+ readonly title: "Smart Context Detailed Development Plan";
671
+ readonly type: "object";
672
+ readonly additionalProperties: false;
673
+ readonly required: readonly ["summary", "taskUnderstanding", "likelyTechnicalApproach", "handoffSummary"];
674
+ readonly properties: {
675
+ readonly summary: {
676
+ readonly type: "string";
677
+ readonly minLength: 1;
678
+ };
679
+ readonly taskUnderstanding: {
680
+ readonly type: "string";
681
+ readonly minLength: 1;
682
+ };
683
+ readonly likelyTechnicalApproach: {
684
+ readonly type: "string";
685
+ readonly minLength: 1;
686
+ };
687
+ readonly existingPatternsToFollow: {
688
+ readonly type: "array";
689
+ readonly items: {
690
+ readonly type: "object";
691
+ readonly additionalProperties: false;
692
+ readonly required: readonly ["path", "why"];
693
+ readonly properties: {
694
+ readonly path: {
695
+ readonly type: "string";
696
+ readonly minLength: 1;
697
+ };
698
+ readonly why: {
699
+ readonly type: "string";
700
+ readonly minLength: 1;
701
+ };
702
+ };
703
+ };
704
+ };
705
+ readonly filesToRead: {
706
+ readonly type: "array";
707
+ readonly items: {
708
+ readonly type: "object";
709
+ readonly additionalProperties: false;
710
+ readonly required: readonly ["path", "why"];
711
+ readonly properties: {
712
+ readonly path: {
713
+ readonly type: "string";
714
+ readonly minLength: 1;
715
+ };
716
+ readonly why: {
717
+ readonly type: "string";
718
+ readonly minLength: 1;
719
+ };
720
+ };
721
+ };
722
+ };
723
+ readonly likelyFilesToModify: {
724
+ readonly type: "array";
725
+ readonly items: {
726
+ readonly type: "object";
727
+ readonly additionalProperties: false;
728
+ readonly required: readonly ["path", "why"];
729
+ readonly properties: {
730
+ readonly path: {
731
+ readonly type: "string";
732
+ readonly minLength: 1;
733
+ };
734
+ readonly why: {
735
+ readonly type: "string";
736
+ readonly minLength: 1;
737
+ };
738
+ };
739
+ };
740
+ };
741
+ readonly filesToAvoid: {
742
+ readonly type: "array";
743
+ readonly items: {
744
+ readonly type: "object";
745
+ readonly additionalProperties: false;
746
+ readonly required: readonly ["path", "why"];
747
+ readonly properties: {
748
+ readonly path: {
749
+ readonly type: "string";
750
+ readonly minLength: 1;
751
+ };
752
+ readonly why: {
753
+ readonly type: "string";
754
+ readonly minLength: 1;
755
+ };
756
+ };
757
+ };
758
+ };
759
+ readonly publicApiFiles: {
760
+ readonly type: "array";
761
+ readonly items: {
762
+ readonly type: "object";
763
+ readonly additionalProperties: false;
764
+ readonly required: readonly ["path", "why"];
765
+ readonly properties: {
766
+ readonly path: {
767
+ readonly type: "string";
768
+ readonly minLength: 1;
769
+ };
770
+ readonly why: {
771
+ readonly type: "string";
772
+ readonly minLength: 1;
773
+ };
774
+ };
775
+ };
776
+ };
777
+ readonly testsToInspect: {
778
+ readonly type: "array";
779
+ readonly items: {
780
+ readonly type: "object";
781
+ readonly additionalProperties: false;
782
+ readonly required: readonly ["path", "why"];
783
+ readonly properties: {
784
+ readonly path: {
785
+ readonly type: "string";
786
+ readonly minLength: 1;
787
+ };
788
+ readonly why: {
789
+ readonly type: "string";
790
+ readonly minLength: 1;
791
+ };
792
+ };
793
+ };
794
+ };
795
+ readonly architectureConstraints: {
796
+ readonly type: "array";
797
+ readonly items: {
798
+ readonly type: "string";
799
+ };
800
+ };
801
+ readonly relatedRules: {
802
+ readonly type: "array";
803
+ readonly items: {
804
+ readonly type: "object";
805
+ readonly additionalProperties: false;
806
+ readonly required: readonly ["id", "title", "applyWhen"];
807
+ readonly properties: {
808
+ readonly id: {
809
+ readonly type: "string";
810
+ readonly minLength: 1;
811
+ };
812
+ readonly title: {
813
+ readonly type: "string";
814
+ readonly minLength: 1;
815
+ };
816
+ readonly applyWhen: {
817
+ readonly type: "string";
818
+ readonly minLength: 1;
819
+ };
820
+ };
821
+ };
822
+ };
823
+ readonly relatedTemplates: {
824
+ readonly type: "array";
825
+ readonly items: {
826
+ readonly type: "object";
827
+ readonly additionalProperties: false;
828
+ readonly required: readonly ["id", "useFor"];
829
+ readonly properties: {
830
+ readonly id: {
831
+ readonly type: "string";
832
+ readonly minLength: 1;
833
+ };
834
+ readonly useFor: {
835
+ readonly type: "string";
836
+ readonly minLength: 1;
837
+ };
838
+ };
839
+ };
840
+ };
841
+ readonly firstCommands: {
842
+ readonly type: "array";
843
+ readonly items: {
844
+ readonly type: "object";
845
+ readonly additionalProperties: false;
846
+ readonly required: readonly ["command", "why"];
847
+ readonly properties: {
848
+ readonly command: {
849
+ readonly type: "string";
850
+ readonly minLength: 1;
851
+ };
852
+ readonly why: {
853
+ readonly type: "string";
854
+ readonly minLength: 1;
855
+ };
856
+ };
857
+ };
858
+ };
859
+ readonly implementationSteps: {
860
+ readonly type: "array";
861
+ readonly items: {
862
+ readonly type: "object";
863
+ readonly additionalProperties: false;
864
+ readonly required: readonly ["step", "details"];
865
+ readonly properties: {
866
+ readonly step: {
867
+ readonly type: "string";
868
+ readonly minLength: 1;
869
+ };
870
+ readonly details: {
871
+ readonly type: "string";
872
+ readonly minLength: 1;
873
+ };
874
+ };
875
+ };
876
+ };
877
+ readonly risks: {
878
+ readonly type: "array";
879
+ readonly items: {
880
+ readonly type: "string";
881
+ };
882
+ };
883
+ readonly unknowns: {
884
+ readonly type: "array";
885
+ readonly items: {
886
+ readonly type: "string";
887
+ };
888
+ };
889
+ readonly validationCommands: {
890
+ readonly type: "array";
891
+ readonly items: {
892
+ readonly type: "string";
893
+ };
894
+ };
895
+ readonly handoffSummary: {
896
+ readonly type: "string";
897
+ readonly minLength: 1;
898
+ };
899
+ };
900
+ };
553
901
  export declare const AdoptionSummarySchema: {
554
902
  readonly $schema: "https://json-schema.org/draft-07/schema";
555
- readonly $id: "https://shrkcrft.dev/schemas/adoption-summary.json";
903
+ readonly $id: "urn:sharkcraft:schemas:adoption-summary";
556
904
  readonly title: "SharkCraft Adoption Summary";
557
905
  readonly type: "object";
558
906
  readonly required: readonly ["confidence", "summary", "items", "format", "targets"];
@@ -579,7 +927,7 @@ export declare const AdoptionSummarySchema: {
579
927
  };
580
928
  export declare const ScaffoldPatternSchema: {
581
929
  readonly $schema: "https://json-schema.org/draft-07/schema";
582
- readonly $id: "https://shrkcrft.dev/schemas/scaffold-pattern.json";
930
+ readonly $id: "urn:sharkcraft:schemas:scaffold-pattern";
583
931
  readonly title: "SharkCraft Scaffold Pattern";
584
932
  readonly type: "object";
585
933
  readonly required: readonly ["id", "title", "description", "matchPaths", "templateId", "variables", "appliesWhen", "confidence"];
@@ -659,7 +1007,7 @@ export declare const ScaffoldPatternSchema: {
659
1007
  };
660
1008
  export declare const InferredTemplateCandidateV2Schema: {
661
1009
  readonly $schema: "https://json-schema.org/draft-07/schema";
662
- readonly $id: "https://shrkcrft.dev/schemas/inferred-template-candidate-v2.json";
1010
+ readonly $id: "urn:sharkcraft:schemas:inferred-template-candidate-v2";
663
1011
  readonly title: "SharkCraft Inferred Template Candidate v2";
664
1012
  readonly type: "object";
665
1013
  readonly required: readonly ["schema", "sample"];
@@ -709,7 +1057,7 @@ export declare const InferredTemplateCandidateV2Schema: {
709
1057
  };
710
1058
  export declare const QualityReportSchema: {
711
1059
  readonly $schema: "https://json-schema.org/draft-07/schema";
712
- readonly $id: "https://shrkcrft.dev/schemas/quality-report.json";
1060
+ readonly $id: "urn:sharkcraft:schemas:quality-report";
713
1061
  readonly title: "SharkCraft Quality Report";
714
1062
  readonly type: "object";
715
1063
  readonly required: readonly ["overall", "gates", "score"];
@@ -748,7 +1096,7 @@ export declare const QualityReportSchema: {
748
1096
  };
749
1097
  export declare const SafetyAuditSchema: {
750
1098
  readonly $schema: "https://json-schema.org/draft-07/schema";
751
- readonly $id: "https://shrkcrft.dev/schemas/safety-audit.json";
1099
+ readonly $id: "urn:sharkcraft:schemas:safety-audit";
752
1100
  readonly title: "SharkCraft Safety Audit";
753
1101
  readonly type: "object";
754
1102
  readonly required: readonly ["mcp", "commands"];
@@ -786,7 +1134,7 @@ export declare const SafetyAuditSchema: {
786
1134
  };
787
1135
  export declare const DevSessionStateSchema: {
788
1136
  readonly $schema: "https://json-schema.org/draft-07/schema";
789
- readonly $id: "https://shrkcrft.dev/schemas/dev-session-state.json";
1137
+ readonly $id: "urn:sharkcraft:schemas:dev-session-state";
790
1138
  readonly title: "SharkCraft Dev Session State";
791
1139
  readonly type: "object";
792
1140
  readonly required: readonly ["schema", "id", "task", "phase"];
@@ -849,7 +1197,7 @@ export declare const DevSessionStateSchema: {
849
1197
  };
850
1198
  export declare const DashboardApiEnvelopeSchema: {
851
1199
  readonly $schema: "https://json-schema.org/draft-07/schema";
852
- readonly $id: "https://shrkcrft.dev/schemas/dashboard-api-envelope.json";
1200
+ readonly $id: "urn:sharkcraft:schemas:dashboard-api-envelope";
853
1201
  readonly title: "SharkCraft Dashboard API Envelope";
854
1202
  readonly type: "object";
855
1203
  readonly required: readonly ["schema", "generatedAt", "projectRoot", "data"];
@@ -887,7 +1235,7 @@ export declare const DashboardApiEnvelopeSchema: {
887
1235
  };
888
1236
  export declare const DashboardOverviewResponseSchema: {
889
1237
  readonly $schema: "https://json-schema.org/draft-07/schema";
890
- readonly $id: "https://shrkcrft.dev/schemas/dashboard-overview-response.json";
1238
+ readonly $id: "urn:sharkcraft:schemas:dashboard-overview-response";
891
1239
  readonly title: "SharkCraft Dashboard Overview Response";
892
1240
  readonly type: "object";
893
1241
  readonly required: readonly ["readiness", "sharkcraftPresent", "configPresent", "summary", "topRecommendations", "featureAvailability"];
@@ -955,7 +1303,7 @@ export declare const DashboardOverviewResponseSchema: {
955
1303
  };
956
1304
  export declare const DashboardAdoptionResponseSchema: {
957
1305
  readonly $schema: "https://json-schema.org/draft-07/schema";
958
- readonly $id: "https://shrkcrft.dev/schemas/dashboard-adoption-response.json";
1306
+ readonly $id: "urn:sharkcraft:schemas:dashboard-adoption-response";
959
1307
  readonly title: "SharkCraft Dashboard Adoption Response";
960
1308
  readonly type: "object";
961
1309
  readonly required: readonly ["available", "nextCommands", "artifacts"];
@@ -976,7 +1324,7 @@ export declare const DashboardAdoptionResponseSchema: {
976
1324
  };
977
1325
  export declare const DashboardSessionResponseSchema: {
978
1326
  readonly $schema: "https://json-schema.org/draft-07/schema";
979
- readonly $id: "https://shrkcrft.dev/schemas/dashboard-session-response.json";
1327
+ readonly $id: "urn:sharkcraft:schemas:dashboard-session-response";
980
1328
  readonly title: "SharkCraft Dashboard Session Response";
981
1329
  readonly type: "object";
982
1330
  readonly required: readonly ["available", "sessionId", "artifacts", "commandHints"];
@@ -1015,7 +1363,7 @@ export declare const DashboardSessionResponseSchema: {
1015
1363
  };
1016
1364
  export declare const AdoptionMergePreviewSchema: {
1017
1365
  readonly $schema: "https://json-schema.org/draft-07/schema";
1018
- readonly $id: "https://shrkcrft.dev/schemas/adoption-merge-preview.json";
1366
+ readonly $id: "urn:sharkcraft:schemas:adoption-merge-preview";
1019
1367
  readonly title: "SharkCraft Adoption Merge Preview";
1020
1368
  readonly type: "object";
1021
1369
  readonly required: readonly ["schema", "targets", "safeBlocks", "manualReview", "lowConfidenceSkipped"];
@@ -1054,7 +1402,7 @@ export declare const AdoptionMergePreviewSchema: {
1054
1402
  };
1055
1403
  export declare const AdoptionReportSchema: {
1056
1404
  readonly $schema: "https://json-schema.org/draft-07/schema";
1057
- readonly $id: "https://shrkcrft.dev/schemas/adoption-report.json";
1405
+ readonly $id: "urn:sharkcraft:schemas:adoption-report";
1058
1406
  readonly title: "SharkCraft Adoption Report";
1059
1407
  readonly type: "object";
1060
1408
  readonly required: readonly ["schema"];
@@ -1099,7 +1447,7 @@ export declare const AdoptionReportSchema: {
1099
1447
  };
1100
1448
  export declare const FeatureBundleSchema: {
1101
1449
  readonly $schema: "https://json-schema.org/draft-07/schema";
1102
- readonly $id: "https://shrkcrft.dev/schemas/feature-bundle.json";
1450
+ readonly $id: "urn:sharkcraft:schemas:feature-bundle";
1103
1451
  readonly title: "SharkCraft Feature Workflow Bundle";
1104
1452
  readonly type: "object";
1105
1453
  readonly additionalProperties: true;
@@ -1151,7 +1499,7 @@ export declare const FeatureBundleSchema: {
1151
1499
  };
1152
1500
  export declare const PlanDependencyGraphSchema: {
1153
1501
  readonly $schema: "https://json-schema.org/draft-07/schema";
1154
- readonly $id: "https://shrkcrft.dev/schemas/plan-dependency-graph.json";
1502
+ readonly $id: "urn:sharkcraft:schemas:plan-dependency-graph";
1155
1503
  readonly title: "SharkCraft Plan Dependency Graph";
1156
1504
  readonly type: "object";
1157
1505
  readonly required: readonly ["schema", "bundleId", "nodes", "edges"];
@@ -1175,7 +1523,7 @@ export declare const PlanDependencyGraphSchema: {
1175
1523
  };
1176
1524
  export declare const AreaMapSchema: {
1177
1525
  readonly $schema: "https://json-schema.org/draft-07/schema";
1178
- readonly $id: "https://shrkcrft.dev/schemas/area-map.json";
1526
+ readonly $id: "urn:sharkcraft:schemas:area-map";
1179
1527
  readonly title: "SharkCraft Repository Area Map";
1180
1528
  readonly type: "object";
1181
1529
  readonly required: readonly ["schema", "projectRoot", "areas"];
@@ -1196,7 +1544,7 @@ export declare const AreaMapSchema: {
1196
1544
  };
1197
1545
  export declare const ImpactAnalysisSchema: {
1198
1546
  readonly $schema: "https://json-schema.org/draft-07/schema";
1199
- readonly $id: "https://shrkcrft.dev/schemas/impact-analysis.json";
1547
+ readonly $id: "urn:sharkcraft:schemas:impact-analysis";
1200
1548
  readonly title: "SharkCraft Impact Analysis";
1201
1549
  readonly type: "object";
1202
1550
  readonly required: readonly ["schema", "task"];
@@ -1220,7 +1568,7 @@ export declare const ImpactAnalysisSchema: {
1220
1568
  };
1221
1569
  export declare const TestImpactSchema: {
1222
1570
  readonly $schema: "https://json-schema.org/draft-07/schema";
1223
- readonly $id: "https://shrkcrft.dev/schemas/test-impact.json";
1571
+ readonly $id: "urn:sharkcraft:schemas:test-impact";
1224
1572
  readonly title: "SharkCraft Test Impact";
1225
1573
  readonly type: "object";
1226
1574
  readonly required: readonly ["schema"];
@@ -1241,7 +1589,7 @@ export declare const TestImpactSchema: {
1241
1589
  };
1242
1590
  export declare const OwnershipRuleSchema: {
1243
1591
  readonly $schema: "https://json-schema.org/draft-07/schema";
1244
- readonly $id: "https://shrkcrft.dev/schemas/ownership-rule.json";
1592
+ readonly $id: "urn:sharkcraft:schemas:ownership-rule";
1245
1593
  readonly title: "SharkCraft Ownership Rule";
1246
1594
  readonly type: "object";
1247
1595
  readonly required: readonly ["id", "title", "paths", "owners"];
@@ -1277,7 +1625,7 @@ export declare const OwnershipRuleSchema: {
1277
1625
  };
1278
1626
  export declare const PolicyReportSchema: {
1279
1627
  readonly $schema: "https://json-schema.org/draft-07/schema";
1280
- readonly $id: "https://shrkcrft.dev/schemas/policy-report.json";
1628
+ readonly $id: "urn:sharkcraft:schemas:policy-report";
1281
1629
  readonly title: "SharkCraft Policy Report";
1282
1630
  readonly type: "object";
1283
1631
  readonly required: readonly ["schema", "checks", "summary"];
@@ -1295,7 +1643,7 @@ export declare const PolicyReportSchema: {
1295
1643
  };
1296
1644
  export declare const QualityBaselineSchema: {
1297
1645
  readonly $schema: "https://json-schema.org/draft-07/schema";
1298
- readonly $id: "https://shrkcrft.dev/schemas/quality-baseline.json";
1646
+ readonly $id: "urn:sharkcraft:schemas:quality-baseline";
1299
1647
  readonly title: "SharkCraft Quality Baseline";
1300
1648
  readonly type: "object";
1301
1649
  readonly required: readonly ["schema", "createdAt", "qualityScore"];
@@ -1322,7 +1670,7 @@ export declare const QualityBaselineSchema: {
1322
1670
  };
1323
1671
  export declare const DriftBaselineSchema: {
1324
1672
  readonly $schema: "https://json-schema.org/draft-07/schema";
1325
- readonly $id: "https://shrkcrft.dev/schemas/drift-baseline.json";
1673
+ readonly $id: "urn:sharkcraft:schemas:drift-baseline";
1326
1674
  readonly title: "SharkCraft Drift Baseline";
1327
1675
  readonly type: "object";
1328
1676
  readonly required: readonly ["schema", "findings"];
@@ -1337,7 +1685,7 @@ export declare const DriftBaselineSchema: {
1337
1685
  };
1338
1686
  export declare const ReviewPacketV2Schema: {
1339
1687
  readonly $schema: "https://json-schema.org/draft-07/schema";
1340
- readonly $id: "https://shrkcrft.dev/schemas/review-packet-v2.json";
1688
+ readonly $id: "urn:sharkcraft:schemas:review-packet-v2";
1341
1689
  readonly title: "SharkCraft Review Packet v2";
1342
1690
  readonly type: "object";
1343
1691
  readonly required: readonly ["schema", "base", "impact"];
@@ -1367,7 +1715,7 @@ export declare const ReviewPacketV2Schema: {
1367
1715
  };
1368
1716
  export declare const PackCompatibilitySchema: {
1369
1717
  readonly $schema: "https://json-schema.org/draft-07/schema";
1370
- readonly $id: "https://shrkcrft.dev/schemas/pack-compatibility.json";
1718
+ readonly $id: "urn:sharkcraft:schemas:pack-compatibility";
1371
1719
  readonly title: "SharkCraft Pack Compatibility";
1372
1720
  readonly type: "object";
1373
1721
  readonly required: readonly ["schema", "packageName", "overall"];
@@ -1388,7 +1736,7 @@ export declare const PackCompatibilitySchema: {
1388
1736
  };
1389
1737
  export declare const PackQualityScoreSchema: {
1390
1738
  readonly $schema: "https://json-schema.org/draft-07/schema";
1391
- readonly $id: "https://shrkcrft.dev/schemas/pack-quality-score.json";
1739
+ readonly $id: "urn:sharkcraft:schemas:pack-quality-score";
1392
1740
  readonly title: "SharkCraft Pack Quality Score";
1393
1741
  readonly type: "object";
1394
1742
  readonly required: readonly ["schema", "packageName", "overall"];
@@ -1409,7 +1757,7 @@ export declare const PackQualityScoreSchema: {
1409
1757
  };
1410
1758
  export declare const ImportGraphAnalysisSchema: {
1411
1759
  readonly $schema: "https://json-schema.org/draft-07/schema";
1412
- readonly $id: "https://shrkcrft.dev/schemas/import-graph-analysis.json";
1760
+ readonly $id: "urn:sharkcraft:schemas:import-graph-analysis";
1413
1761
  readonly title: "SharkCraft Import Graph Analysis";
1414
1762
  readonly type: "object";
1415
1763
  readonly required: readonly ["schema"];
@@ -1433,7 +1781,7 @@ export declare const ImportGraphAnalysisSchema: {
1433
1781
  };
1434
1782
  export declare const AgentContractSchema: {
1435
1783
  readonly $schema: "https://json-schema.org/draft-07/schema";
1436
- readonly $id: "https://shrkcrft.dev/schemas/agent-contract.json";
1784
+ readonly $id: "urn:sharkcraft:schemas:agent-contract";
1437
1785
  readonly title: "SharkCraft Agent Contract";
1438
1786
  readonly type: "object";
1439
1787
  readonly required: readonly ["schema", "task", "role", "mode"];
@@ -1514,7 +1862,7 @@ export declare const AgentContractSchema: {
1514
1862
  };
1515
1863
  export declare const PlanSimulationSchema: {
1516
1864
  readonly $schema: "https://json-schema.org/draft-07/schema";
1517
- readonly $id: "https://shrkcrft.dev/schemas/plan-simulation.json";
1865
+ readonly $id: "urn:sharkcraft:schemas:plan-simulation";
1518
1866
  readonly title: "SharkCraft Plan Simulation Report";
1519
1867
  readonly type: "object";
1520
1868
  readonly required: readonly ["schema", "source", "planSchema", "applyReadiness", "files"];
@@ -1547,7 +1895,7 @@ export declare const PlanSimulationSchema: {
1547
1895
  };
1548
1896
  export declare const RepoMemorySchema: {
1549
1897
  readonly $schema: "https://json-schema.org/draft-07/schema";
1550
- readonly $id: "https://shrkcrft.dev/schemas/repo-memory.json";
1898
+ readonly $id: "urn:sharkcraft:schemas:repo-memory";
1551
1899
  readonly title: "SharkCraft Repository Memory Index";
1552
1900
  readonly type: "object";
1553
1901
  readonly required: readonly ["schema", "projectRoot", "sourceCount"];
@@ -1571,7 +1919,7 @@ export declare const RepoMemorySchema: {
1571
1919
  };
1572
1920
  export declare const HealingPlanSchema: {
1573
1921
  readonly $schema: "https://json-schema.org/draft-07/schema";
1574
- readonly $id: "https://shrkcrft.dev/schemas/healing-plan.json";
1922
+ readonly $id: "urn:sharkcraft:schemas:healing-plan";
1575
1923
  readonly title: "SharkCraft Healing Plan";
1576
1924
  readonly type: "object";
1577
1925
  readonly required: readonly ["schema", "inputKind", "confidence", "recommendedCommands"];
@@ -1607,7 +1955,7 @@ export declare const HealingPlanSchema: {
1607
1955
  };
1608
1956
  export declare const ExecutionGraphSchema: {
1609
1957
  readonly $schema: "https://json-schema.org/draft-07/schema";
1610
- readonly $id: "https://shrkcrft.dev/schemas/execution-graph.json";
1958
+ readonly $id: "urn:sharkcraft:schemas:execution-graph";
1611
1959
  readonly title: "SharkCraft Task Execution Graph";
1612
1960
  readonly type: "object";
1613
1961
  readonly required: readonly ["schema", "task", "nodes", "edges"];