@openplanr/protocol 0.2.0

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 (334) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +82 -0
  3. package/lib/dashboard/closed-json-contract.mjs +141 -0
  4. package/lib/dashboard/generated/operate-experience-surface-schema-data.mjs +67 -0
  5. package/lib/dashboard/generated/operate-review-schema-data.mjs +35 -0
  6. package/lib/dashboard/generated/operate-schema-token-codec.mjs +127 -0
  7. package/lib/dashboard/operate-experience-audit-display-contract.d.mts +196 -0
  8. package/lib/dashboard/operate-experience-audit-display-contract.mjs +700 -0
  9. package/lib/dashboard/operate-experience-display-contract.d.mts +572 -0
  10. package/lib/dashboard/operate-experience-display-contract.mjs +1007 -0
  11. package/lib/dashboard/operate-experience-surface-contract.d.mts +157 -0
  12. package/lib/dashboard/operate-experience-surface-contract.mjs +91 -0
  13. package/lib/dashboard/operate-review-contract.d.mts +34 -0
  14. package/lib/dashboard/operate-review-contract.mjs +175 -0
  15. package/lib/dashboard/operate-review-display-workspace-contract.d.mts +54 -0
  16. package/lib/dashboard/operate-review-display-workspace-contract.mjs +258 -0
  17. package/lib/dashboard/operate-review-payload-safety.d.mts +7 -0
  18. package/lib/dashboard/operate-review-payload-safety.mjs +42 -0
  19. package/lib/dashboard/operate-review-workspace-projection-v2.d.mts +218 -0
  20. package/lib/protocol/index.d.ts +2638 -0
  21. package/package.json +115 -0
  22. package/registries/commands.json +1952 -0
  23. package/registries/diagram-grammars.json +2407 -0
  24. package/registries/diagram-semantic-patterns.json +111 -0
  25. package/registries/output-paths.json +40 -0
  26. package/registries/outputs.json +864 -0
  27. package/registries/roles.json +661 -0
  28. package/registries/rules.json +261 -0
  29. package/registries/skill-host-profiles.json +247 -0
  30. package/registries/skill-modules.json +1112 -0
  31. package/registries/skill-routing.json +389 -0
  32. package/registries/skills.json +1545 -0
  33. package/registries/task-kinds.json +220 -0
  34. package/registry/adapters.json +110 -0
  35. package/registry/artifact-theme.json +60 -0
  36. package/registry/evaluation-graders.json +303 -0
  37. package/registry/evaluation-host-profiles.json +131 -0
  38. package/registry/frozen-commands.json +15 -0
  39. package/registry/landing-operations.json +20 -0
  40. package/registry/landing-workflows.json +70 -0
  41. package/registry/live-evidence-providers.json +1 -0
  42. package/registry/operate-v2-contracts.json +5965 -0
  43. package/registry/professional-skills.json +115 -0
  44. package/registry/roles.json +14 -0
  45. package/registry/ship-review-specialists.json +42 -0
  46. package/schemas/v1.0.0/design-approved.schema.json +35 -0
  47. package/schemas/v1.0.0/design-feedback.schema.json +169 -0
  48. package/schemas/v1.0.0/design-manifest.schema.json +90 -0
  49. package/schemas/v1.0.0/design-session.schema.json +73 -0
  50. package/schemas/v1.0.0/graph.schema.json +100 -0
  51. package/schemas/v1.0.0/pipeline-shipped.schema.json +154 -0
  52. package/schemas/v1.0.0/run-manifest.schema.json +81 -0
  53. package/schemas/v1.0.0/spec.schema.json +120 -0
  54. package/schemas/v1.0.0/stack.schema.json +184 -0
  55. package/schemas/v1.0.0/story.schema.json +95 -0
  56. package/schemas/v1.0.0/task.schema.json +171 -0
  57. package/schemas/v1.0.0/taste-profile.schema.json +96 -0
  58. package/schemas/v1.1.0/adapter-registry.schema.json +72 -0
  59. package/schemas/v1.1.0/artifact-envelope.schema.json +142 -0
  60. package/schemas/v1.1.0/artifact-paste.schema.json +49 -0
  61. package/schemas/v1.1.0/artifact-review.schema.json +97 -0
  62. package/schemas/v1.1.0/artifact-room-descriptor.schema.json +39 -0
  63. package/schemas/v1.1.0/artifact-room-event.schema.json +184 -0
  64. package/schemas/v1.1.0/artifact-room-signed-event.schema.json +58 -0
  65. package/schemas/v1.1.0/artifact-theme.schema.json +139 -0
  66. package/schemas/v1.1.0/browser-qa-gate.schema.json +21 -0
  67. package/schemas/v1.1.0/browser-qa-result.schema.json +24 -0
  68. package/schemas/v1.1.0/browser-qa-session.schema.json +12 -0
  69. package/schemas/v1.1.0/ecosystem-manifest.schema.json +46 -0
  70. package/schemas/v1.1.0/investigation-diagnosis.schema.json +12 -0
  71. package/schemas/v1.1.0/investigation-event.schema.json +15 -0
  72. package/schemas/v1.1.0/investigation-experiment.schema.json +17 -0
  73. package/schemas/v1.1.0/investigation-fix.schema.json +11 -0
  74. package/schemas/v1.1.0/investigation-hypothesis.schema.json +6 -0
  75. package/schemas/v1.1.0/investigation-observation.schema.json +10 -0
  76. package/schemas/v1.1.0/investigation-receipt.schema.json +7 -0
  77. package/schemas/v1.1.0/investigation-record.schema.json +7 -0
  78. package/schemas/v1.1.0/investigation-request.schema.json +34 -0
  79. package/schemas/v1.1.0/planning-review-event.schema.json +64 -0
  80. package/schemas/v1.1.0/planning-review-receipt.schema.json +19 -0
  81. package/schemas/v1.1.0/planning-review-record.schema.json +176 -0
  82. package/schemas/v1.1.0/planning-review-state.schema.json +19 -0
  83. package/schemas/v1.1.0/professional-skills.schema.json +105 -0
  84. package/schemas/v1.1.0/professional-specification.schema.json +111 -0
  85. package/schemas/v1.1.0/provenance-event.schema.json +82 -0
  86. package/schemas/v1.1.0/role-registry.schema.json +28 -0
  87. package/schemas/v1.1.0/runtime-lock.schema.json +39 -0
  88. package/schemas/v1.1.0/ship-closure.schema.json +353 -0
  89. package/schemas/v1.1.0/ship-review-specialist-registry.schema.json +29 -0
  90. package/schemas/v1.1.0/ship-risk-classification.schema.json +48 -0
  91. package/schemas/v1.1.0/specialist-review-result.schema.json +19 -0
  92. package/schemas/v1.10.0/design-review-bundle.schema.json +584 -0
  93. package/schemas/v1.10.0/design-review-context.schema.json +191 -0
  94. package/schemas/v1.10.0/design-review-handoff.schema.json +407 -0
  95. package/schemas/v1.10.0/design-review-metadata-payload.schema.json +106 -0
  96. package/schemas/v1.11.0/design-review-metadata-payload.schema.json +107 -0
  97. package/schemas/v1.12.0/enterprise-access-context.schema.json +217 -0
  98. package/schemas/v1.12.0/enterprise-agent-handoff.schema.json +508 -0
  99. package/schemas/v1.12.0/enterprise-artifact-revision.schema.json +87 -0
  100. package/schemas/v1.12.0/enterprise-change-proposal.schema.json +359 -0
  101. package/schemas/v1.12.0/enterprise-evidence-reference.schema.json +147 -0
  102. package/schemas/v1.12.0/enterprise-review-thread.schema.json +278 -0
  103. package/schemas/v1.12.0/enterprise-sync-state.schema.json +169 -0
  104. package/schemas/v1.2.0/adapter-registry.schema.json +83 -0
  105. package/schemas/v1.2.0/dashboard-bootstrap.schema.json +219 -0
  106. package/schemas/v1.2.0/ecosystem-release-operation.schema.json +90 -0
  107. package/schemas/v1.2.0/ecosystem-saga.schema.json +54 -0
  108. package/schemas/v1.2.0/evidence-diagnostic.schema.json +77 -0
  109. package/schemas/v1.2.0/guided-answer-envelope.schema.json +73 -0
  110. package/schemas/v1.2.0/guided-confirmation.schema.json +128 -0
  111. package/schemas/v1.2.0/guided-question.schema.json +242 -0
  112. package/schemas/v1.2.0/guided-questionnaire.schema.json +278 -0
  113. package/schemas/v1.2.0/guided-session.schema.json +141 -0
  114. package/schemas/v1.2.0/landing-confirmation.schema.json +17 -0
  115. package/schemas/v1.2.0/landing-event.schema.json +12 -0
  116. package/schemas/v1.2.0/landing-operation-registry.schema.json +16 -0
  117. package/schemas/v1.2.0/landing-phase-receipt.schema.json +19 -0
  118. package/schemas/v1.2.0/landing-plan.schema.json +36 -0
  119. package/schemas/v1.2.0/landing-receipt.schema.json +12 -0
  120. package/schemas/v1.2.0/landing-workflow-catalog.schema.json +143 -0
  121. package/schemas/v1.2.0/operate-action-display-workspace.schema.json +119 -0
  122. package/schemas/v1.2.0/operate-cycle-display-workspace.schema.json +109 -0
  123. package/schemas/v1.2.0/operate-executive-board-display-surface.schema.json +72 -0
  124. package/schemas/v1.2.0/operate-experience-audit-display-surface.schema.json +328 -0
  125. package/schemas/v1.2.0/operate-experience-display-surface.schema.json +46 -0
  126. package/schemas/v1.2.0/operate-experience-surface.schema.json +590 -0
  127. package/schemas/v1.2.0/operate-recovery-display-surface.schema.json +85 -0
  128. package/schemas/v1.2.0/structured-action.schema.json +91 -0
  129. package/schemas/v1.3.0/adapter-registry.schema.json +84 -0
  130. package/schemas/v1.3.0/ecosystem-manifest.schema.json +120 -0
  131. package/schemas/v1.3.0/release-compatibility-claim.schema.json +46 -0
  132. package/schemas/v1.3.0/release-ledger-receipt.schema.json +45 -0
  133. package/schemas/v1.3.0/release-ledger.schema.json +60 -0
  134. package/schemas/v1.4.0/adapter-registry.schema.json +62 -0
  135. package/schemas/v1.4.0/evaluation-aggregate-report.schema.json +166 -0
  136. package/schemas/v1.4.0/evaluation-budget.schema.json +49 -0
  137. package/schemas/v1.4.0/evaluation-corpus.schema.json +93 -0
  138. package/schemas/v1.4.0/evaluation-fixture.schema.json +64 -0
  139. package/schemas/v1.4.0/evaluation-gate-policy.schema.json +33 -0
  140. package/schemas/v1.4.0/evaluation-grader-registration.schema.json +141 -0
  141. package/schemas/v1.4.0/evaluation-grader-registry.schema.json +20 -0
  142. package/schemas/v1.4.0/evaluation-host-profile-registry.schema.json +20 -0
  143. package/schemas/v1.4.0/evaluation-host-profile.schema.json +73 -0
  144. package/schemas/v1.4.0/evaluation-observation.schema.json +76 -0
  145. package/schemas/v1.4.0/evaluation-run-result.schema.json +84 -0
  146. package/schemas/v1.4.0/evaluation-scenario.schema.json +231 -0
  147. package/schemas/v1.4.0/evaluation-waiver.schema.json +65 -0
  148. package/schemas/v1.4.0/skill-certification-receipt.schema.json +103 -0
  149. package/schemas/v1.5.0/command-catalog.schema.json +296 -0
  150. package/schemas/v1.5.0/common.schema.json +261 -0
  151. package/schemas/v1.5.0/generated-asset-manifest.schema.json +313 -0
  152. package/schemas/v1.5.0/implementation-result.schema.json +152 -0
  153. package/schemas/v1.5.0/migration-preservation-manifest.schema.json +749 -0
  154. package/schemas/v1.5.0/output-catalog.schema.json +210 -0
  155. package/schemas/v1.5.0/output-path-catalog.schema.json +81 -0
  156. package/schemas/v1.5.0/role-registry.schema.json +261 -0
  157. package/schemas/v1.5.0/rule-catalog.schema.json +130 -0
  158. package/schemas/v1.5.0/skill-catalog.schema.json +303 -0
  159. package/schemas/v1.5.0/task-kind-registry.schema.json +167 -0
  160. package/schemas/v1.5.0/task-manifest.schema.json +373 -0
  161. package/schemas/v1.5.0/task-output-manifest.schema.json +462 -0
  162. package/schemas/v1.6.0/common.schema.json +462 -0
  163. package/schemas/v1.6.0/diagram-consumer-reference.schema.json +167 -0
  164. package/schemas/v1.6.0/diagram-document.schema.json +699 -0
  165. package/schemas/v1.6.0/diagram-fidelity-report.schema.json +137 -0
  166. package/schemas/v1.6.0/diagram-manifest.schema.json +162 -0
  167. package/schemas/v1.6.0/diagram-quality-report.schema.json +148 -0
  168. package/schemas/v1.6.0/diagram-review-binding.schema.json +132 -0
  169. package/schemas/v1.6.0/diagram-semantic-pattern-registry.schema.json +90 -0
  170. package/schemas/v1.6.0/diagram-type-registry.schema.json +373 -0
  171. package/schemas/v1.6.0/generated-asset-manifest.schema.json +103 -0
  172. package/schemas/v1.6.0/skill-catalog.schema.json +84 -0
  173. package/schemas/v1.6.0/skill-completion-receipt.schema.json +72 -0
  174. package/schemas/v1.6.0/skill-consent-record.schema.json +74 -0
  175. package/schemas/v1.6.0/skill-host-profile-registry.schema.json +526 -0
  176. package/schemas/v1.6.0/skill-learning-record.schema.json +116 -0
  177. package/schemas/v1.6.0/skill-module-registry.schema.json +108 -0
  178. package/schemas/v1.6.0/skill-routing-registry.schema.json +93 -0
  179. package/schemas/v1.6.0/skill-session.schema.json +73 -0
  180. package/schemas/v1.6.0/skill-source.schema.json +169 -0
  181. package/schemas/v1.7.0/common.schema.json +464 -0
  182. package/schemas/v1.7.0/generated-asset-manifest.schema.json +103 -0
  183. package/schemas/v1.7.0/planning-id-sequence.schema.json +50 -0
  184. package/schemas/v1.7.0/request-authority.schema.json +71 -0
  185. package/schemas/v1.7.0/skill-catalog.schema.json +84 -0
  186. package/schemas/v1.7.0/skill-completion-receipt.schema.json +72 -0
  187. package/schemas/v1.7.0/skill-consent-record.schema.json +74 -0
  188. package/schemas/v1.7.0/skill-host-profile-registry.schema.json +526 -0
  189. package/schemas/v1.7.0/skill-learning-record.schema.json +116 -0
  190. package/schemas/v1.7.0/skill-module-registry.schema.json +108 -0
  191. package/schemas/v1.7.0/skill-routing-registry.schema.json +93 -0
  192. package/schemas/v1.7.0/skill-session.schema.json +73 -0
  193. package/schemas/v1.7.0/skill-source.schema.json +169 -0
  194. package/schemas/v1.7.0/spec.schema.json +117 -0
  195. package/schemas/v1.7.0/story.schema.json +107 -0
  196. package/schemas/v1.7.0/task.schema.json +217 -0
  197. package/schemas/v1.8.0/common.schema.json +96 -0
  198. package/schemas/v1.8.0/skill-package.schema.json +63 -0
  199. package/schemas/v1.8.0/utility-command-catalog.schema.json +82 -0
  200. package/schemas/v1.9.0/design-document.schema.json +306 -0
  201. package/schemas/v1.9.0/design-review-bundle.schema.json +346 -0
  202. package/schemas/v1.9.0/design-review-workspace.schema.json +108 -0
  203. package/schemas/v1.9.0/design-workspace-create.schema.json +170 -0
  204. package/schemas/v1.9.0/design-workspace-event.schema.json +97 -0
  205. package/schemas/v1.9.0/design-workspace-revision.schema.json +56 -0
  206. package/schemas/v2.0.0/agent-runtime-manifest.schema.json +59 -0
  207. package/schemas/v2.0.0/business-operating-snapshot-projection.schema.json +14 -0
  208. package/schemas/v2.0.0/operate-allowed-action.schema.json +181 -0
  209. package/schemas/v2.0.0/operate-api-envelope.schema.json +225 -0
  210. package/schemas/v2.0.0/operate-capability-provider-registration.schema.json +30 -0
  211. package/schemas/v2.0.0/operate-domain-registration.schema.json +284 -0
  212. package/schemas/v2.0.0/operate-evidence-provider-registration.schema.json +55 -0
  213. package/schemas/v2.0.0/operate-evidence-resolver-registration.schema.json +46 -0
  214. package/schemas/v2.0.0/operate-executor-registration.schema.json +27 -0
  215. package/schemas/v2.0.0/operate-experience-live-patch.schema.json +47 -0
  216. package/schemas/v2.0.0/operate-experience-preview.schema.json +51 -0
  217. package/schemas/v2.0.0/operate-experience-view.schema.json +281 -0
  218. package/schemas/v2.0.0/operate-live-evidence-provider-registration.schema.json +48 -0
  219. package/schemas/v2.0.0/operate-live-evidence-provider-registry.schema.json +17 -0
  220. package/schemas/v2.0.0/operate-metric-provider-registration.schema.json +12 -0
  221. package/schemas/v2.0.0/operate-policy-provider-registration.schema.json +33 -0
  222. package/schemas/v2.0.0/operate-review-bound-submission.schema.json +29 -0
  223. package/schemas/v2.0.0/operate-review-display-workspace.schema.json +390 -0
  224. package/schemas/v2.0.0/operate-snapshot-provider-registration.schema.json +16 -0
  225. package/schemas/v2.0.0/operate-tool-call.schema.json +172 -0
  226. package/schemas/v2.0.0/operate-verification-provider-registration.schema.json +12 -0
  227. package/schemas/v2.0.0/operating-action-policy.schema.json +31 -0
  228. package/schemas/v2.0.0/operating-action-verification-plan.schema.json +13 -0
  229. package/schemas/v2.0.0/operating-action.schema.json +86 -0
  230. package/schemas/v2.0.0/operating-advisor-result.schema.json +394 -0
  231. package/schemas/v2.0.0/operating-approval-record.schema.json +23 -0
  232. package/schemas/v2.0.0/operating-approval-requirement.schema.json +31 -0
  233. package/schemas/v2.0.0/operating-artifact.schema.json +52 -0
  234. package/schemas/v2.0.0/operating-assignment.schema.json +437 -0
  235. package/schemas/v2.0.0/operating-assumption.schema.json +16 -0
  236. package/schemas/v2.0.0/operating-capability-availability.schema.json +15 -0
  237. package/schemas/v2.0.0/operating-capability-grant.schema.json +14 -0
  238. package/schemas/v2.0.0/operating-challenger-review.schema.json +204 -0
  239. package/schemas/v2.0.0/operating-checkpoint.schema.json +43 -0
  240. package/schemas/v2.0.0/operating-claim.schema.json +17 -0
  241. package/schemas/v2.0.0/operating-connector-checkpoint.schema.json +28 -0
  242. package/schemas/v2.0.0/operating-context-capture.schema.json +74 -0
  243. package/schemas/v2.0.0/operating-cycle-input-binding.schema.json +30 -0
  244. package/schemas/v2.0.0/operating-cycle.schema.json +42 -0
  245. package/schemas/v2.0.0/operating-decision-ledger.schema.json +237 -0
  246. package/schemas/v2.0.0/operating-decision.schema.json +137 -0
  247. package/schemas/v2.0.0/operating-delivery-evidence.schema.json +46 -0
  248. package/schemas/v2.0.0/operating-delivery-route.schema.json +43 -0
  249. package/schemas/v2.0.0/operating-delta.schema.json +13 -0
  250. package/schemas/v2.0.0/operating-domain-projection.schema.json +15 -0
  251. package/schemas/v2.0.0/operating-event-trigger.schema.json +11 -0
  252. package/schemas/v2.0.0/operating-event.schema.json +505 -0
  253. package/schemas/v2.0.0/operating-evidence-candidate.schema.json +88 -0
  254. package/schemas/v2.0.0/operating-evidence-edge.schema.json +39 -0
  255. package/schemas/v2.0.0/operating-evidence-graph.schema.json +25 -0
  256. package/schemas/v2.0.0/operating-evidence-observation.schema.json +48 -0
  257. package/schemas/v2.0.0/operating-evidence-ref.schema.json +51 -0
  258. package/schemas/v2.0.0/operating-evidence-resolution.schema.json +54 -0
  259. package/schemas/v2.0.0/operating-execution-result.schema.json +23 -0
  260. package/schemas/v2.0.0/operating-executive-board.schema.json +78 -0
  261. package/schemas/v2.0.0/operating-finding.schema.json +116 -0
  262. package/schemas/v2.0.0/operating-governed-operation.schema.json +54 -0
  263. package/schemas/v2.0.0/operating-intelligence-input-bundle.schema.json +128 -0
  264. package/schemas/v2.0.0/operating-intelligence-plan.schema.json +302 -0
  265. package/schemas/v2.0.0/operating-learning-receipt.schema.json +31 -0
  266. package/schemas/v2.0.0/operating-learning.schema.json +13 -0
  267. package/schemas/v2.0.0/operating-live-evidence-consent-record.schema.json +42 -0
  268. package/schemas/v2.0.0/operating-live-evidence-ingestion.schema.json +31 -0
  269. package/schemas/v2.0.0/operating-measurement-plan.schema.json +18 -0
  270. package/schemas/v2.0.0/operating-measurement-schedule-receipt.schema.json +7 -0
  271. package/schemas/v2.0.0/operating-measurement-schedule.schema.json +16 -0
  272. package/schemas/v2.0.0/operating-metric-observation.schema.json +15 -0
  273. package/schemas/v2.0.0/operating-metric.schema.json +18 -0
  274. package/schemas/v2.0.0/operating-model-state.schema.json +36 -0
  275. package/schemas/v2.0.0/operating-objective.schema.json +21 -0
  276. package/schemas/v2.0.0/operating-origin.schema.json +31 -0
  277. package/schemas/v2.0.0/operating-outcome-evaluation.schema.json +46 -0
  278. package/schemas/v2.0.0/operating-outcome.schema.json +13 -0
  279. package/schemas/v2.0.0/operating-planning-proposal.schema.json +45 -0
  280. package/schemas/v2.0.0/operating-policy-evaluation.schema.json +28 -0
  281. package/schemas/v2.0.0/operating-review-read.schema.json +217 -0
  282. package/schemas/v2.0.0/operating-review-receipt.schema.json +64 -0
  283. package/schemas/v2.0.0/operating-review.schema.json +47 -0
  284. package/schemas/v2.0.0/operating-risk.schema.json +96 -0
  285. package/schemas/v2.0.0/operating-rollback-plan.schema.json +10 -0
  286. package/schemas/v2.0.0/operating-rollback-result.schema.json +20 -0
  287. package/schemas/v2.0.0/operating-runtime-state.schema.json +289 -0
  288. package/schemas/v2.0.0/operating-scenario.schema.json +13 -0
  289. package/schemas/v2.0.0/operating-snapshot.schema.json +38 -0
  290. package/schemas/v2.0.0/operating-submission.schema.json +34 -0
  291. package/schemas/v2.0.0/operating-trace-matrix.schema.json +176 -0
  292. package/schemas/v2.0.0/operating-work-change-set.schema.json +89 -0
  293. package/schemas/v2.0.0/operating-work-ledger.schema.json +40 -0
  294. package/schemas/v2.0.0/software-operating-snapshot-projection.schema.json +14 -0
  295. package/src/browser-contracts.d.mts +5 -0
  296. package/src/browser-contracts.mjs +40 -0
  297. package/src/canonical-json.d.mts +5 -0
  298. package/src/canonical-json.mjs +142 -0
  299. package/src/compat/live-evidence-v2.mjs +1019 -0
  300. package/src/compat/operate-experience-live-patch.mjs +66 -0
  301. package/src/compat/operating-planning-contracts.mjs +114 -0
  302. package/src/contracts.d.mts +42 -0
  303. package/src/contracts.mjs +990 -0
  304. package/src/design-contracts.d.mts +62 -0
  305. package/src/design-contracts.mjs +186 -0
  306. package/src/design-publication-contracts.d.mts +4 -0
  307. package/src/design-publication-contracts.mjs +85 -0
  308. package/src/diagram-contracts.d.mts +19 -0
  309. package/src/diagram-contracts.mjs +28 -0
  310. package/src/enterprise-contracts.d.mts +107 -0
  311. package/src/enterprise-contracts.mjs +463 -0
  312. package/src/errors.d.mts +11 -0
  313. package/src/errors.mjs +109 -0
  314. package/src/generated/canonical-registries.mjs +5554 -0
  315. package/src/generated/contract-catalog-v2.mjs +7076 -0
  316. package/src/generated/diagram-registries.mjs +2529 -0
  317. package/src/index.d.mts +10 -0
  318. package/src/index.mjs +40 -0
  319. package/src/json-schema.d.mts +7 -0
  320. package/src/json-schema.mjs +283 -0
  321. package/src/planning-contracts.d.mts +10 -0
  322. package/src/planning-contracts.mjs +53 -0
  323. package/src/registries.d.mts +40 -0
  324. package/src/registries.mjs +261 -0
  325. package/src/review-experience-contracts.d.mts +11 -0
  326. package/src/review-experience-contracts.mjs +103 -0
  327. package/src/semver.d.mts +2 -0
  328. package/src/semver.mjs +7 -0
  329. package/src/skill-source-contracts.d.mts +25 -0
  330. package/src/skill-source-contracts.mjs +105 -0
  331. package/src/task-contracts.d.mts +7 -0
  332. package/src/task-contracts.mjs +130 -0
  333. package/src/workspace-contracts.d.mts +26 -0
  334. package/src/workspace-contracts.mjs +83 -0
@@ -0,0 +1,1952 @@
1
+ {
2
+ "kind": "command-catalog",
3
+ "schemaVersion": "1.0.0",
4
+ "protocolVersion": "1.5.0",
5
+ "documentVersion": "1.0.0",
6
+ "digestAlgorithm": "sha256",
7
+ "canonicalization": "rfc8785",
8
+ "binaries": [
9
+ {
10
+ "id": "openplanr",
11
+ "lifecycle": "exact-alias",
12
+ "aliasOf": "planr"
13
+ },
14
+ {
15
+ "id": "opr",
16
+ "lifecycle": "deprecated-exact-alias",
17
+ "aliasOf": "planr"
18
+ },
19
+ {
20
+ "id": "planr",
21
+ "lifecycle": "canonical",
22
+ "aliasOf": null
23
+ }
24
+ ],
25
+ "inventory": {
26
+ "rootCommandModules": 39,
27
+ "rootCommandSlugs": [
28
+ "artifact",
29
+ "backlog",
30
+ "checklist",
31
+ "config",
32
+ "context",
33
+ "diagram",
34
+ "doctor",
35
+ "epic",
36
+ "estimate",
37
+ "evidence",
38
+ "export",
39
+ "feature",
40
+ "github",
41
+ "graph",
42
+ "init",
43
+ "land",
44
+ "linear",
45
+ "operate",
46
+ "pipeline",
47
+ "plan",
48
+ "quick",
49
+ "refine",
50
+ "report-linter",
51
+ "report",
52
+ "revise",
53
+ "rules",
54
+ "runtime",
55
+ "search",
56
+ "setup",
57
+ "spec",
58
+ "sprint",
59
+ "status",
60
+ "story",
61
+ "sync",
62
+ "task",
63
+ "template",
64
+ "update",
65
+ "upgrade",
66
+ "voice"
67
+ ],
68
+ "pipelineMachineLeaves": 31,
69
+ "pipelineMachineGrammar": [
70
+ [
71
+ "advance-plan-review"
72
+ ],
73
+ [
74
+ "advance-ship"
75
+ ],
76
+ [
77
+ "complete-plan"
78
+ ],
79
+ [
80
+ "dashboard"
81
+ ],
82
+ [
83
+ "decide-plan-review"
84
+ ],
85
+ [
86
+ "design"
87
+ ],
88
+ [
89
+ "design-engine"
90
+ ],
91
+ [
92
+ "design-loop"
93
+ ],
94
+ [
95
+ "design-review"
96
+ ],
97
+ [
98
+ "doctor"
99
+ ],
100
+ [
101
+ "finalize-ship"
102
+ ],
103
+ [
104
+ "investigate",
105
+ "advance"
106
+ ],
107
+ [
108
+ "investigate",
109
+ "finalize"
110
+ ],
111
+ [
112
+ "investigate",
113
+ "start"
114
+ ],
115
+ [
116
+ "investigate",
117
+ "verify"
118
+ ],
119
+ [
120
+ "land"
121
+ ],
122
+ [
123
+ "plan"
124
+ ],
125
+ [
126
+ "plan-context"
127
+ ],
128
+ [
129
+ "prepare-browser-qa"
130
+ ],
131
+ [
132
+ "prepare-plan"
133
+ ],
134
+ [
135
+ "prepare-plan-review"
136
+ ],
137
+ [
138
+ "prepare-ship"
139
+ ],
140
+ [
141
+ "record-browser-qa"
142
+ ],
143
+ [
144
+ "reopen-ship"
145
+ ],
146
+ [
147
+ "run-ship-gates"
148
+ ],
149
+ [
150
+ "ship"
151
+ ],
152
+ [
153
+ "ship-context"
154
+ ],
155
+ [
156
+ "start-plan-review"
157
+ ],
158
+ [
159
+ "start-ship"
160
+ ],
161
+ [
162
+ "status"
163
+ ],
164
+ [
165
+ "sync"
166
+ ]
167
+ ],
168
+ "frozenClaudeDocuments": 8,
169
+ "frozenClaudeSlugs": [
170
+ "dashboard",
171
+ "design",
172
+ "design-loop",
173
+ "design-review",
174
+ "plan",
175
+ "ship",
176
+ "status",
177
+ "sync"
178
+ ]
179
+ },
180
+ "commands": [
181
+ {
182
+ "commandId": "cli-artifact",
183
+ "surface": "cli-root",
184
+ "argv": [
185
+ "artifact"
186
+ ],
187
+ "lifecycle": "active",
188
+ "ownerPackage": "openplanr",
189
+ "source": {
190
+ "path": "packages/cli/src/cli/commands/artifact.ts",
191
+ "digest": "sha256:708f51ac3c0ef40a35e4af231b790775f12d69592a80c5de92d82d852e435a53"
192
+ },
193
+ "authorityClass": "workflow",
194
+ "machineJson": false,
195
+ "outputContracts": [],
196
+ "skillId": null,
197
+ "aliases": [],
198
+ "testRefs": [
199
+ "tests/protocol/command-catalog.test.mjs"
200
+ ]
201
+ },
202
+ {
203
+ "commandId": "cli-backlog",
204
+ "surface": "cli-root",
205
+ "argv": [
206
+ "backlog"
207
+ ],
208
+ "lifecycle": "active",
209
+ "ownerPackage": "openplanr",
210
+ "source": {
211
+ "path": "packages/cli/src/cli/commands/backlog.ts",
212
+ "digest": "sha256:b2f4fc08d002ad545a122a08d188dd9468f76ce316216bd5b0566fbbccb37701"
213
+ },
214
+ "authorityClass": "workflow",
215
+ "machineJson": false,
216
+ "outputContracts": [],
217
+ "skillId": null,
218
+ "aliases": [],
219
+ "testRefs": [
220
+ "tests/protocol/command-catalog.test.mjs"
221
+ ]
222
+ },
223
+ {
224
+ "commandId": "cli-checklist",
225
+ "surface": "cli-root",
226
+ "argv": [
227
+ "checklist"
228
+ ],
229
+ "lifecycle": "active",
230
+ "ownerPackage": "openplanr",
231
+ "source": {
232
+ "path": "packages/cli/src/cli/commands/checklist.ts",
233
+ "digest": "sha256:f05a28a75be57ddf19a3abcdd9c1cf062ac8799937973f0af4ec62dc2714d70f"
234
+ },
235
+ "authorityClass": "workflow",
236
+ "machineJson": false,
237
+ "outputContracts": [],
238
+ "skillId": null,
239
+ "aliases": [],
240
+ "testRefs": [
241
+ "tests/protocol/command-catalog.test.mjs"
242
+ ]
243
+ },
244
+ {
245
+ "commandId": "cli-config",
246
+ "surface": "cli-root",
247
+ "argv": [
248
+ "config"
249
+ ],
250
+ "lifecycle": "active",
251
+ "ownerPackage": "openplanr",
252
+ "source": {
253
+ "path": "packages/cli/src/cli/commands/config-deterministic.ts",
254
+ "digest": "sha256:2a0bbdb3942be22aa72834cb60346452d9bf30b31282fbb322590447a3301515"
255
+ },
256
+ "authorityClass": "workflow",
257
+ "machineJson": false,
258
+ "outputContracts": [],
259
+ "skillId": null,
260
+ "aliases": [],
261
+ "testRefs": [
262
+ "tests/protocol/command-catalog.test.mjs"
263
+ ]
264
+ },
265
+ {
266
+ "commandId": "cli-context",
267
+ "surface": "cli-root",
268
+ "argv": [
269
+ "context"
270
+ ],
271
+ "lifecycle": "active",
272
+ "ownerPackage": "openplanr",
273
+ "source": {
274
+ "path": "packages/cli/src/cli/commands/context.ts",
275
+ "digest": "sha256:97eb2fd7528e1f66053dd6f4cd87d87c3e298e412522d4cf772d732e032c88ac"
276
+ },
277
+ "authorityClass": "workflow",
278
+ "machineJson": false,
279
+ "outputContracts": [],
280
+ "skillId": null,
281
+ "aliases": [],
282
+ "testRefs": [
283
+ "tests/protocol/command-catalog.test.mjs"
284
+ ]
285
+ },
286
+ {
287
+ "commandId": "cli-diagram",
288
+ "surface": "cli-root",
289
+ "argv": [
290
+ "diagram"
291
+ ],
292
+ "lifecycle": "active",
293
+ "ownerPackage": "openplanr",
294
+ "source": {
295
+ "path": "packages/cli/src/cli/commands/diagram/index.ts",
296
+ "digest": "sha256:6a5883e12fe9499b343bdff4a481aa94a82f06c4292ed42436e7961eb3883175"
297
+ },
298
+ "authorityClass": "workflow",
299
+ "machineJson": true,
300
+ "outputContracts": [],
301
+ "skillId": null,
302
+ "aliases": [],
303
+ "testRefs": [
304
+ "tests/protocol/command-catalog.test.mjs"
305
+ ]
306
+ },
307
+ {
308
+ "commandId": "cli-doctor",
309
+ "surface": "cli-root",
310
+ "argv": [
311
+ "doctor"
312
+ ],
313
+ "lifecycle": "active",
314
+ "ownerPackage": "openplanr",
315
+ "source": {
316
+ "path": "packages/cli/src/cli/commands/doctor.ts",
317
+ "digest": "sha256:bcb11a8eeef9d5b22eb33290f81753b38383a20b46abed60594875d1c4c7f524"
318
+ },
319
+ "authorityClass": "workflow",
320
+ "machineJson": false,
321
+ "outputContracts": [],
322
+ "skillId": null,
323
+ "aliases": [],
324
+ "testRefs": [
325
+ "tests/protocol/command-catalog.test.mjs"
326
+ ]
327
+ },
328
+ {
329
+ "commandId": "cli-epic",
330
+ "surface": "cli-root",
331
+ "argv": [
332
+ "epic"
333
+ ],
334
+ "lifecycle": "active",
335
+ "ownerPackage": "openplanr",
336
+ "source": {
337
+ "path": "packages/cli/src/cli/commands/epic.ts",
338
+ "digest": "sha256:b4d727c7696957c66cc8ca093f6fc983cf28f561b4c06d282d84c929690e4e16"
339
+ },
340
+ "authorityClass": "workflow",
341
+ "machineJson": false,
342
+ "outputContracts": [],
343
+ "skillId": null,
344
+ "aliases": [],
345
+ "testRefs": [
346
+ "tests/protocol/command-catalog.test.mjs"
347
+ ]
348
+ },
349
+ {
350
+ "commandId": "cli-estimate",
351
+ "surface": "cli-root",
352
+ "argv": [
353
+ "estimate"
354
+ ],
355
+ "lifecycle": "deprecated",
356
+ "ownerPackage": "openplanr",
357
+ "source": {
358
+ "path": "skills/planr-plan/SKILL.md",
359
+ "digest": "sha256:7cfff1b795f68e07c2fcd852c2acea0956aa4bef0d96e15a6a595aeb030cbe30"
360
+ },
361
+ "authorityClass": "workflow",
362
+ "machineJson": false,
363
+ "outputContracts": [],
364
+ "skillId": null,
365
+ "aliases": [],
366
+ "testRefs": [
367
+ "tests/protocol/command-catalog.test.mjs"
368
+ ]
369
+ },
370
+ {
371
+ "commandId": "cli-evidence",
372
+ "surface": "cli-root",
373
+ "argv": [
374
+ "evidence"
375
+ ],
376
+ "lifecycle": "deprecated",
377
+ "ownerPackage": "openplanr",
378
+ "source": {
379
+ "path": "docs/generated/utility-command-catalog.json",
380
+ "digest": "sha256:76f00eb4f83477363167f69264eab955b8b22aff137961b742d56e75dc28fbcb"
381
+ },
382
+ "authorityClass": "workflow",
383
+ "machineJson": false,
384
+ "outputContracts": [],
385
+ "skillId": null,
386
+ "aliases": [],
387
+ "testRefs": [
388
+ "tests/protocol/command-catalog.test.mjs"
389
+ ]
390
+ },
391
+ {
392
+ "commandId": "cli-export",
393
+ "surface": "cli-root",
394
+ "argv": [
395
+ "export"
396
+ ],
397
+ "lifecycle": "active",
398
+ "ownerPackage": "openplanr",
399
+ "source": {
400
+ "path": "packages/cli/src/cli/commands/export.ts",
401
+ "digest": "sha256:e0c9fa1ad59e8ed189dcbfc639f4ce0a2ead0bcc8256125be44c68bb28943b9f"
402
+ },
403
+ "authorityClass": "workflow",
404
+ "machineJson": false,
405
+ "outputContracts": [],
406
+ "skillId": null,
407
+ "aliases": [],
408
+ "testRefs": [
409
+ "tests/protocol/command-catalog.test.mjs"
410
+ ]
411
+ },
412
+ {
413
+ "commandId": "cli-feature",
414
+ "surface": "cli-root",
415
+ "argv": [
416
+ "feature"
417
+ ],
418
+ "lifecycle": "active",
419
+ "ownerPackage": "openplanr",
420
+ "source": {
421
+ "path": "packages/cli/src/cli/commands/feature.ts",
422
+ "digest": "sha256:33db964a050d1cc35bf466866b04327d7601107de775f1bca69ae91fbc59bf19"
423
+ },
424
+ "authorityClass": "workflow",
425
+ "machineJson": false,
426
+ "outputContracts": [],
427
+ "skillId": null,
428
+ "aliases": [],
429
+ "testRefs": [
430
+ "tests/protocol/command-catalog.test.mjs"
431
+ ]
432
+ },
433
+ {
434
+ "commandId": "cli-github",
435
+ "surface": "cli-root",
436
+ "argv": [
437
+ "github"
438
+ ],
439
+ "lifecycle": "active",
440
+ "ownerPackage": "openplanr",
441
+ "source": {
442
+ "path": "packages/cli/src/cli/commands/github.ts",
443
+ "digest": "sha256:c9ef4fce61260d104c82f3f45b8ff61aee1028aa5fac5cd976f5179877a70c64"
444
+ },
445
+ "authorityClass": "workflow",
446
+ "machineJson": false,
447
+ "outputContracts": [],
448
+ "skillId": null,
449
+ "aliases": [],
450
+ "testRefs": [
451
+ "tests/protocol/command-catalog.test.mjs"
452
+ ]
453
+ },
454
+ {
455
+ "commandId": "cli-graph",
456
+ "surface": "cli-root",
457
+ "argv": [
458
+ "graph"
459
+ ],
460
+ "lifecycle": "active",
461
+ "ownerPackage": "openplanr",
462
+ "source": {
463
+ "path": "packages/cli/src/cli/commands/graph.ts",
464
+ "digest": "sha256:a5dedb6837f16daec574e14643e417a6fd85241ad24c9d270e088ad7c93c2764"
465
+ },
466
+ "authorityClass": "workflow",
467
+ "machineJson": false,
468
+ "outputContracts": [],
469
+ "skillId": null,
470
+ "aliases": [],
471
+ "testRefs": [
472
+ "tests/protocol/command-catalog.test.mjs"
473
+ ]
474
+ },
475
+ {
476
+ "commandId": "cli-init",
477
+ "surface": "cli-root",
478
+ "argv": [
479
+ "init"
480
+ ],
481
+ "lifecycle": "active",
482
+ "ownerPackage": "openplanr",
483
+ "source": {
484
+ "path": "packages/cli/src/cli/commands/init-deterministic.ts",
485
+ "digest": "sha256:6212d9f0582ab4a8d475b479aae52ed0fedb877c60038b9f88a309d7b93bafd9"
486
+ },
487
+ "authorityClass": "workflow",
488
+ "machineJson": false,
489
+ "outputContracts": [],
490
+ "skillId": null,
491
+ "aliases": [],
492
+ "testRefs": [
493
+ "tests/protocol/command-catalog.test.mjs"
494
+ ]
495
+ },
496
+ {
497
+ "commandId": "cli-land",
498
+ "surface": "cli-root",
499
+ "argv": [
500
+ "land"
501
+ ],
502
+ "lifecycle": "active",
503
+ "ownerPackage": "openplanr",
504
+ "source": {
505
+ "path": "packages/cli/src/cli/commands/land.ts",
506
+ "digest": "sha256:a78dc2468ea65785f5bee7676c9ea95cb7980664b9c787f00008ae83091db8fa"
507
+ },
508
+ "authorityClass": "workflow",
509
+ "machineJson": false,
510
+ "outputContracts": [],
511
+ "skillId": null,
512
+ "aliases": [],
513
+ "testRefs": [
514
+ "tests/protocol/command-catalog.test.mjs"
515
+ ]
516
+ },
517
+ {
518
+ "commandId": "cli-linear",
519
+ "surface": "cli-root",
520
+ "argv": [
521
+ "linear"
522
+ ],
523
+ "lifecycle": "active",
524
+ "ownerPackage": "openplanr",
525
+ "source": {
526
+ "path": "packages/cli/src/cli/commands/linear.ts",
527
+ "digest": "sha256:98cef47dbe58252f3c986e0bb2e5f657b7c945ec99eba773228c15f51b22a7a2"
528
+ },
529
+ "authorityClass": "workflow",
530
+ "machineJson": false,
531
+ "outputContracts": [],
532
+ "skillId": null,
533
+ "aliases": [],
534
+ "testRefs": [
535
+ "tests/protocol/command-catalog.test.mjs"
536
+ ]
537
+ },
538
+ {
539
+ "commandId": "cli-operate",
540
+ "surface": "cli-root",
541
+ "argv": [
542
+ "operate"
543
+ ],
544
+ "lifecycle": "active",
545
+ "ownerPackage": "openplanr",
546
+ "source": {
547
+ "path": "packages/cli/src/cli/commands/operate.ts",
548
+ "digest": "sha256:c951ded12e72f1c9803ee6d4f5025cea9f7a4e277d6b2243583ddb686b618733"
549
+ },
550
+ "authorityClass": "workflow",
551
+ "machineJson": true,
552
+ "outputContracts": [],
553
+ "skillId": null,
554
+ "aliases": [],
555
+ "testRefs": [
556
+ "tests/protocol/command-catalog.test.mjs"
557
+ ]
558
+ },
559
+ {
560
+ "commandId": "cli-pipeline",
561
+ "surface": "cli-root",
562
+ "argv": [
563
+ "pipeline"
564
+ ],
565
+ "lifecycle": "deprecated",
566
+ "ownerPackage": "openplanr",
567
+ "source": {
568
+ "path": "docs/generated/utility-command-catalog.json",
569
+ "digest": "sha256:76f00eb4f83477363167f69264eab955b8b22aff137961b742d56e75dc28fbcb"
570
+ },
571
+ "authorityClass": "workflow",
572
+ "machineJson": true,
573
+ "outputContracts": [],
574
+ "skillId": null,
575
+ "aliases": [],
576
+ "testRefs": [
577
+ "tests/protocol/command-catalog.test.mjs"
578
+ ]
579
+ },
580
+ {
581
+ "commandId": "cli-plan",
582
+ "surface": "cli-root",
583
+ "argv": [
584
+ "plan"
585
+ ],
586
+ "lifecycle": "deprecated",
587
+ "ownerPackage": "openplanr",
588
+ "source": {
589
+ "path": "skills/planr-plan/SKILL.md",
590
+ "digest": "sha256:7cfff1b795f68e07c2fcd852c2acea0956aa4bef0d96e15a6a595aeb030cbe30"
591
+ },
592
+ "authorityClass": "workflow",
593
+ "machineJson": false,
594
+ "outputContracts": [],
595
+ "skillId": null,
596
+ "aliases": [],
597
+ "testRefs": [
598
+ "tests/protocol/command-catalog.test.mjs"
599
+ ]
600
+ },
601
+ {
602
+ "commandId": "cli-quick",
603
+ "surface": "cli-root",
604
+ "argv": [
605
+ "quick"
606
+ ],
607
+ "lifecycle": "active",
608
+ "ownerPackage": "openplanr",
609
+ "source": {
610
+ "path": "packages/cli/src/cli/commands/quick.ts",
611
+ "digest": "sha256:84c5d10dba861e2dba814043e0824f4e4cb31de3cd33c5ab6054bbfbf2af4dd5"
612
+ },
613
+ "authorityClass": "workflow",
614
+ "machineJson": false,
615
+ "outputContracts": [],
616
+ "skillId": null,
617
+ "aliases": [],
618
+ "testRefs": [
619
+ "tests/protocol/command-catalog.test.mjs"
620
+ ]
621
+ },
622
+ {
623
+ "commandId": "cli-refine",
624
+ "surface": "cli-root",
625
+ "argv": [
626
+ "refine"
627
+ ],
628
+ "lifecycle": "deprecated",
629
+ "ownerPackage": "openplanr",
630
+ "source": {
631
+ "path": "skills/planr-spec/SKILL.md",
632
+ "digest": "sha256:e398052f18942980e79f7553c3412a703dcec19237cacc71ca50ce32196b9a0d"
633
+ },
634
+ "authorityClass": "workflow",
635
+ "machineJson": false,
636
+ "outputContracts": [],
637
+ "skillId": null,
638
+ "aliases": [],
639
+ "testRefs": [
640
+ "tests/protocol/command-catalog.test.mjs"
641
+ ]
642
+ },
643
+ {
644
+ "commandId": "cli-report",
645
+ "surface": "cli-root",
646
+ "argv": [
647
+ "report"
648
+ ],
649
+ "lifecycle": "active",
650
+ "ownerPackage": "openplanr",
651
+ "source": {
652
+ "path": "packages/cli/src/cli/commands/report.ts",
653
+ "digest": "sha256:eecffdb3b3877b50ea4a339f3ee81834618d1eb9ad57392f0e118329b6026bc4"
654
+ },
655
+ "authorityClass": "workflow",
656
+ "machineJson": false,
657
+ "outputContracts": [],
658
+ "skillId": null,
659
+ "aliases": [],
660
+ "testRefs": [
661
+ "tests/protocol/command-catalog.test.mjs"
662
+ ]
663
+ },
664
+ {
665
+ "commandId": "cli-report-linter",
666
+ "surface": "cli-root",
667
+ "argv": [
668
+ "report-linter"
669
+ ],
670
+ "lifecycle": "active",
671
+ "ownerPackage": "openplanr",
672
+ "source": {
673
+ "path": "packages/cli/src/cli/commands/report-linter.ts",
674
+ "digest": "sha256:2126c392ac241cff3274a9ce6d0799b868ed847c44aae999fae7b46e9d93881a"
675
+ },
676
+ "authorityClass": "workflow",
677
+ "machineJson": false,
678
+ "outputContracts": [],
679
+ "skillId": null,
680
+ "aliases": [],
681
+ "testRefs": [
682
+ "tests/protocol/command-catalog.test.mjs"
683
+ ]
684
+ },
685
+ {
686
+ "commandId": "cli-revise",
687
+ "surface": "cli-root",
688
+ "argv": [
689
+ "revise"
690
+ ],
691
+ "lifecycle": "deprecated",
692
+ "ownerPackage": "openplanr",
693
+ "source": {
694
+ "path": "skills/planr-spec/SKILL.md",
695
+ "digest": "sha256:e398052f18942980e79f7553c3412a703dcec19237cacc71ca50ce32196b9a0d"
696
+ },
697
+ "authorityClass": "workflow",
698
+ "machineJson": false,
699
+ "outputContracts": [],
700
+ "skillId": null,
701
+ "aliases": [],
702
+ "testRefs": [
703
+ "tests/protocol/command-catalog.test.mjs"
704
+ ]
705
+ },
706
+ {
707
+ "commandId": "cli-rules",
708
+ "surface": "cli-root",
709
+ "argv": [
710
+ "rules"
711
+ ],
712
+ "lifecycle": "active",
713
+ "ownerPackage": "openplanr",
714
+ "source": {
715
+ "path": "packages/cli/src/cli/commands/rules.ts",
716
+ "digest": "sha256:bc8f998277559effe1439b37fcb420f0e6b1e1ab1fab8104ae97afb42a6a2bf7"
717
+ },
718
+ "authorityClass": "workflow",
719
+ "machineJson": false,
720
+ "outputContracts": [],
721
+ "skillId": null,
722
+ "aliases": [],
723
+ "testRefs": [
724
+ "tests/protocol/command-catalog.test.mjs"
725
+ ]
726
+ },
727
+ {
728
+ "commandId": "cli-runtime",
729
+ "surface": "cli-root",
730
+ "argv": [
731
+ "runtime"
732
+ ],
733
+ "lifecycle": "active",
734
+ "ownerPackage": "openplanr",
735
+ "source": {
736
+ "path": "packages/cli/src/cli/commands/runtime.ts",
737
+ "digest": "sha256:0483b304c9b3d4638c45a66f98d0cf8a6a1df14ce5b3266ef8f85f32e80b7d73"
738
+ },
739
+ "authorityClass": "workflow",
740
+ "machineJson": false,
741
+ "outputContracts": [],
742
+ "skillId": null,
743
+ "aliases": [],
744
+ "testRefs": [
745
+ "tests/protocol/command-catalog.test.mjs"
746
+ ]
747
+ },
748
+ {
749
+ "commandId": "cli-search",
750
+ "surface": "cli-root",
751
+ "argv": [
752
+ "search"
753
+ ],
754
+ "lifecycle": "active",
755
+ "ownerPackage": "openplanr",
756
+ "source": {
757
+ "path": "packages/cli/src/cli/commands/search.ts",
758
+ "digest": "sha256:46cc736a97d7c103ed92d98025fbf4e1a1fe726eeafdd5f682e2364221ca0f93"
759
+ },
760
+ "authorityClass": "workflow",
761
+ "machineJson": false,
762
+ "outputContracts": [],
763
+ "skillId": null,
764
+ "aliases": [],
765
+ "testRefs": [
766
+ "tests/protocol/command-catalog.test.mjs"
767
+ ]
768
+ },
769
+ {
770
+ "commandId": "cli-setup",
771
+ "surface": "cli-root",
772
+ "argv": [
773
+ "setup"
774
+ ],
775
+ "lifecycle": "active",
776
+ "ownerPackage": "openplanr",
777
+ "source": {
778
+ "path": "packages/cli/src/cli/commands/setup.ts",
779
+ "digest": "sha256:866e47698db7a4f39ff487cac8e27ce1d474a0f078c12200164d414bab32d9a3"
780
+ },
781
+ "authorityClass": "workflow",
782
+ "machineJson": false,
783
+ "outputContracts": [],
784
+ "skillId": null,
785
+ "aliases": [],
786
+ "testRefs": [
787
+ "tests/protocol/command-catalog.test.mjs"
788
+ ]
789
+ },
790
+ {
791
+ "commandId": "cli-spec",
792
+ "surface": "cli-root",
793
+ "argv": [
794
+ "spec"
795
+ ],
796
+ "lifecycle": "active",
797
+ "ownerPackage": "openplanr",
798
+ "source": {
799
+ "path": "packages/cli/src/cli/commands/spec.ts",
800
+ "digest": "sha256:4176ac9497403e7077d465a6843427e110c3ba6cdf07fcd21ce667f1c2dce6f5"
801
+ },
802
+ "authorityClass": "workflow",
803
+ "machineJson": false,
804
+ "outputContracts": [],
805
+ "skillId": null,
806
+ "aliases": [],
807
+ "testRefs": [
808
+ "tests/protocol/command-catalog.test.mjs"
809
+ ]
810
+ },
811
+ {
812
+ "commandId": "cli-sprint",
813
+ "surface": "cli-root",
814
+ "argv": [
815
+ "sprint"
816
+ ],
817
+ "lifecycle": "active",
818
+ "ownerPackage": "openplanr",
819
+ "source": {
820
+ "path": "packages/cli/src/cli/commands/sprint.ts",
821
+ "digest": "sha256:96ccbaf3ca79265b8229e0a2fb04d16efdb4bc765d3f3e41bbcaa846516efb28"
822
+ },
823
+ "authorityClass": "workflow",
824
+ "machineJson": false,
825
+ "outputContracts": [],
826
+ "skillId": null,
827
+ "aliases": [],
828
+ "testRefs": [
829
+ "tests/protocol/command-catalog.test.mjs"
830
+ ]
831
+ },
832
+ {
833
+ "commandId": "cli-status",
834
+ "surface": "cli-root",
835
+ "argv": [
836
+ "status"
837
+ ],
838
+ "lifecycle": "active",
839
+ "ownerPackage": "openplanr",
840
+ "source": {
841
+ "path": "packages/cli/src/cli/commands/status.ts",
842
+ "digest": "sha256:789fd8b1e904388a2fb157527fb12b5776a54235b7a59d134409e649580fb219"
843
+ },
844
+ "authorityClass": "workflow",
845
+ "machineJson": true,
846
+ "outputContracts": [],
847
+ "skillId": null,
848
+ "aliases": [],
849
+ "testRefs": [
850
+ "tests/protocol/command-catalog.test.mjs"
851
+ ]
852
+ },
853
+ {
854
+ "commandId": "cli-story",
855
+ "surface": "cli-root",
856
+ "argv": [
857
+ "story"
858
+ ],
859
+ "lifecycle": "active",
860
+ "ownerPackage": "openplanr",
861
+ "source": {
862
+ "path": "packages/cli/src/cli/commands/story.ts",
863
+ "digest": "sha256:79b395593be203a1e976c32963e948f1b7d8a933a2f492eddd77683ea6e14034"
864
+ },
865
+ "authorityClass": "workflow",
866
+ "machineJson": false,
867
+ "outputContracts": [],
868
+ "skillId": null,
869
+ "aliases": [],
870
+ "testRefs": [
871
+ "tests/protocol/command-catalog.test.mjs"
872
+ ]
873
+ },
874
+ {
875
+ "commandId": "cli-sync",
876
+ "surface": "cli-root",
877
+ "argv": [
878
+ "sync"
879
+ ],
880
+ "lifecycle": "active",
881
+ "ownerPackage": "openplanr",
882
+ "source": {
883
+ "path": "packages/cli/src/cli/commands/sync.ts",
884
+ "digest": "sha256:32d99e7df020cf8c599f8a8b6b69fec55aa077cbd43756ba615f9e38718120a0"
885
+ },
886
+ "authorityClass": "workflow",
887
+ "machineJson": false,
888
+ "outputContracts": [],
889
+ "skillId": null,
890
+ "aliases": [],
891
+ "testRefs": [
892
+ "tests/protocol/command-catalog.test.mjs"
893
+ ]
894
+ },
895
+ {
896
+ "commandId": "cli-task",
897
+ "surface": "cli-root",
898
+ "argv": [
899
+ "task"
900
+ ],
901
+ "lifecycle": "active",
902
+ "ownerPackage": "openplanr",
903
+ "source": {
904
+ "path": "packages/cli/src/cli/commands/task.ts",
905
+ "digest": "sha256:a58e9589126eeb39c0b43d6039696c99da0708cc153730d05d477ec234b9f7a6"
906
+ },
907
+ "authorityClass": "workflow",
908
+ "machineJson": false,
909
+ "outputContracts": [],
910
+ "skillId": null,
911
+ "aliases": [],
912
+ "testRefs": [
913
+ "tests/protocol/command-catalog.test.mjs"
914
+ ]
915
+ },
916
+ {
917
+ "commandId": "cli-template",
918
+ "surface": "cli-root",
919
+ "argv": [
920
+ "template"
921
+ ],
922
+ "lifecycle": "active",
923
+ "ownerPackage": "openplanr",
924
+ "source": {
925
+ "path": "packages/cli/src/cli/commands/template.ts",
926
+ "digest": "sha256:7b6a17bbab776af08ea0e8a0343f28c8da0c24b1debd568f9c6e49bb53898899"
927
+ },
928
+ "authorityClass": "workflow",
929
+ "machineJson": false,
930
+ "outputContracts": [],
931
+ "skillId": null,
932
+ "aliases": [],
933
+ "testRefs": [
934
+ "tests/protocol/command-catalog.test.mjs"
935
+ ]
936
+ },
937
+ {
938
+ "commandId": "cli-update",
939
+ "surface": "cli-root",
940
+ "argv": [
941
+ "update"
942
+ ],
943
+ "lifecycle": "active",
944
+ "ownerPackage": "openplanr",
945
+ "source": {
946
+ "path": "packages/cli/src/cli/commands/update.ts",
947
+ "digest": "sha256:647805ffca7cfe0275163cbe6701fb370660ed3d02497d340ae5c3ca38e1a079"
948
+ },
949
+ "authorityClass": "workflow",
950
+ "machineJson": false,
951
+ "outputContracts": [],
952
+ "skillId": null,
953
+ "aliases": [],
954
+ "testRefs": [
955
+ "tests/protocol/command-catalog.test.mjs"
956
+ ]
957
+ },
958
+ {
959
+ "commandId": "cli-upgrade",
960
+ "surface": "cli-root",
961
+ "argv": [
962
+ "upgrade"
963
+ ],
964
+ "lifecycle": "active",
965
+ "ownerPackage": "openplanr",
966
+ "source": {
967
+ "path": "packages/cli/src/cli/commands/upgrade.ts",
968
+ "digest": "sha256:19a69560cae6ad55a484954ce4e4bc0763fb81ec6d518583e77dd7f381aebfc5"
969
+ },
970
+ "authorityClass": "workflow",
971
+ "machineJson": false,
972
+ "outputContracts": [],
973
+ "skillId": null,
974
+ "aliases": [],
975
+ "testRefs": [
976
+ "tests/protocol/command-catalog.test.mjs"
977
+ ]
978
+ },
979
+ {
980
+ "commandId": "cli-voice",
981
+ "surface": "cli-root",
982
+ "argv": [
983
+ "voice"
984
+ ],
985
+ "lifecycle": "active",
986
+ "ownerPackage": "openplanr",
987
+ "source": {
988
+ "path": "packages/cli/src/cli/commands/voice.ts",
989
+ "digest": "sha256:012845bacf8341b4718b1b3545c1fe7728f2077059ad1edf34cfb8cd37f55a4b"
990
+ },
991
+ "authorityClass": "workflow",
992
+ "machineJson": false,
993
+ "outputContracts": [],
994
+ "skillId": null,
995
+ "aliases": [],
996
+ "testRefs": [
997
+ "tests/protocol/command-catalog.test.mjs"
998
+ ]
999
+ },
1000
+ {
1001
+ "commandId": "frozen-dashboard",
1002
+ "surface": "frozen-host-alias",
1003
+ "argv": [
1004
+ "/planr-pipeline:dashboard"
1005
+ ],
1006
+ "lifecycle": "deprecated",
1007
+ "ownerPackage": "planr-pipeline",
1008
+ "source": {
1009
+ "path": "skills/planr-dashboard/SKILL.md",
1010
+ "digest": "sha256:e2a9f224b48cd271c6ca0cd8e6868b344181ca2131f7dc0fb7a2ae8babf426b0"
1011
+ },
1012
+ "authorityClass": "compatibility-router",
1013
+ "machineJson": false,
1014
+ "outputContracts": [],
1015
+ "skillId": "planr-dashboard",
1016
+ "aliases": [],
1017
+ "testRefs": [
1018
+ "tests/protocol/command-catalog.test.mjs"
1019
+ ]
1020
+ },
1021
+ {
1022
+ "commandId": "frozen-design",
1023
+ "surface": "frozen-host-alias",
1024
+ "argv": [
1025
+ "/planr-pipeline:design"
1026
+ ],
1027
+ "lifecycle": "deprecated",
1028
+ "ownerPackage": "planr-pipeline",
1029
+ "source": {
1030
+ "path": "skills/planr-design/SKILL.md",
1031
+ "digest": "sha256:e21e82a8f216c3a06a938965cdbeac5786e3b74776e821260b2630919106ae4d"
1032
+ },
1033
+ "authorityClass": "compatibility-router",
1034
+ "machineJson": false,
1035
+ "outputContracts": [],
1036
+ "skillId": "planr-design",
1037
+ "aliases": [],
1038
+ "testRefs": [
1039
+ "tests/protocol/command-catalog.test.mjs"
1040
+ ]
1041
+ },
1042
+ {
1043
+ "commandId": "frozen-design-loop",
1044
+ "surface": "frozen-host-alias",
1045
+ "argv": [
1046
+ "/planr-pipeline:design-loop"
1047
+ ],
1048
+ "lifecycle": "deprecated",
1049
+ "ownerPackage": "planr-pipeline",
1050
+ "source": {
1051
+ "path": "skills/planr-design-loop/SKILL.md",
1052
+ "digest": "sha256:920bac7dd1cbca34ac8e497b006b918fb6787c0fbece3275244b67388f42a4f6"
1053
+ },
1054
+ "authorityClass": "compatibility-router",
1055
+ "machineJson": false,
1056
+ "outputContracts": [],
1057
+ "skillId": "planr-design-loop",
1058
+ "aliases": [],
1059
+ "testRefs": [
1060
+ "tests/protocol/command-catalog.test.mjs"
1061
+ ]
1062
+ },
1063
+ {
1064
+ "commandId": "frozen-design-review",
1065
+ "surface": "frozen-host-alias",
1066
+ "argv": [
1067
+ "/planr-pipeline:design-review"
1068
+ ],
1069
+ "lifecycle": "deprecated",
1070
+ "ownerPackage": "planr-pipeline",
1071
+ "source": {
1072
+ "path": "skills/planr-design-review/SKILL.md",
1073
+ "digest": "sha256:a018e9a80e104cd444a6475514e7ac4231ca460d7a1ecbec604b0e173de608d0"
1074
+ },
1075
+ "authorityClass": "compatibility-router",
1076
+ "machineJson": false,
1077
+ "outputContracts": [],
1078
+ "skillId": "planr-design-review",
1079
+ "aliases": [],
1080
+ "testRefs": [
1081
+ "tests/protocol/command-catalog.test.mjs"
1082
+ ]
1083
+ },
1084
+ {
1085
+ "commandId": "frozen-plan",
1086
+ "surface": "frozen-host-alias",
1087
+ "argv": [
1088
+ "/planr-pipeline:plan"
1089
+ ],
1090
+ "lifecycle": "deprecated",
1091
+ "ownerPackage": "planr-pipeline",
1092
+ "source": {
1093
+ "path": "skills/planr-plan/SKILL.md",
1094
+ "digest": "sha256:7cfff1b795f68e07c2fcd852c2acea0956aa4bef0d96e15a6a595aeb030cbe30"
1095
+ },
1096
+ "authorityClass": "compatibility-router",
1097
+ "machineJson": false,
1098
+ "outputContracts": [],
1099
+ "skillId": "planr-plan",
1100
+ "aliases": [],
1101
+ "testRefs": [
1102
+ "tests/protocol/command-catalog.test.mjs"
1103
+ ]
1104
+ },
1105
+ {
1106
+ "commandId": "frozen-ship",
1107
+ "surface": "frozen-host-alias",
1108
+ "argv": [
1109
+ "/planr-pipeline:ship"
1110
+ ],
1111
+ "lifecycle": "deprecated",
1112
+ "ownerPackage": "planr-pipeline",
1113
+ "source": {
1114
+ "path": "skills/planr-ship/SKILL.md",
1115
+ "digest": "sha256:b0b1dcedcfa936432c5c4dcb672310ecbaa8d958159b6fcb81586692500bbb3d"
1116
+ },
1117
+ "authorityClass": "compatibility-router",
1118
+ "machineJson": false,
1119
+ "outputContracts": [],
1120
+ "skillId": "planr-ship",
1121
+ "aliases": [],
1122
+ "testRefs": [
1123
+ "tests/protocol/command-catalog.test.mjs"
1124
+ ]
1125
+ },
1126
+ {
1127
+ "commandId": "frozen-status",
1128
+ "surface": "frozen-host-alias",
1129
+ "argv": [
1130
+ "/planr-pipeline:status"
1131
+ ],
1132
+ "lifecycle": "deprecated",
1133
+ "ownerPackage": "planr-pipeline",
1134
+ "source": {
1135
+ "path": "skills/planr-status/SKILL.md",
1136
+ "digest": "sha256:dbe87eff44eb493ddf8e003d10ef41178fcf1e1e93e3171ca5c44f295638f639"
1137
+ },
1138
+ "authorityClass": "compatibility-router",
1139
+ "machineJson": false,
1140
+ "outputContracts": [],
1141
+ "skillId": "planr-status",
1142
+ "aliases": [],
1143
+ "testRefs": [
1144
+ "tests/protocol/command-catalog.test.mjs"
1145
+ ]
1146
+ },
1147
+ {
1148
+ "commandId": "frozen-sync",
1149
+ "surface": "frozen-host-alias",
1150
+ "argv": [
1151
+ "/planr-pipeline:sync"
1152
+ ],
1153
+ "lifecycle": "deprecated",
1154
+ "ownerPackage": "planr-pipeline",
1155
+ "source": {
1156
+ "path": "skills/planr-sync/SKILL.md",
1157
+ "digest": "sha256:09779a70133a14e31a2673e98237e74408cfe34eae9218fffa01a86e8e9290f5"
1158
+ },
1159
+ "authorityClass": "compatibility-router",
1160
+ "machineJson": false,
1161
+ "outputContracts": [],
1162
+ "skillId": "planr-sync",
1163
+ "aliases": [],
1164
+ "testRefs": [
1165
+ "tests/protocol/command-catalog.test.mjs"
1166
+ ]
1167
+ },
1168
+ {
1169
+ "commandId": "pipeline-advance-plan-review",
1170
+ "surface": "pipeline-machine",
1171
+ "argv": [
1172
+ "pipeline",
1173
+ "advance-plan-review"
1174
+ ],
1175
+ "lifecycle": "deprecated",
1176
+ "ownerPackage": "planr-pipeline",
1177
+ "source": {
1178
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1179
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1180
+ },
1181
+ "authorityClass": "workflow",
1182
+ "machineJson": true,
1183
+ "outputContracts": [],
1184
+ "skillId": null,
1185
+ "aliases": [],
1186
+ "testRefs": [
1187
+ "tests/protocol/command-catalog.test.mjs"
1188
+ ]
1189
+ },
1190
+ {
1191
+ "commandId": "pipeline-advance-ship",
1192
+ "surface": "pipeline-machine",
1193
+ "argv": [
1194
+ "pipeline",
1195
+ "advance-ship"
1196
+ ],
1197
+ "lifecycle": "active",
1198
+ "ownerPackage": "planr-pipeline",
1199
+ "source": {
1200
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1201
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1202
+ },
1203
+ "authorityClass": "workflow",
1204
+ "machineJson": true,
1205
+ "outputContracts": [],
1206
+ "skillId": null,
1207
+ "aliases": [],
1208
+ "testRefs": [
1209
+ "tests/protocol/command-catalog.test.mjs"
1210
+ ]
1211
+ },
1212
+ {
1213
+ "commandId": "pipeline-complete-plan",
1214
+ "surface": "pipeline-machine",
1215
+ "argv": [
1216
+ "pipeline",
1217
+ "complete-plan"
1218
+ ],
1219
+ "lifecycle": "active",
1220
+ "ownerPackage": "planr-pipeline",
1221
+ "source": {
1222
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1223
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1224
+ },
1225
+ "authorityClass": "workflow",
1226
+ "machineJson": true,
1227
+ "outputContracts": [],
1228
+ "skillId": null,
1229
+ "aliases": [],
1230
+ "testRefs": [
1231
+ "tests/protocol/command-catalog.test.mjs"
1232
+ ]
1233
+ },
1234
+ {
1235
+ "commandId": "pipeline-dashboard",
1236
+ "surface": "pipeline-machine",
1237
+ "argv": [
1238
+ "pipeline",
1239
+ "dashboard"
1240
+ ],
1241
+ "lifecycle": "active",
1242
+ "ownerPackage": "planr-pipeline",
1243
+ "source": {
1244
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1245
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1246
+ },
1247
+ "authorityClass": "workflow",
1248
+ "machineJson": true,
1249
+ "outputContracts": [],
1250
+ "skillId": null,
1251
+ "aliases": [],
1252
+ "testRefs": [
1253
+ "tests/protocol/command-catalog.test.mjs"
1254
+ ]
1255
+ },
1256
+ {
1257
+ "commandId": "pipeline-decide-plan-review",
1258
+ "surface": "pipeline-machine",
1259
+ "argv": [
1260
+ "pipeline",
1261
+ "decide-plan-review"
1262
+ ],
1263
+ "lifecycle": "deprecated",
1264
+ "ownerPackage": "planr-pipeline",
1265
+ "source": {
1266
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1267
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1268
+ },
1269
+ "authorityClass": "workflow",
1270
+ "machineJson": true,
1271
+ "outputContracts": [],
1272
+ "skillId": null,
1273
+ "aliases": [],
1274
+ "testRefs": [
1275
+ "tests/protocol/command-catalog.test.mjs"
1276
+ ]
1277
+ },
1278
+ {
1279
+ "commandId": "pipeline-design",
1280
+ "surface": "pipeline-machine",
1281
+ "argv": [
1282
+ "pipeline",
1283
+ "design"
1284
+ ],
1285
+ "lifecycle": "active",
1286
+ "ownerPackage": "planr-pipeline",
1287
+ "source": {
1288
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1289
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1290
+ },
1291
+ "authorityClass": "workflow",
1292
+ "machineJson": true,
1293
+ "outputContracts": [],
1294
+ "skillId": null,
1295
+ "aliases": [],
1296
+ "testRefs": [
1297
+ "tests/protocol/command-catalog.test.mjs"
1298
+ ]
1299
+ },
1300
+ {
1301
+ "commandId": "pipeline-design-engine",
1302
+ "surface": "pipeline-machine",
1303
+ "argv": [
1304
+ "pipeline",
1305
+ "design-engine"
1306
+ ],
1307
+ "lifecycle": "active",
1308
+ "ownerPackage": "planr-pipeline",
1309
+ "source": {
1310
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1311
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1312
+ },
1313
+ "authorityClass": "workflow",
1314
+ "machineJson": true,
1315
+ "outputContracts": [],
1316
+ "skillId": null,
1317
+ "aliases": [],
1318
+ "testRefs": [
1319
+ "tests/protocol/command-catalog.test.mjs"
1320
+ ]
1321
+ },
1322
+ {
1323
+ "commandId": "pipeline-design-loop",
1324
+ "surface": "pipeline-machine",
1325
+ "argv": [
1326
+ "pipeline",
1327
+ "design-loop"
1328
+ ],
1329
+ "lifecycle": "active",
1330
+ "ownerPackage": "planr-pipeline",
1331
+ "source": {
1332
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1333
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1334
+ },
1335
+ "authorityClass": "workflow",
1336
+ "machineJson": true,
1337
+ "outputContracts": [],
1338
+ "skillId": null,
1339
+ "aliases": [],
1340
+ "testRefs": [
1341
+ "tests/protocol/command-catalog.test.mjs"
1342
+ ]
1343
+ },
1344
+ {
1345
+ "commandId": "pipeline-design-review",
1346
+ "surface": "pipeline-machine",
1347
+ "argv": [
1348
+ "pipeline",
1349
+ "design-review"
1350
+ ],
1351
+ "lifecycle": "active",
1352
+ "ownerPackage": "planr-pipeline",
1353
+ "source": {
1354
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1355
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1356
+ },
1357
+ "authorityClass": "workflow",
1358
+ "machineJson": true,
1359
+ "outputContracts": [],
1360
+ "skillId": null,
1361
+ "aliases": [],
1362
+ "testRefs": [
1363
+ "tests/protocol/command-catalog.test.mjs"
1364
+ ]
1365
+ },
1366
+ {
1367
+ "commandId": "pipeline-doctor",
1368
+ "surface": "pipeline-machine",
1369
+ "argv": [
1370
+ "pipeline",
1371
+ "doctor"
1372
+ ],
1373
+ "lifecycle": "active",
1374
+ "ownerPackage": "planr-pipeline",
1375
+ "source": {
1376
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1377
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1378
+ },
1379
+ "authorityClass": "workflow",
1380
+ "machineJson": true,
1381
+ "outputContracts": [],
1382
+ "skillId": null,
1383
+ "aliases": [],
1384
+ "testRefs": [
1385
+ "tests/protocol/command-catalog.test.mjs"
1386
+ ]
1387
+ },
1388
+ {
1389
+ "commandId": "pipeline-finalize-ship",
1390
+ "surface": "pipeline-machine",
1391
+ "argv": [
1392
+ "pipeline",
1393
+ "finalize-ship"
1394
+ ],
1395
+ "lifecycle": "active",
1396
+ "ownerPackage": "planr-pipeline",
1397
+ "source": {
1398
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1399
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1400
+ },
1401
+ "authorityClass": "workflow",
1402
+ "machineJson": true,
1403
+ "outputContracts": [],
1404
+ "skillId": null,
1405
+ "aliases": [],
1406
+ "testRefs": [
1407
+ "tests/protocol/command-catalog.test.mjs"
1408
+ ]
1409
+ },
1410
+ {
1411
+ "commandId": "pipeline-investigate-advance",
1412
+ "surface": "pipeline-machine",
1413
+ "argv": [
1414
+ "pipeline",
1415
+ "investigate",
1416
+ "advance"
1417
+ ],
1418
+ "lifecycle": "active",
1419
+ "ownerPackage": "planr-pipeline",
1420
+ "source": {
1421
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1422
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1423
+ },
1424
+ "authorityClass": "workflow",
1425
+ "machineJson": true,
1426
+ "outputContracts": [],
1427
+ "skillId": null,
1428
+ "aliases": [],
1429
+ "testRefs": [
1430
+ "tests/protocol/command-catalog.test.mjs"
1431
+ ]
1432
+ },
1433
+ {
1434
+ "commandId": "pipeline-investigate-finalize",
1435
+ "surface": "pipeline-machine",
1436
+ "argv": [
1437
+ "pipeline",
1438
+ "investigate",
1439
+ "finalize"
1440
+ ],
1441
+ "lifecycle": "active",
1442
+ "ownerPackage": "planr-pipeline",
1443
+ "source": {
1444
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1445
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1446
+ },
1447
+ "authorityClass": "workflow",
1448
+ "machineJson": true,
1449
+ "outputContracts": [],
1450
+ "skillId": null,
1451
+ "aliases": [],
1452
+ "testRefs": [
1453
+ "tests/protocol/command-catalog.test.mjs"
1454
+ ]
1455
+ },
1456
+ {
1457
+ "commandId": "pipeline-investigate-start",
1458
+ "surface": "pipeline-machine",
1459
+ "argv": [
1460
+ "pipeline",
1461
+ "investigate",
1462
+ "start"
1463
+ ],
1464
+ "lifecycle": "active",
1465
+ "ownerPackage": "planr-pipeline",
1466
+ "source": {
1467
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1468
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1469
+ },
1470
+ "authorityClass": "workflow",
1471
+ "machineJson": true,
1472
+ "outputContracts": [],
1473
+ "skillId": null,
1474
+ "aliases": [],
1475
+ "testRefs": [
1476
+ "tests/protocol/command-catalog.test.mjs"
1477
+ ]
1478
+ },
1479
+ {
1480
+ "commandId": "pipeline-investigate-verify",
1481
+ "surface": "pipeline-machine",
1482
+ "argv": [
1483
+ "pipeline",
1484
+ "investigate",
1485
+ "verify"
1486
+ ],
1487
+ "lifecycle": "active",
1488
+ "ownerPackage": "planr-pipeline",
1489
+ "source": {
1490
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1491
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1492
+ },
1493
+ "authorityClass": "workflow",
1494
+ "machineJson": true,
1495
+ "outputContracts": [],
1496
+ "skillId": null,
1497
+ "aliases": [],
1498
+ "testRefs": [
1499
+ "tests/protocol/command-catalog.test.mjs"
1500
+ ]
1501
+ },
1502
+ {
1503
+ "commandId": "pipeline-land",
1504
+ "surface": "pipeline-machine",
1505
+ "argv": [
1506
+ "pipeline",
1507
+ "land"
1508
+ ],
1509
+ "lifecycle": "active",
1510
+ "ownerPackage": "planr-pipeline",
1511
+ "source": {
1512
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1513
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1514
+ },
1515
+ "authorityClass": "workflow",
1516
+ "machineJson": true,
1517
+ "outputContracts": [],
1518
+ "skillId": null,
1519
+ "aliases": [],
1520
+ "testRefs": [
1521
+ "tests/protocol/command-catalog.test.mjs"
1522
+ ]
1523
+ },
1524
+ {
1525
+ "commandId": "pipeline-plan",
1526
+ "surface": "pipeline-machine",
1527
+ "argv": [
1528
+ "pipeline",
1529
+ "plan"
1530
+ ],
1531
+ "lifecycle": "active",
1532
+ "ownerPackage": "planr-pipeline",
1533
+ "source": {
1534
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1535
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1536
+ },
1537
+ "authorityClass": "workflow",
1538
+ "machineJson": true,
1539
+ "outputContracts": [],
1540
+ "skillId": null,
1541
+ "aliases": [],
1542
+ "testRefs": [
1543
+ "tests/protocol/command-catalog.test.mjs"
1544
+ ]
1545
+ },
1546
+ {
1547
+ "commandId": "pipeline-plan-context",
1548
+ "surface": "pipeline-machine",
1549
+ "argv": [
1550
+ "pipeline",
1551
+ "plan-context"
1552
+ ],
1553
+ "lifecycle": "active",
1554
+ "ownerPackage": "planr-pipeline",
1555
+ "source": {
1556
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1557
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1558
+ },
1559
+ "authorityClass": "workflow",
1560
+ "machineJson": true,
1561
+ "outputContracts": [],
1562
+ "skillId": null,
1563
+ "aliases": [],
1564
+ "testRefs": [
1565
+ "tests/protocol/command-catalog.test.mjs"
1566
+ ]
1567
+ },
1568
+ {
1569
+ "commandId": "pipeline-prepare-browser-qa",
1570
+ "surface": "pipeline-machine",
1571
+ "argv": [
1572
+ "pipeline",
1573
+ "prepare-browser-qa"
1574
+ ],
1575
+ "lifecycle": "active",
1576
+ "ownerPackage": "planr-pipeline",
1577
+ "source": {
1578
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1579
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1580
+ },
1581
+ "authorityClass": "workflow",
1582
+ "machineJson": true,
1583
+ "outputContracts": [],
1584
+ "skillId": null,
1585
+ "aliases": [],
1586
+ "testRefs": [
1587
+ "tests/protocol/command-catalog.test.mjs"
1588
+ ]
1589
+ },
1590
+ {
1591
+ "commandId": "pipeline-prepare-plan",
1592
+ "surface": "pipeline-machine",
1593
+ "argv": [
1594
+ "pipeline",
1595
+ "prepare-plan"
1596
+ ],
1597
+ "lifecycle": "active",
1598
+ "ownerPackage": "planr-pipeline",
1599
+ "source": {
1600
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1601
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1602
+ },
1603
+ "authorityClass": "workflow",
1604
+ "machineJson": true,
1605
+ "outputContracts": [],
1606
+ "skillId": null,
1607
+ "aliases": [],
1608
+ "testRefs": [
1609
+ "tests/protocol/command-catalog.test.mjs"
1610
+ ]
1611
+ },
1612
+ {
1613
+ "commandId": "pipeline-prepare-plan-review",
1614
+ "surface": "pipeline-machine",
1615
+ "argv": [
1616
+ "pipeline",
1617
+ "prepare-plan-review"
1618
+ ],
1619
+ "lifecycle": "deprecated",
1620
+ "ownerPackage": "planr-pipeline",
1621
+ "source": {
1622
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1623
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1624
+ },
1625
+ "authorityClass": "workflow",
1626
+ "machineJson": true,
1627
+ "outputContracts": [],
1628
+ "skillId": null,
1629
+ "aliases": [],
1630
+ "testRefs": [
1631
+ "tests/protocol/command-catalog.test.mjs"
1632
+ ]
1633
+ },
1634
+ {
1635
+ "commandId": "pipeline-prepare-ship",
1636
+ "surface": "pipeline-machine",
1637
+ "argv": [
1638
+ "pipeline",
1639
+ "prepare-ship"
1640
+ ],
1641
+ "lifecycle": "active",
1642
+ "ownerPackage": "planr-pipeline",
1643
+ "source": {
1644
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1645
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1646
+ },
1647
+ "authorityClass": "workflow",
1648
+ "machineJson": true,
1649
+ "outputContracts": [],
1650
+ "skillId": null,
1651
+ "aliases": [],
1652
+ "testRefs": [
1653
+ "tests/protocol/command-catalog.test.mjs"
1654
+ ]
1655
+ },
1656
+ {
1657
+ "commandId": "pipeline-record-browser-qa",
1658
+ "surface": "pipeline-machine",
1659
+ "argv": [
1660
+ "pipeline",
1661
+ "record-browser-qa"
1662
+ ],
1663
+ "lifecycle": "active",
1664
+ "ownerPackage": "planr-pipeline",
1665
+ "source": {
1666
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1667
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1668
+ },
1669
+ "authorityClass": "workflow",
1670
+ "machineJson": true,
1671
+ "outputContracts": [],
1672
+ "skillId": null,
1673
+ "aliases": [],
1674
+ "testRefs": [
1675
+ "tests/protocol/command-catalog.test.mjs"
1676
+ ]
1677
+ },
1678
+ {
1679
+ "commandId": "pipeline-reopen-ship",
1680
+ "surface": "pipeline-machine",
1681
+ "argv": [
1682
+ "pipeline",
1683
+ "reopen-ship"
1684
+ ],
1685
+ "lifecycle": "active",
1686
+ "ownerPackage": "planr-pipeline",
1687
+ "source": {
1688
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1689
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1690
+ },
1691
+ "authorityClass": "workflow",
1692
+ "machineJson": true,
1693
+ "outputContracts": [],
1694
+ "skillId": null,
1695
+ "aliases": [],
1696
+ "testRefs": [
1697
+ "tests/protocol/command-catalog.test.mjs"
1698
+ ]
1699
+ },
1700
+ {
1701
+ "commandId": "pipeline-run-ship-gates",
1702
+ "surface": "pipeline-machine",
1703
+ "argv": [
1704
+ "pipeline",
1705
+ "run-ship-gates"
1706
+ ],
1707
+ "lifecycle": "active",
1708
+ "ownerPackage": "planr-pipeline",
1709
+ "source": {
1710
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1711
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1712
+ },
1713
+ "authorityClass": "workflow",
1714
+ "machineJson": true,
1715
+ "outputContracts": [],
1716
+ "skillId": null,
1717
+ "aliases": [],
1718
+ "testRefs": [
1719
+ "tests/protocol/command-catalog.test.mjs"
1720
+ ]
1721
+ },
1722
+ {
1723
+ "commandId": "pipeline-ship",
1724
+ "surface": "pipeline-machine",
1725
+ "argv": [
1726
+ "pipeline",
1727
+ "ship"
1728
+ ],
1729
+ "lifecycle": "active",
1730
+ "ownerPackage": "planr-pipeline",
1731
+ "source": {
1732
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1733
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1734
+ },
1735
+ "authorityClass": "workflow",
1736
+ "machineJson": true,
1737
+ "outputContracts": [],
1738
+ "skillId": null,
1739
+ "aliases": [],
1740
+ "testRefs": [
1741
+ "tests/protocol/command-catalog.test.mjs"
1742
+ ]
1743
+ },
1744
+ {
1745
+ "commandId": "pipeline-ship-context",
1746
+ "surface": "pipeline-machine",
1747
+ "argv": [
1748
+ "pipeline",
1749
+ "ship-context"
1750
+ ],
1751
+ "lifecycle": "active",
1752
+ "ownerPackage": "planr-pipeline",
1753
+ "source": {
1754
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1755
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1756
+ },
1757
+ "authorityClass": "workflow",
1758
+ "machineJson": true,
1759
+ "outputContracts": [],
1760
+ "skillId": null,
1761
+ "aliases": [],
1762
+ "testRefs": [
1763
+ "tests/protocol/command-catalog.test.mjs"
1764
+ ]
1765
+ },
1766
+ {
1767
+ "commandId": "pipeline-start-plan-review",
1768
+ "surface": "pipeline-machine",
1769
+ "argv": [
1770
+ "pipeline",
1771
+ "start-plan-review"
1772
+ ],
1773
+ "lifecycle": "deprecated",
1774
+ "ownerPackage": "planr-pipeline",
1775
+ "source": {
1776
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1777
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1778
+ },
1779
+ "authorityClass": "workflow",
1780
+ "machineJson": true,
1781
+ "outputContracts": [],
1782
+ "skillId": null,
1783
+ "aliases": [],
1784
+ "testRefs": [
1785
+ "tests/protocol/command-catalog.test.mjs"
1786
+ ]
1787
+ },
1788
+ {
1789
+ "commandId": "pipeline-start-ship",
1790
+ "surface": "pipeline-machine",
1791
+ "argv": [
1792
+ "pipeline",
1793
+ "start-ship"
1794
+ ],
1795
+ "lifecycle": "active",
1796
+ "ownerPackage": "planr-pipeline",
1797
+ "source": {
1798
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1799
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1800
+ },
1801
+ "authorityClass": "workflow",
1802
+ "machineJson": true,
1803
+ "outputContracts": [],
1804
+ "skillId": null,
1805
+ "aliases": [],
1806
+ "testRefs": [
1807
+ "tests/protocol/command-catalog.test.mjs"
1808
+ ]
1809
+ },
1810
+ {
1811
+ "commandId": "pipeline-status",
1812
+ "surface": "pipeline-machine",
1813
+ "argv": [
1814
+ "pipeline",
1815
+ "status"
1816
+ ],
1817
+ "lifecycle": "active",
1818
+ "ownerPackage": "planr-pipeline",
1819
+ "source": {
1820
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1821
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1822
+ },
1823
+ "authorityClass": "workflow",
1824
+ "machineJson": true,
1825
+ "outputContracts": [],
1826
+ "skillId": null,
1827
+ "aliases": [],
1828
+ "testRefs": [
1829
+ "tests/protocol/command-catalog.test.mjs"
1830
+ ]
1831
+ },
1832
+ {
1833
+ "commandId": "pipeline-sync",
1834
+ "surface": "pipeline-machine",
1835
+ "argv": [
1836
+ "pipeline",
1837
+ "sync"
1838
+ ],
1839
+ "lifecycle": "active",
1840
+ "ownerPackage": "planr-pipeline",
1841
+ "source": {
1842
+ "path": "packages/pipeline/bin/planr-pipeline.mjs",
1843
+ "digest": "sha256:cb156a4a40ec0c0d930bb1800f5f9be26142e47cdc53131b7a6cddff6e65e3e0"
1844
+ },
1845
+ "authorityClass": "workflow",
1846
+ "machineJson": true,
1847
+ "outputContracts": [],
1848
+ "skillId": null,
1849
+ "aliases": [],
1850
+ "testRefs": [
1851
+ "tests/protocol/command-catalog.test.mjs"
1852
+ ]
1853
+ }
1854
+ ],
1855
+ "negativeContracts": [
1856
+ {
1857
+ "negativeContractId": "retired-pipeline-operate",
1858
+ "forbiddenArgvPrefix": [
1859
+ "pipeline",
1860
+ "operate"
1861
+ ],
1862
+ "forbiddenPaths": [
1863
+ "packages/pipeline/commands/operate.md",
1864
+ "packages/pipeline/skills/planr-operate/SKILL.md"
1865
+ ],
1866
+ "reason": "Operate remains a CLI-owned planr operate facade; pipeline-owned Operate grammar and plugin assets are retired.",
1867
+ "testRefs": [
1868
+ "tests/protocol/command-catalog.test.mjs",
1869
+ "tests/ecosystem/operate-v2-clean-boundary-absence.test.mjs"
1870
+ ]
1871
+ },
1872
+ {
1873
+ "negativeContractId": "retired-semantic-cli-estimate",
1874
+ "forbiddenArgvPrefix": [
1875
+ "estimate"
1876
+ ],
1877
+ "forbiddenPaths": [
1878
+ "packages/cli/src/cli/commands/estimate.ts"
1879
+ ],
1880
+ "reason": "Semantic estimate work belongs to the active host agent under Protocol 1.8.",
1881
+ "testRefs": [
1882
+ "packages/cli/tests/unit/command-registration-parity.test.ts"
1883
+ ]
1884
+ },
1885
+ {
1886
+ "negativeContractId": "retired-semantic-cli-evidence",
1887
+ "forbiddenArgvPrefix": [
1888
+ "evidence"
1889
+ ],
1890
+ "forbiddenPaths": [
1891
+ "packages/cli/src/cli/commands/evidence.ts"
1892
+ ],
1893
+ "reason": "Semantic evidence work belongs to the active host agent under Protocol 1.8.",
1894
+ "testRefs": [
1895
+ "packages/cli/tests/unit/command-registration-parity.test.ts"
1896
+ ]
1897
+ },
1898
+ {
1899
+ "negativeContractId": "retired-semantic-cli-pipeline",
1900
+ "forbiddenArgvPrefix": [
1901
+ "pipeline"
1902
+ ],
1903
+ "forbiddenPaths": [
1904
+ "packages/cli/src/cli/commands/pipeline.ts"
1905
+ ],
1906
+ "reason": "Semantic pipeline work belongs to the active host agent under Protocol 1.8.",
1907
+ "testRefs": [
1908
+ "packages/cli/tests/unit/command-registration-parity.test.ts"
1909
+ ]
1910
+ },
1911
+ {
1912
+ "negativeContractId": "retired-semantic-cli-plan",
1913
+ "forbiddenArgvPrefix": [
1914
+ "plan"
1915
+ ],
1916
+ "forbiddenPaths": [
1917
+ "packages/cli/src/cli/commands/plan.ts"
1918
+ ],
1919
+ "reason": "Semantic plan work belongs to the active host agent under Protocol 1.8.",
1920
+ "testRefs": [
1921
+ "packages/cli/tests/unit/command-registration-parity.test.ts"
1922
+ ]
1923
+ },
1924
+ {
1925
+ "negativeContractId": "retired-semantic-cli-refine",
1926
+ "forbiddenArgvPrefix": [
1927
+ "refine"
1928
+ ],
1929
+ "forbiddenPaths": [
1930
+ "packages/cli/src/cli/commands/refine.ts"
1931
+ ],
1932
+ "reason": "Semantic refine work belongs to the active host agent under Protocol 1.8.",
1933
+ "testRefs": [
1934
+ "packages/cli/tests/unit/command-registration-parity.test.ts"
1935
+ ]
1936
+ },
1937
+ {
1938
+ "negativeContractId": "retired-semantic-cli-revise",
1939
+ "forbiddenArgvPrefix": [
1940
+ "revise"
1941
+ ],
1942
+ "forbiddenPaths": [
1943
+ "packages/cli/src/cli/commands/revise.ts"
1944
+ ],
1945
+ "reason": "Semantic revise work belongs to the active host agent under Protocol 1.8.",
1946
+ "testRefs": [
1947
+ "packages/cli/tests/unit/command-registration-parity.test.ts"
1948
+ ]
1949
+ }
1950
+ ],
1951
+ "documentDigest": "sha256:8794b9b12d8e654540b57c233cb4ea9994072e0d06adfdd187ea5707b1ab39b4"
1952
+ }