@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,864 @@
1
+ {
2
+ "kind": "output-catalog",
3
+ "schemaVersion": "1.0.0",
4
+ "protocolVersion": "1.5.0",
5
+ "documentVersion": "1.0.0",
6
+ "digestAlgorithm": "sha256",
7
+ "canonicalization": "rfc8785",
8
+ "outputs": [
9
+ {
10
+ "outputId": "artifact-review-bundle",
11
+ "title": "Artifact review bundle",
12
+ "outputClass": "D",
13
+ "ownerPackage": "@openplanr/artifact",
14
+ "pathFunctionId": "artifact-bundle-path",
15
+ "pathTemplate": ".planr/artifacts/{artifactId}/bundle.html",
16
+ "sourceOfTruth": false,
17
+ "schemaRef": null,
18
+ "manifestRef": {
19
+ "id": "generated-asset-manifest",
20
+ "version": "1.0.0"
21
+ },
22
+ "generator": {
23
+ "id": "generate-artifact-review-bundle",
24
+ "version": "1.0.0",
25
+ "sourceDigest": "sha256:a9d105c6dbde86d6c325804e9fdda38645ae4a66739c201727ffa473ab197633"
26
+ },
27
+ "validator": {
28
+ "id": "validate-artifact-review-bundle",
29
+ "version": "1.0.0"
30
+ },
31
+ "compatibilityReaders": [
32
+ {
33
+ "package": "@openplanr/artifact",
34
+ "entrypoint": "@openplanr/artifact/artifact-review-bundle"
35
+ }
36
+ ],
37
+ "retentionPolicy": "release",
38
+ "cleanupPolicy": "explicit-owner",
39
+ "mediaTypes": [
40
+ "text/html"
41
+ ],
42
+ "testRefs": [
43
+ "tests/protocol/output-catalog.test.mjs"
44
+ ]
45
+ },
46
+ {
47
+ "outputId": "canonical-skill-source",
48
+ "title": "Canonical skill source",
49
+ "outputClass": "A",
50
+ "ownerPackage": "@openplanr/skill-runtime",
51
+ "pathFunctionId": "skill-source-path",
52
+ "pathTemplate": "skills/{skillId}/SKILL.md",
53
+ "sourceOfTruth": true,
54
+ "schemaRef": null,
55
+ "manifestRef": null,
56
+ "generator": {
57
+ "id": "generate-canonical-skill-source",
58
+ "version": "1.0.0",
59
+ "sourceDigest": "sha256:1246c9215d2318084f993e1aed9551688815807afba66efa8817f428d709896a"
60
+ },
61
+ "validator": {
62
+ "id": "validate-canonical-skill-source",
63
+ "version": "1.0.0"
64
+ },
65
+ "compatibilityReaders": [
66
+ {
67
+ "package": "@openplanr/skill-runtime",
68
+ "entrypoint": "@openplanr/skill-runtime/canonical-skill-source"
69
+ }
70
+ ],
71
+ "retentionPolicy": "project",
72
+ "cleanupPolicy": "never",
73
+ "mediaTypes": [
74
+ "text/markdown",
75
+ "application/json"
76
+ ],
77
+ "testRefs": [
78
+ "tests/protocol/output-catalog.test.mjs"
79
+ ]
80
+ },
81
+ {
82
+ "outputId": "dashboard-contract-data",
83
+ "title": "Dashboard contract data",
84
+ "outputClass": "B",
85
+ "ownerPackage": "@openplanr/protocol",
86
+ "pathFunctionId": "dashboard-data-path",
87
+ "pathTemplate": ".planr/dashboard/{projectId}.json",
88
+ "sourceOfTruth": false,
89
+ "schemaRef": {
90
+ "id": "dashboard-bootstrap",
91
+ "version": "1.2.0"
92
+ },
93
+ "manifestRef": null,
94
+ "generator": {
95
+ "id": "generate-dashboard-contract-data",
96
+ "version": "1.0.0",
97
+ "sourceDigest": "sha256:e3e46f95b203f16b1e49e709dd07a1e2812b3ff551203142f21ade58167e1e0f"
98
+ },
99
+ "validator": {
100
+ "id": "validate-dashboard-contract-data",
101
+ "version": "1.0.0"
102
+ },
103
+ "compatibilityReaders": [
104
+ {
105
+ "package": "@openplanr/protocol",
106
+ "entrypoint": "@openplanr/protocol/dashboard-contract-data"
107
+ }
108
+ ],
109
+ "retentionPolicy": "run",
110
+ "cleanupPolicy": "on-success",
111
+ "mediaTypes": [
112
+ "application/json"
113
+ ],
114
+ "testRefs": [
115
+ "tests/protocol/output-catalog.test.mjs"
116
+ ]
117
+ },
118
+ {
119
+ "outputId": "database-snapshot",
120
+ "title": "Read-only database snapshot",
121
+ "outputClass": "A",
122
+ "ownerPackage": "@openplanr/pipeline",
123
+ "pathFunctionId": "database-snapshot-path",
124
+ "pathTemplate": "output/db/schema.json",
125
+ "sourceOfTruth": true,
126
+ "schemaRef": null,
127
+ "manifestRef": null,
128
+ "generator": {
129
+ "id": "generate-database-snapshot",
130
+ "version": "1.0.0",
131
+ "sourceDigest": "sha256:1c82a03ea0a60184925748203b24fc26c68346733a4fd3009481522347a41d10"
132
+ },
133
+ "validator": {
134
+ "id": "validate-database-snapshot",
135
+ "version": "1.0.0"
136
+ },
137
+ "compatibilityReaders": [
138
+ {
139
+ "package": "@openplanr/pipeline",
140
+ "entrypoint": "@openplanr/pipeline/database-snapshot"
141
+ }
142
+ ],
143
+ "retentionPolicy": "project",
144
+ "cleanupPolicy": "never",
145
+ "mediaTypes": [
146
+ "application/json"
147
+ ],
148
+ "testRefs": [
149
+ "tests/protocol/output-catalog.test.mjs"
150
+ ]
151
+ },
152
+ {
153
+ "outputId": "design-session",
154
+ "title": "Design review session",
155
+ "outputClass": "B",
156
+ "ownerPackage": "@openplanr/design",
157
+ "pathFunctionId": "design-session-path",
158
+ "pathTemplate": ".planr/design/{feature}/session.json",
159
+ "sourceOfTruth": false,
160
+ "schemaRef": {
161
+ "id": "design-session",
162
+ "version": "1.0.0"
163
+ },
164
+ "manifestRef": null,
165
+ "generator": {
166
+ "id": "generate-design-session",
167
+ "version": "1.0.0",
168
+ "sourceDigest": "sha256:ada83f6b464011b19a9fb5d47fe40d40f7c019d07242678eee6e3440af9bb488"
169
+ },
170
+ "validator": {
171
+ "id": "validate-design-session",
172
+ "version": "1.0.0"
173
+ },
174
+ "compatibilityReaders": [
175
+ {
176
+ "package": "@openplanr/design",
177
+ "entrypoint": "@openplanr/design/design-session"
178
+ }
179
+ ],
180
+ "retentionPolicy": "run",
181
+ "cleanupPolicy": "bounded-expiry",
182
+ "mediaTypes": [
183
+ "application/json"
184
+ ],
185
+ "testRefs": [
186
+ "tests/protocol/output-catalog.test.mjs"
187
+ ]
188
+ },
189
+ {
190
+ "outputId": "design-specification",
191
+ "title": "Design specification",
192
+ "outputClass": "A",
193
+ "ownerPackage": "@openplanr/design",
194
+ "pathFunctionId": "design-spec-path",
195
+ "pathTemplate": "output/feats/{feature}/design-spec.md",
196
+ "sourceOfTruth": true,
197
+ "schemaRef": null,
198
+ "manifestRef": null,
199
+ "generator": {
200
+ "id": "generate-design-specification",
201
+ "version": "1.0.0",
202
+ "sourceDigest": "sha256:dda31316791c4cf59d530f35abbb6c73f417ffa8da97a7a3083f667b72da9afd"
203
+ },
204
+ "validator": {
205
+ "id": "validate-design-specification",
206
+ "version": "1.0.0"
207
+ },
208
+ "compatibilityReaders": [
209
+ {
210
+ "package": "@openplanr/design",
211
+ "entrypoint": "@openplanr/design/design-specification"
212
+ }
213
+ ],
214
+ "retentionPolicy": "project",
215
+ "cleanupPolicy": "never",
216
+ "mediaTypes": [
217
+ "text/markdown"
218
+ ],
219
+ "testRefs": [
220
+ "tests/protocol/output-catalog.test.mjs"
221
+ ]
222
+ },
223
+ {
224
+ "outputId": "diagram-set",
225
+ "title": "Verified diagram set",
226
+ "outputClass": "D",
227
+ "ownerPackage": "@openplanr/artifact",
228
+ "pathFunctionId": "diagram-manifest-path",
229
+ "pathTemplate": "diagrams/{slug}/{slug}.manifest.json",
230
+ "sourceOfTruth": false,
231
+ "schemaRef": {
232
+ "id": "diagram-manifest",
233
+ "version": "1.0.0"
234
+ },
235
+ "manifestRef": {
236
+ "id": "diagram-manifest",
237
+ "version": "1.0.0"
238
+ },
239
+ "generator": {
240
+ "id": "generate-diagram-set",
241
+ "version": "1.0.0",
242
+ "sourceDigest": "sha256:133cccc5e17da519a517ce30ccb53876cd365d400e62cc82cc03b2bdc189b5be"
243
+ },
244
+ "validator": {
245
+ "id": "validate-diagram-set",
246
+ "version": "1.0.0"
247
+ },
248
+ "compatibilityReaders": [
249
+ {
250
+ "package": "@openplanr/artifact",
251
+ "entrypoint": "@openplanr/artifact/diagram-set"
252
+ }
253
+ ],
254
+ "retentionPolicy": "project",
255
+ "cleanupPolicy": "explicit-owner",
256
+ "mediaTypes": [
257
+ "application/json",
258
+ "image/png",
259
+ "image/svg+xml",
260
+ "text/html"
261
+ ],
262
+ "testRefs": [
263
+ "tests/protocol/output-catalog.test.mjs"
264
+ ]
265
+ },
266
+ {
267
+ "outputId": "diagram-source",
268
+ "title": "Canonical diagram source",
269
+ "outputClass": "A",
270
+ "ownerPackage": "@openplanr/artifact",
271
+ "pathFunctionId": "diagram-source-path",
272
+ "pathTemplate": "diagrams/{slug}/{slug}.planr-diagram.json",
273
+ "sourceOfTruth": true,
274
+ "schemaRef": {
275
+ "id": "diagram-document",
276
+ "version": "1.0.0"
277
+ },
278
+ "manifestRef": {
279
+ "id": "diagram-manifest",
280
+ "version": "1.0.0"
281
+ },
282
+ "generator": {
283
+ "id": "generate-diagram-source",
284
+ "version": "1.0.0",
285
+ "sourceDigest": "sha256:4b80af9e11a54bc0993b6f5313a47fe5ac497f123e79c056daae7d062f306a84"
286
+ },
287
+ "validator": {
288
+ "id": "validate-diagram-source",
289
+ "version": "1.0.0"
290
+ },
291
+ "compatibilityReaders": [
292
+ {
293
+ "package": "@openplanr/artifact",
294
+ "entrypoint": "@openplanr/artifact/diagram-source"
295
+ }
296
+ ],
297
+ "retentionPolicy": "project",
298
+ "cleanupPolicy": "never",
299
+ "mediaTypes": [
300
+ "application/vnd.openplanr.diagram+json"
301
+ ],
302
+ "testRefs": [
303
+ "tests/protocol/output-catalog.test.mjs"
304
+ ]
305
+ },
306
+ {
307
+ "outputId": "evaluation-report",
308
+ "title": "Evaluation report",
309
+ "outputClass": "B",
310
+ "ownerPackage": "@openplanr/skill-runtime",
311
+ "pathFunctionId": "evaluation-report-path",
312
+ "pathTemplate": "evaluation/results/{runId}.json",
313
+ "sourceOfTruth": false,
314
+ "schemaRef": {
315
+ "id": "evaluation-aggregate-report",
316
+ "version": "1.4.0"
317
+ },
318
+ "manifestRef": null,
319
+ "generator": {
320
+ "id": "generate-evaluation-report",
321
+ "version": "1.0.0",
322
+ "sourceDigest": "sha256:1fd9bc7593b7cef78c83d1cac7f9743ed20526ca23220e042e9e941b1dcc84ad"
323
+ },
324
+ "validator": {
325
+ "id": "validate-evaluation-report",
326
+ "version": "1.0.0"
327
+ },
328
+ "compatibilityReaders": [
329
+ {
330
+ "package": "@openplanr/skill-runtime",
331
+ "entrypoint": "@openplanr/skill-runtime/evaluation-report"
332
+ }
333
+ ],
334
+ "retentionPolicy": "release",
335
+ "cleanupPolicy": "never",
336
+ "mediaTypes": [
337
+ "application/json"
338
+ ],
339
+ "testRefs": [
340
+ "tests/protocol/output-catalog.test.mjs"
341
+ ]
342
+ },
343
+ {
344
+ "outputId": "generated-host-assets",
345
+ "title": "Generated host plugin assets",
346
+ "outputClass": "D",
347
+ "ownerPackage": "@openplanr/skill-runtime",
348
+ "pathFunctionId": "host-asset-path",
349
+ "pathTemplate": "dist/plugins/{host}/openplanr/{assetPath}",
350
+ "sourceOfTruth": false,
351
+ "schemaRef": null,
352
+ "manifestRef": {
353
+ "id": "generated-asset-manifest",
354
+ "version": "1.0.0"
355
+ },
356
+ "generator": {
357
+ "id": "generate-generated-host-assets",
358
+ "version": "1.0.0",
359
+ "sourceDigest": "sha256:1da3c455aeaecf780acab97d25a414b6b3d2720c341fbbc75b2045cd861f8156"
360
+ },
361
+ "validator": {
362
+ "id": "validate-generated-host-assets",
363
+ "version": "1.0.0"
364
+ },
365
+ "compatibilityReaders": [
366
+ {
367
+ "package": "@openplanr/skill-runtime",
368
+ "entrypoint": "@openplanr/skill-runtime/generated-host-assets"
369
+ }
370
+ ],
371
+ "retentionPolicy": "release",
372
+ "cleanupPolicy": "never",
373
+ "mediaTypes": [
374
+ "application/json",
375
+ "text/markdown"
376
+ ],
377
+ "testRefs": [
378
+ "tests/protocol/output-catalog.test.mjs"
379
+ ]
380
+ },
381
+ {
382
+ "outputId": "generated-project-files",
383
+ "title": "Generated implementation files",
384
+ "outputClass": "C",
385
+ "ownerPackage": "@openplanr/pipeline",
386
+ "pathFunctionId": "generated-file-path",
387
+ "pathTemplate": "{repositoryKey}/{path}",
388
+ "sourceOfTruth": false,
389
+ "schemaRef": null,
390
+ "manifestRef": {
391
+ "id": "task-output-manifest",
392
+ "version": "1.0.0"
393
+ },
394
+ "generator": {
395
+ "id": "generate-generated-project-files",
396
+ "version": "1.0.0",
397
+ "sourceDigest": "sha256:ce267e6248b13d41790dd73292dfae984f57b45a7640fb7da79066791eb08236"
398
+ },
399
+ "validator": {
400
+ "id": "validate-generated-project-files",
401
+ "version": "1.0.0"
402
+ },
403
+ "compatibilityReaders": [
404
+ {
405
+ "package": "@openplanr/pipeline",
406
+ "entrypoint": "@openplanr/pipeline/generated-project-files"
407
+ }
408
+ ],
409
+ "retentionPolicy": "project",
410
+ "cleanupPolicy": "explicit-owner",
411
+ "mediaTypes": [
412
+ "application/octet-stream"
413
+ ],
414
+ "testRefs": [
415
+ "tests/protocol/output-catalog.test.mjs"
416
+ ]
417
+ },
418
+ {
419
+ "outputId": "gherkin-feature",
420
+ "title": "Gherkin acceptance feature",
421
+ "outputClass": "A",
422
+ "ownerPackage": "@openplanr/pipeline",
423
+ "pathFunctionId": "gherkin-path",
424
+ "pathTemplate": "output/feats/{feature}/us-{story}/acceptance.feature",
425
+ "sourceOfTruth": true,
426
+ "schemaRef": null,
427
+ "manifestRef": null,
428
+ "generator": {
429
+ "id": "generate-gherkin-feature",
430
+ "version": "1.0.0",
431
+ "sourceDigest": "sha256:eba441f56d732b422696c2445c95b9d2d9a4ea136e7ae67d2f1fbad9fd925638"
432
+ },
433
+ "validator": {
434
+ "id": "validate-gherkin-feature",
435
+ "version": "1.0.0"
436
+ },
437
+ "compatibilityReaders": [
438
+ {
439
+ "package": "@openplanr/pipeline",
440
+ "entrypoint": "@openplanr/pipeline/gherkin-feature"
441
+ }
442
+ ],
443
+ "retentionPolicy": "project",
444
+ "cleanupPolicy": "never",
445
+ "mediaTypes": [
446
+ "text/plain"
447
+ ],
448
+ "testRefs": [
449
+ "tests/protocol/output-catalog.test.mjs"
450
+ ]
451
+ },
452
+ {
453
+ "outputId": "operate-state",
454
+ "title": "Operate runtime state",
455
+ "outputClass": "B",
456
+ "ownerPackage": "@openplanr/operate",
457
+ "pathFunctionId": "operate-state-path",
458
+ "pathTemplate": ".planr/operate/{cycleId}/state.json",
459
+ "sourceOfTruth": true,
460
+ "schemaRef": {
461
+ "id": "operating-runtime-state",
462
+ "version": "2.0.0"
463
+ },
464
+ "manifestRef": null,
465
+ "generator": {
466
+ "id": "generate-operate-state",
467
+ "version": "1.0.0",
468
+ "sourceDigest": "sha256:432037872bcdab60bfab62e22c73b873a0910ff7d4b625c341ef5b71c04e4b59"
469
+ },
470
+ "validator": {
471
+ "id": "validate-operate-state",
472
+ "version": "1.0.0"
473
+ },
474
+ "compatibilityReaders": [
475
+ {
476
+ "package": "@openplanr/operate",
477
+ "entrypoint": "@openplanr/operate/operate-state"
478
+ }
479
+ ],
480
+ "retentionPolicy": "project",
481
+ "cleanupPolicy": "never",
482
+ "mediaTypes": [
483
+ "application/json"
484
+ ],
485
+ "testRefs": [
486
+ "tests/protocol/output-catalog.test.mjs"
487
+ ]
488
+ },
489
+ {
490
+ "outputId": "planning-review-receipt",
491
+ "title": "Planning review receipt",
492
+ "outputClass": "B",
493
+ "ownerPackage": "@openplanr/pipeline",
494
+ "pathFunctionId": "planning-review-path",
495
+ "pathTemplate": ".planr/pipeline/{feature}/planning-review-receipt.json",
496
+ "sourceOfTruth": true,
497
+ "schemaRef": {
498
+ "id": "planning-review-receipt",
499
+ "version": "1.1.0"
500
+ },
501
+ "manifestRef": null,
502
+ "generator": {
503
+ "id": "generate-planning-review-receipt",
504
+ "version": "1.0.0",
505
+ "sourceDigest": "sha256:7f6423d4df167f7a80c2f6ab54958047647e0130d009a3f7fa38fc1bd872eaa1"
506
+ },
507
+ "validator": {
508
+ "id": "validate-planning-review-receipt",
509
+ "version": "1.0.0"
510
+ },
511
+ "compatibilityReaders": [
512
+ {
513
+ "package": "@openplanr/pipeline",
514
+ "entrypoint": "@openplanr/pipeline/planning-review-receipt"
515
+ }
516
+ ],
517
+ "retentionPolicy": "release",
518
+ "cleanupPolicy": "never",
519
+ "mediaTypes": [
520
+ "application/json"
521
+ ],
522
+ "testRefs": [
523
+ "tests/protocol/output-catalog.test.mjs"
524
+ ]
525
+ },
526
+ {
527
+ "outputId": "professional-specification",
528
+ "title": "Professional specification",
529
+ "outputClass": "A",
530
+ "ownerPackage": "@openplanr/pipeline",
531
+ "pathFunctionId": "professional-spec-path",
532
+ "pathTemplate": "input/specs/spec-{feature}.md",
533
+ "sourceOfTruth": true,
534
+ "schemaRef": {
535
+ "id": "professional-specification",
536
+ "version": "1.1.0"
537
+ },
538
+ "manifestRef": null,
539
+ "generator": {
540
+ "id": "generate-professional-specification",
541
+ "version": "1.0.0",
542
+ "sourceDigest": "sha256:dcd72cfac88ea0dc1361efe36d8d9df603fd2ab86ae75ba2f6002b3b7b04dc1f"
543
+ },
544
+ "validator": {
545
+ "id": "validate-professional-specification",
546
+ "version": "1.0.0"
547
+ },
548
+ "compatibilityReaders": [
549
+ {
550
+ "package": "@openplanr/pipeline",
551
+ "entrypoint": "@openplanr/pipeline/professional-specification"
552
+ }
553
+ ],
554
+ "retentionPolicy": "project",
555
+ "cleanupPolicy": "never",
556
+ "mediaTypes": [
557
+ "text/markdown"
558
+ ],
559
+ "testRefs": [
560
+ "tests/protocol/output-catalog.test.mjs"
561
+ ]
562
+ },
563
+ {
564
+ "outputId": "project-config",
565
+ "title": "Project configuration",
566
+ "outputClass": "A",
567
+ "ownerPackage": "openplanr",
568
+ "pathFunctionId": "project-config-path",
569
+ "pathTemplate": ".planr/config.json",
570
+ "sourceOfTruth": true,
571
+ "schemaRef": null,
572
+ "manifestRef": null,
573
+ "generator": {
574
+ "id": "generate-project-config",
575
+ "version": "1.0.0",
576
+ "sourceDigest": "sha256:05b5b78626398d8d53c8261ffd02d7136f78a53128cc37b5f1c5cf88466e7fd2"
577
+ },
578
+ "validator": {
579
+ "id": "validate-project-config",
580
+ "version": "1.0.0"
581
+ },
582
+ "compatibilityReaders": [
583
+ {
584
+ "package": "openplanr",
585
+ "entrypoint": "openplanr/project-config"
586
+ }
587
+ ],
588
+ "retentionPolicy": "project",
589
+ "cleanupPolicy": "never",
590
+ "mediaTypes": [
591
+ "application/json"
592
+ ],
593
+ "testRefs": [
594
+ "tests/protocol/output-catalog.test.mjs"
595
+ ]
596
+ },
597
+ {
598
+ "outputId": "release-proof",
599
+ "title": "Release proof",
600
+ "outputClass": "D",
601
+ "ownerPackage": "@openplanr/protocol",
602
+ "pathFunctionId": "release-proof-path",
603
+ "pathTemplate": "conformance/release/{version}.json",
604
+ "sourceOfTruth": false,
605
+ "schemaRef": {
606
+ "id": "migration-preservation-manifest",
607
+ "version": "1.0.0"
608
+ },
609
+ "manifestRef": {
610
+ "id": "generated-asset-manifest",
611
+ "version": "1.0.0"
612
+ },
613
+ "generator": {
614
+ "id": "generate-release-proof",
615
+ "version": "1.0.0",
616
+ "sourceDigest": "sha256:25f68225968a6e4565070aff6fb7c1a5dd271749c2d495fb53c13aae794badaf"
617
+ },
618
+ "validator": {
619
+ "id": "validate-release-proof",
620
+ "version": "1.0.0"
621
+ },
622
+ "compatibilityReaders": [
623
+ {
624
+ "package": "@openplanr/protocol",
625
+ "entrypoint": "@openplanr/protocol/release-proof"
626
+ }
627
+ ],
628
+ "retentionPolicy": "release",
629
+ "cleanupPolicy": "never",
630
+ "mediaTypes": [
631
+ "application/json"
632
+ ],
633
+ "testRefs": [
634
+ "tests/protocol/output-catalog.test.mjs"
635
+ ]
636
+ },
637
+ {
638
+ "outputId": "ship-closure",
639
+ "title": "SHIP closure receipt",
640
+ "outputClass": "B",
641
+ "ownerPackage": "@openplanr/pipeline",
642
+ "pathFunctionId": "ship-closure-path",
643
+ "pathTemplate": ".planr/pipeline/{feature}/ship-closure.json",
644
+ "sourceOfTruth": true,
645
+ "schemaRef": {
646
+ "id": "ship-closure",
647
+ "version": "1.1.0"
648
+ },
649
+ "manifestRef": null,
650
+ "generator": {
651
+ "id": "generate-ship-closure",
652
+ "version": "1.0.0",
653
+ "sourceDigest": "sha256:ba6e790d9c2268de3539d6e28d0e47d4361438ec100c9aaf5c8bf37ef5785209"
654
+ },
655
+ "validator": {
656
+ "id": "validate-ship-closure",
657
+ "version": "1.0.0"
658
+ },
659
+ "compatibilityReaders": [
660
+ {
661
+ "package": "@openplanr/pipeline",
662
+ "entrypoint": "@openplanr/pipeline/ship-closure"
663
+ }
664
+ ],
665
+ "retentionPolicy": "release",
666
+ "cleanupPolicy": "never",
667
+ "mediaTypes": [
668
+ "application/json"
669
+ ],
670
+ "testRefs": [
671
+ "tests/protocol/output-catalog.test.mjs"
672
+ ]
673
+ },
674
+ {
675
+ "outputId": "task",
676
+ "title": "Implementation task",
677
+ "outputClass": "A",
678
+ "ownerPackage": "@openplanr/pipeline",
679
+ "pathFunctionId": "task-path",
680
+ "pathTemplate": "output/feats/{feature}/us-{story}/tasks/task-{task}.md",
681
+ "sourceOfTruth": true,
682
+ "schemaRef": {
683
+ "id": "task",
684
+ "version": "1.0.0"
685
+ },
686
+ "manifestRef": {
687
+ "id": "task-manifest",
688
+ "version": "1.0.0"
689
+ },
690
+ "generator": {
691
+ "id": "generate-task",
692
+ "version": "1.0.0",
693
+ "sourceDigest": "sha256:55126adc131a60427a7b58156d6fd14db75b133249b2b14e74487afe83bf707f"
694
+ },
695
+ "validator": {
696
+ "id": "validate-task",
697
+ "version": "1.0.0"
698
+ },
699
+ "compatibilityReaders": [
700
+ {
701
+ "package": "@openplanr/pipeline",
702
+ "entrypoint": "@openplanr/pipeline/task"
703
+ }
704
+ ],
705
+ "retentionPolicy": "project",
706
+ "cleanupPolicy": "never",
707
+ "mediaTypes": [
708
+ "text/markdown"
709
+ ],
710
+ "testRefs": [
711
+ "tests/protocol/output-catalog.test.mjs"
712
+ ]
713
+ },
714
+ {
715
+ "outputId": "task-error-handoff",
716
+ "title": "Blocked task error handoff",
717
+ "outputClass": "C",
718
+ "ownerPackage": "@openplanr/pipeline",
719
+ "pathFunctionId": "task-error-path",
720
+ "pathTemplate": "output/feats/{feature}/us-{story}/tasks/{taskId}-error-report.md",
721
+ "sourceOfTruth": false,
722
+ "schemaRef": null,
723
+ "manifestRef": {
724
+ "id": "task-output-manifest",
725
+ "version": "1.0.0"
726
+ },
727
+ "generator": {
728
+ "id": "generate-task-error-handoff",
729
+ "version": "1.0.0",
730
+ "sourceDigest": "sha256:9a3e7b6c36c7cc42c30d800a932f8130764416f9522f9089f780be526fcf60e4"
731
+ },
732
+ "validator": {
733
+ "id": "validate-task-error-handoff",
734
+ "version": "1.0.0"
735
+ },
736
+ "compatibilityReaders": [
737
+ {
738
+ "package": "@openplanr/pipeline",
739
+ "entrypoint": "@openplanr/pipeline/task-error-handoff"
740
+ }
741
+ ],
742
+ "retentionPolicy": "run",
743
+ "cleanupPolicy": "explicit-owner",
744
+ "mediaTypes": [
745
+ "text/markdown"
746
+ ],
747
+ "testRefs": [
748
+ "tests/protocol/output-catalog.test.mjs"
749
+ ]
750
+ },
751
+ {
752
+ "outputId": "task-output-manifest",
753
+ "title": "Task execution result",
754
+ "outputClass": "C",
755
+ "ownerPackage": "@openplanr/pipeline",
756
+ "pathFunctionId": "task-output-path",
757
+ "pathTemplate": ".planr/pipeline/{feature}/tasks/{taskId}-output.json",
758
+ "sourceOfTruth": true,
759
+ "schemaRef": {
760
+ "id": "task-output-manifest",
761
+ "version": "1.0.0"
762
+ },
763
+ "manifestRef": null,
764
+ "generator": {
765
+ "id": "generate-task-output-manifest",
766
+ "version": "1.0.0",
767
+ "sourceDigest": "sha256:f037676b73237c48ea3cd2ed25d28fd1a645752d6b17442e04eca65f89b7f40f"
768
+ },
769
+ "validator": {
770
+ "id": "validate-task-output-manifest",
771
+ "version": "1.0.0"
772
+ },
773
+ "compatibilityReaders": [
774
+ {
775
+ "package": "@openplanr/pipeline",
776
+ "entrypoint": "@openplanr/pipeline/task-output-manifest"
777
+ }
778
+ ],
779
+ "retentionPolicy": "run",
780
+ "cleanupPolicy": "never",
781
+ "mediaTypes": [
782
+ "application/json"
783
+ ],
784
+ "testRefs": [
785
+ "tests/protocol/output-catalog.test.mjs"
786
+ ]
787
+ },
788
+ {
789
+ "outputId": "technology-stack",
790
+ "title": "Technology stack contract",
791
+ "outputClass": "A",
792
+ "ownerPackage": "@openplanr/pipeline",
793
+ "pathFunctionId": "stack-path",
794
+ "pathTemplate": "input/tech/stack.md",
795
+ "sourceOfTruth": true,
796
+ "schemaRef": {
797
+ "id": "stack",
798
+ "version": "1.0.0"
799
+ },
800
+ "manifestRef": null,
801
+ "generator": {
802
+ "id": "generate-technology-stack",
803
+ "version": "1.0.0",
804
+ "sourceDigest": "sha256:5754692d7835007f4e4e6ba1a7601d5d6b263f1ef712e9646780372dc60e269d"
805
+ },
806
+ "validator": {
807
+ "id": "validate-technology-stack",
808
+ "version": "1.0.0"
809
+ },
810
+ "compatibilityReaders": [
811
+ {
812
+ "package": "@openplanr/pipeline",
813
+ "entrypoint": "@openplanr/pipeline/technology-stack"
814
+ }
815
+ ],
816
+ "retentionPolicy": "project",
817
+ "cleanupPolicy": "never",
818
+ "mediaTypes": [
819
+ "text/markdown"
820
+ ],
821
+ "testRefs": [
822
+ "tests/protocol/output-catalog.test.mjs"
823
+ ]
824
+ },
825
+ {
826
+ "outputId": "user-story",
827
+ "title": "User story",
828
+ "outputClass": "A",
829
+ "ownerPackage": "@openplanr/pipeline",
830
+ "pathFunctionId": "story-path",
831
+ "pathTemplate": "output/feats/{feature}/us-{story}/us-{story}.md",
832
+ "sourceOfTruth": true,
833
+ "schemaRef": {
834
+ "id": "story",
835
+ "version": "1.0.0"
836
+ },
837
+ "manifestRef": null,
838
+ "generator": {
839
+ "id": "generate-user-story",
840
+ "version": "1.0.0",
841
+ "sourceDigest": "sha256:a4db1bbe51256a81462fde976a879335c88d838faf75a2474c2c32421caf014e"
842
+ },
843
+ "validator": {
844
+ "id": "validate-user-story",
845
+ "version": "1.0.0"
846
+ },
847
+ "compatibilityReaders": [
848
+ {
849
+ "package": "@openplanr/pipeline",
850
+ "entrypoint": "@openplanr/pipeline/user-story"
851
+ }
852
+ ],
853
+ "retentionPolicy": "project",
854
+ "cleanupPolicy": "never",
855
+ "mediaTypes": [
856
+ "text/markdown"
857
+ ],
858
+ "testRefs": [
859
+ "tests/protocol/output-catalog.test.mjs"
860
+ ]
861
+ }
862
+ ],
863
+ "documentDigest": "sha256:9bf43cfd7e82d1cbc97e0dcb940be2a58c7289eacc435b7c7918f79b8af007b9"
864
+ }