@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,220 @@
1
+ {
2
+ "kind": "task-kind-registry",
3
+ "schemaVersion": "1.0.0",
4
+ "protocolVersion": "1.5.0",
5
+ "documentVersion": "1.0.0",
6
+ "digestAlgorithm": "sha256",
7
+ "canonicalization": "rfc8785",
8
+ "roleRegistryDigest": "sha256:b981337a45537d67f4b119351b4c96d610d26320a9ee3232793fd143151d924b",
9
+ "bindings": [
10
+ {
11
+ "taskKind": "backend",
12
+ "roleId": "planr-backend",
13
+ "assignmentLevel": "story",
14
+ "countsTowardR2": true,
15
+ "implementationAuthority": true,
16
+ "description": "backend assignment routed only to planr-backend.",
17
+ "inputContracts": [
18
+ {
19
+ "id": "task-manifest",
20
+ "version": "1.0.0"
21
+ }
22
+ ],
23
+ "outputContracts": [
24
+ {
25
+ "id": "implementation-result",
26
+ "version": "1.0.0"
27
+ }
28
+ ],
29
+ "requiredRuleIds": [
30
+ "R2",
31
+ "R3",
32
+ "R5",
33
+ "R6",
34
+ "R9"
35
+ ]
36
+ },
37
+ {
38
+ "taskKind": "database",
39
+ "roleId": "planr-database",
40
+ "assignmentLevel": "preflight",
41
+ "countsTowardR2": false,
42
+ "implementationAuthority": false,
43
+ "description": "database assignment routed only to planr-database.",
44
+ "inputContracts": [
45
+ {
46
+ "id": "task-manifest",
47
+ "version": "1.0.0"
48
+ }
49
+ ],
50
+ "outputContracts": [
51
+ {
52
+ "id": "task-output-manifest",
53
+ "version": "1.0.0"
54
+ }
55
+ ],
56
+ "requiredRuleIds": [
57
+ "R3",
58
+ "R8"
59
+ ]
60
+ },
61
+ {
62
+ "taskKind": "devops",
63
+ "roleId": "planr-devops",
64
+ "assignmentLevel": "feature",
65
+ "countsTowardR2": false,
66
+ "implementationAuthority": true,
67
+ "description": "devops assignment routed only to planr-devops.",
68
+ "inputContracts": [
69
+ {
70
+ "id": "task-manifest",
71
+ "version": "1.0.0"
72
+ }
73
+ ],
74
+ "outputContracts": [
75
+ {
76
+ "id": "task-output-manifest",
77
+ "version": "1.0.0"
78
+ }
79
+ ],
80
+ "requiredRuleIds": [
81
+ "R3",
82
+ "R5",
83
+ "R6"
84
+ ]
85
+ },
86
+ {
87
+ "taskKind": "documentation",
88
+ "roleId": "planr-documentation",
89
+ "assignmentLevel": "feature",
90
+ "countsTowardR2": false,
91
+ "implementationAuthority": true,
92
+ "description": "documentation assignment routed only to planr-documentation.",
93
+ "inputContracts": [
94
+ {
95
+ "id": "task-manifest",
96
+ "version": "1.0.0"
97
+ }
98
+ ],
99
+ "outputContracts": [
100
+ {
101
+ "id": "task-output-manifest",
102
+ "version": "1.0.0"
103
+ }
104
+ ],
105
+ "requiredRuleIds": [
106
+ "R3",
107
+ "R5",
108
+ "R6"
109
+ ]
110
+ },
111
+ {
112
+ "taskKind": "entity-scaffold",
113
+ "roleId": "planr-entity-scaffold",
114
+ "assignmentLevel": "preflight",
115
+ "countsTowardR2": false,
116
+ "implementationAuthority": true,
117
+ "description": "entity-scaffold assignment routed only to planr-entity-scaffold.",
118
+ "inputContracts": [
119
+ {
120
+ "id": "task-manifest",
121
+ "version": "1.0.0"
122
+ }
123
+ ],
124
+ "outputContracts": [
125
+ {
126
+ "id": "task-output-manifest",
127
+ "version": "1.0.0"
128
+ }
129
+ ],
130
+ "requiredRuleIds": [
131
+ "R3",
132
+ "R5",
133
+ "R6"
134
+ ]
135
+ },
136
+ {
137
+ "taskKind": "frontend",
138
+ "roleId": "planr-frontend",
139
+ "assignmentLevel": "story",
140
+ "countsTowardR2": true,
141
+ "implementationAuthority": true,
142
+ "description": "frontend assignment routed only to planr-frontend.",
143
+ "inputContracts": [
144
+ {
145
+ "id": "task-manifest",
146
+ "version": "1.0.0"
147
+ }
148
+ ],
149
+ "outputContracts": [
150
+ {
151
+ "id": "implementation-result",
152
+ "version": "1.0.0"
153
+ }
154
+ ],
155
+ "requiredRuleIds": [
156
+ "R2",
157
+ "R3",
158
+ "R5",
159
+ "R6",
160
+ "R9"
161
+ ]
162
+ },
163
+ {
164
+ "taskKind": "qa",
165
+ "roleId": "planr-qa",
166
+ "assignmentLevel": "quality",
167
+ "countsTowardR2": false,
168
+ "implementationAuthority": false,
169
+ "description": "qa assignment routed only to planr-qa.",
170
+ "inputContracts": [
171
+ {
172
+ "id": "task-manifest",
173
+ "version": "1.0.0"
174
+ }
175
+ ],
176
+ "outputContracts": [
177
+ {
178
+ "id": "task-output-manifest",
179
+ "version": "1.0.0"
180
+ }
181
+ ],
182
+ "requiredRuleIds": [
183
+ "R5",
184
+ "R7",
185
+ "R10"
186
+ ]
187
+ }
188
+ ],
189
+ "legacyMappings": [
190
+ {
191
+ "legacyType": "UI",
192
+ "legacyAgent": "frontend-agent",
193
+ "taskKind": "frontend",
194
+ "evidence": "explicit-type-and-agent",
195
+ "precedence": 1
196
+ },
197
+ {
198
+ "legacyType": "Tech",
199
+ "legacyAgent": "db-agent",
200
+ "taskKind": "database",
201
+ "evidence": "explicit-type-and-agent",
202
+ "precedence": 2
203
+ },
204
+ {
205
+ "legacyType": "Tech",
206
+ "legacyAgent": "backend-agent",
207
+ "taskKind": "backend",
208
+ "evidence": "explicit-type-and-agent",
209
+ "precedence": 3
210
+ },
211
+ {
212
+ "legacyType": "Tech",
213
+ "legacyAgent": null,
214
+ "taskKind": "backend",
215
+ "evidence": "explicit-type-default",
216
+ "precedence": 4
217
+ }
218
+ ],
219
+ "documentDigest": "sha256:8566b62f0ecf91e0794cf7c0a9cf68be3e10684f4c251ee5385b7c9e35078f44"
220
+ }
@@ -0,0 +1,110 @@
1
+ {
2
+ "kind": "adapter-registry",
3
+ "schemaVersion": "1.1.0",
4
+ "protocolVersion": "1.4.0",
5
+ "pipelineVersion": "0.44.0",
6
+ "adapters": [
7
+ {
8
+ "id": "claude-code",
9
+ "version": "0.44.0",
10
+ "capabilityLevel": "product",
11
+ "installScopes": ["user", "project"],
12
+ "entrypoints": {
13
+ "plan": "/planr-pipeline:plan",
14
+ "design": "/planr-pipeline:design",
15
+ "ship": "/planr-pipeline:ship",
16
+ "land": "/planr-pipeline:planr-land",
17
+ "dashboard": "/planr-pipeline:dashboard",
18
+ "artifact": "planr artifact",
19
+ "sync": "/planr-pipeline:sync",
20
+ "doctor": "planr pipeline doctor"
21
+ },
22
+ "capabilities": {
23
+ "subagents": "native",
24
+ "hooks": true,
25
+ "toolIsolation": "enforced",
26
+ "parallelDispatch": true,
27
+ "parallelDispatchMode": "native",
28
+ "headlessBridge": true,
29
+ "artifactReview": true,
30
+ "interactiveQuestions": "native"
31
+ },
32
+ "assets": ["commands", "operate-skill", "agents", "procedures", "templates", "schemas", "artifact-review"],
33
+ "healthChecks": ["plugin-installed", "commands-present", "operate-machine-json", "artifact-command-valid", "guided-native-capability-reported"],
34
+ "drivers": {
35
+ "install": "openplanr://drivers/claude-code/install",
36
+ "migrate": "openplanr://drivers/claude-code/migrate",
37
+ "rollback": "openplanr://drivers/claude-code/rollback",
38
+ "uninstall": "openplanr://drivers/claude-code/uninstall"
39
+ }
40
+ },
41
+ {
42
+ "id": "codex",
43
+ "version": "0.44.0",
44
+ "capabilityLevel": "workflow",
45
+ "installScopes": ["user", "project"],
46
+ "entrypoints": {
47
+ "plan": "$planr-plan",
48
+ "design": "$planr-design",
49
+ "ship": "$planr-ship",
50
+ "land": "$planr-land",
51
+ "dashboard": "$planr-dashboard",
52
+ "artifact": "$planr-artifact",
53
+ "sync": "$planr-sync",
54
+ "doctor": "$planr-doctor"
55
+ },
56
+ "capabilities": {
57
+ "subagents": "dynamic",
58
+ "hooks": true,
59
+ "toolIsolation": "advisory",
60
+ "parallelDispatch": true,
61
+ "parallelDispatchMode": "dynamic",
62
+ "headlessBridge": true,
63
+ "artifactReview": true,
64
+ "interactiveQuestions": "native"
65
+ },
66
+ "assets": ["skills", "operate-skill", "project-guidance", "procedures", "role-instructions", "schemas", "templates", "artifact-review"],
67
+ "healthChecks": ["skills-present", "operate-machine-json", "project-guidance-current", "runtime-authenticated", "artifact-command-valid", "guided-dynamic-capability-reported"],
68
+ "drivers": {
69
+ "install": "openplanr://drivers/codex/install",
70
+ "migrate": "openplanr://drivers/codex/migrate",
71
+ "rollback": "openplanr://drivers/codex/rollback",
72
+ "uninstall": "openplanr://drivers/codex/uninstall"
73
+ }
74
+ },
75
+ {
76
+ "id": "cursor",
77
+ "version": "0.44.0",
78
+ "capabilityLevel": "workflow",
79
+ "installScopes": ["project"],
80
+ "entrypoints": {
81
+ "plan": "plan {feature}",
82
+ "design": "design {feature}",
83
+ "ship": "ship {feature}",
84
+ "land": "land with planr",
85
+ "dashboard": "open planr dashboard",
86
+ "artifact": "planr artifact",
87
+ "sync": "sync planr",
88
+ "doctor": "planr pipeline doctor"
89
+ },
90
+ "capabilities": {
91
+ "subagents": "advisory",
92
+ "hooks": false,
93
+ "toolIsolation": "advisory",
94
+ "parallelDispatch": false,
95
+ "parallelDispatchMode": "host",
96
+ "headlessBridge": false,
97
+ "artifactReview": true,
98
+ "interactiveQuestions": "chat"
99
+ },
100
+ "assets": ["rules", "operate-rule", "roles", "procedures", "schemas", "templates", "artifact-review"],
101
+ "healthChecks": ["rules-present", "operate-machine-json", "portable-assets-present", "no-foreign-runtime-paths", "artifact-command-valid", "guided-chat-capability-reported"],
102
+ "drivers": {
103
+ "install": "openplanr://drivers/cursor/install",
104
+ "migrate": "openplanr://drivers/cursor/migrate",
105
+ "rollback": "openplanr://drivers/cursor/rollback",
106
+ "uninstall": "openplanr://drivers/cursor/uninstall"
107
+ }
108
+ }
109
+ ]
110
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "name": "OpenPlanr Artifact Review",
4
+ "typography": {
5
+ "display": "Outfit",
6
+ "body": "DM Sans",
7
+ "mono": "Source Code Pro"
8
+ },
9
+ "layout": {
10
+ "toolbarHeight": 48,
11
+ "reviewRailWidth": 344,
12
+ "radiusSmall": 8,
13
+ "radiusMedium": 12,
14
+ "radiusLarge": 16,
15
+ "motionFastMs": 120,
16
+ "motionBaseMs": 180
17
+ },
18
+ "themes": {
19
+ "dark": {
20
+ "background": "#08080c",
21
+ "chrome": "#0e0e14",
22
+ "panel": "#141420",
23
+ "raised": "#1a1a2a",
24
+ "stage": "#0a0b0e",
25
+ "rule": "#222236",
26
+ "text": "#f4f4fa",
27
+ "textMuted": "#9999b8",
28
+ "primary": "#5eead4",
29
+ "primaryStrong": "#2dd4bf",
30
+ "warning": "#f59e0b",
31
+ "danger": "#f87171",
32
+ "onDanger": "#08080c",
33
+ "question": "#60a5fa",
34
+ "onQuestion": "#08080c",
35
+ "resolved": "#8e8eb4",
36
+ "onResolved": "#08080c",
37
+ "onImprove": "#08080c"
38
+ },
39
+ "light": {
40
+ "background": "#f6f7f9",
41
+ "chrome": "#ffffff",
42
+ "panel": "#fbfbfd",
43
+ "raised": "#f0f2f5",
44
+ "stage": "#e9edf2",
45
+ "rule": "#dfe3ea",
46
+ "text": "#171722",
47
+ "textMuted": "#65657d",
48
+ "primary": "#087f73",
49
+ "primaryStrong": "#06665d",
50
+ "warning": "#a85f00",
51
+ "danger": "#c53f4f",
52
+ "onDanger": "#ffffff",
53
+ "question": "#2563a8",
54
+ "onQuestion": "#ffffff",
55
+ "resolved": "#697386",
56
+ "onResolved": "#ffffff",
57
+ "onImprove": "#ffffff"
58
+ }
59
+ }
60
+ }
@@ -0,0 +1,303 @@
1
+ {
2
+ "kind": "evaluation-grader-registry",
3
+ "schemaVersion": "1.0.0",
4
+ "protocolVersion": "1.4.0",
5
+ "registryId": "egrr_0a168a9a8d592b0ec4762c5820ee657a",
6
+ "registryVersion": "1.0.0",
7
+ "digestAlgorithm": "sha256",
8
+ "canonicalization": "jcs",
9
+ "memberOrder": "graderName-ascending",
10
+ "graders": [
11
+ {
12
+ "kind": "evaluation-grader-registration",
13
+ "schemaVersion": "1.0.0",
14
+ "protocolVersion": "1.4.0",
15
+ "graderId": "egr_e67f4b646c09e5386c218a61d3f07d53",
16
+ "graderName": "budget-conformance",
17
+ "graderVersion": "1.0.0",
18
+ "graderType": "deterministic-behaviour",
19
+ "declaredInputs": [
20
+ {
21
+ "inputKind": "budget",
22
+ "required": true,
23
+ "binding": "digest"
24
+ },
25
+ {
26
+ "inputKind": "run-trace",
27
+ "required": true,
28
+ "binding": "digest"
29
+ },
30
+ {
31
+ "inputKind": "scenario",
32
+ "required": true,
33
+ "binding": "digest"
34
+ }
35
+ ],
36
+ "determinism": {
37
+ "deterministic": true,
38
+ "modelCall": false,
39
+ "network": false,
40
+ "credentialUse": false,
41
+ "filesystemWrite": false,
42
+ "replay": "identical-output"
43
+ },
44
+ "telemetry": false,
45
+ "consent": null,
46
+ "credentialReference": null,
47
+ "outputContract": {
48
+ "contractId": "evaluation-observation",
49
+ "schemaVersion": "1.0.0",
50
+ "protocolVersion": "1.4.0"
51
+ },
52
+ "unavailableBehavior": "typed-absence",
53
+ "blocksContractValidation": false,
54
+ "provenance": {
55
+ "packageName": "planr-pipeline",
56
+ "packageVersion": "0.42.0",
57
+ "sourceDigest": "sha256:f87cd3cc237082eeb79c991290c5332ea0dabf10fb5513a861f449bc6fff9881"
58
+ },
59
+ "registrationDigest": "sha256:e67f4b646c09e5386c218a61d3f07d53f7e2ad04667257498d6cc06a9207b2b5"
60
+ },
61
+ {
62
+ "kind": "evaluation-grader-registration",
63
+ "schemaVersion": "1.0.0",
64
+ "protocolVersion": "1.4.0",
65
+ "graderId": "egr_f373324c89e3e49498b627e36ff52e96",
66
+ "graderName": "declared-output-schema",
67
+ "graderVersion": "1.0.0",
68
+ "graderType": "deterministic-schema",
69
+ "declaredInputs": [
70
+ {
71
+ "inputKind": "declared-output",
72
+ "required": true,
73
+ "binding": "digest"
74
+ },
75
+ {
76
+ "inputKind": "scenario",
77
+ "required": true,
78
+ "binding": "digest"
79
+ }
80
+ ],
81
+ "determinism": {
82
+ "deterministic": true,
83
+ "modelCall": false,
84
+ "network": false,
85
+ "credentialUse": false,
86
+ "filesystemWrite": false,
87
+ "replay": "identical-output"
88
+ },
89
+ "telemetry": false,
90
+ "consent": null,
91
+ "credentialReference": null,
92
+ "outputContract": {
93
+ "contractId": "evaluation-observation",
94
+ "schemaVersion": "1.0.0",
95
+ "protocolVersion": "1.4.0"
96
+ },
97
+ "unavailableBehavior": "typed-absence",
98
+ "blocksContractValidation": false,
99
+ "provenance": {
100
+ "packageName": "planr-pipeline",
101
+ "packageVersion": "0.42.0",
102
+ "sourceDigest": "sha256:d6b8dc6ade14752bbf9140975cc56d851aa8e485edffd17a65831fe30aaeb943"
103
+ },
104
+ "registrationDigest": "sha256:f373324c89e3e49498b627e36ff52e96d75c34ed5efcde27902c5a81be40f52a"
105
+ },
106
+ {
107
+ "kind": "evaluation-grader-registration",
108
+ "schemaVersion": "1.0.0",
109
+ "protocolVersion": "1.4.0",
110
+ "graderId": "egr_1373bc6b6708c7236d83dcde002e0f6f",
111
+ "graderName": "journey-completion",
112
+ "graderVersion": "1.0.0",
113
+ "graderType": "deterministic-behaviour",
114
+ "declaredInputs": [
115
+ {
116
+ "inputKind": "fixture",
117
+ "required": true,
118
+ "binding": "digest"
119
+ },
120
+ {
121
+ "inputKind": "run-trace",
122
+ "required": true,
123
+ "binding": "digest"
124
+ },
125
+ {
126
+ "inputKind": "scenario",
127
+ "required": true,
128
+ "binding": "digest"
129
+ }
130
+ ],
131
+ "determinism": {
132
+ "deterministic": true,
133
+ "modelCall": false,
134
+ "network": false,
135
+ "credentialUse": false,
136
+ "filesystemWrite": false,
137
+ "replay": "identical-output"
138
+ },
139
+ "telemetry": false,
140
+ "consent": null,
141
+ "credentialReference": null,
142
+ "outputContract": {
143
+ "contractId": "evaluation-observation",
144
+ "schemaVersion": "1.0.0",
145
+ "protocolVersion": "1.4.0"
146
+ },
147
+ "unavailableBehavior": "typed-absence",
148
+ "blocksContractValidation": false,
149
+ "provenance": {
150
+ "packageName": "planr-pipeline",
151
+ "packageVersion": "0.42.0",
152
+ "sourceDigest": "sha256:6fac1351856b43e3e132b27be3bb443bc0e6413a7b81b033f06e374e506acedc"
153
+ },
154
+ "registrationDigest": "sha256:1373bc6b6708c7236d83dcde002e0f6f10cbf48decc4149b72b5e788e1dd0e90"
155
+ },
156
+ {
157
+ "kind": "evaluation-grader-registration",
158
+ "schemaVersion": "1.0.0",
159
+ "protocolVersion": "1.4.0",
160
+ "graderId": "egr_6bf8030725c040cf5c9e7733f5057704",
161
+ "graderName": "package-parity",
162
+ "graderVersion": "1.0.0",
163
+ "graderType": "deterministic-schema",
164
+ "declaredInputs": [
165
+ {
166
+ "inputKind": "package-manifest",
167
+ "required": true,
168
+ "binding": "digest"
169
+ },
170
+ {
171
+ "inputKind": "skill-source",
172
+ "required": true,
173
+ "binding": "digest"
174
+ }
175
+ ],
176
+ "determinism": {
177
+ "deterministic": true,
178
+ "modelCall": false,
179
+ "network": false,
180
+ "credentialUse": false,
181
+ "filesystemWrite": false,
182
+ "replay": "identical-output"
183
+ },
184
+ "telemetry": false,
185
+ "consent": null,
186
+ "credentialReference": null,
187
+ "outputContract": {
188
+ "contractId": "evaluation-observation",
189
+ "schemaVersion": "1.0.0",
190
+ "protocolVersion": "1.4.0"
191
+ },
192
+ "unavailableBehavior": "typed-absence",
193
+ "blocksContractValidation": false,
194
+ "provenance": {
195
+ "packageName": "planr-pipeline",
196
+ "packageVersion": "0.42.0",
197
+ "sourceDigest": "sha256:d42026dfbd499c3b2ee8b6d6daa327ebadf9e88db92a2ba26adaab512883e44b"
198
+ },
199
+ "registrationDigest": "sha256:6bf8030725c040cf5c9e7733f5057704f75d7530672deb37d34371b601dfbbd6"
200
+ },
201
+ {
202
+ "kind": "evaluation-grader-registration",
203
+ "schemaVersion": "1.0.0",
204
+ "protocolVersion": "1.4.0",
205
+ "graderId": "egr_a9c9ab8f4cffde10791849f61e9817fb",
206
+ "graderName": "permission-refusal",
207
+ "graderVersion": "1.0.0",
208
+ "graderType": "deterministic-behaviour",
209
+ "declaredInputs": [
210
+ {
211
+ "inputKind": "host-profile",
212
+ "required": true,
213
+ "binding": "digest"
214
+ },
215
+ {
216
+ "inputKind": "run-trace",
217
+ "required": true,
218
+ "binding": "digest"
219
+ },
220
+ {
221
+ "inputKind": "scenario",
222
+ "required": true,
223
+ "binding": "digest"
224
+ }
225
+ ],
226
+ "determinism": {
227
+ "deterministic": true,
228
+ "modelCall": false,
229
+ "network": false,
230
+ "credentialUse": false,
231
+ "filesystemWrite": false,
232
+ "replay": "identical-output"
233
+ },
234
+ "telemetry": false,
235
+ "consent": null,
236
+ "credentialReference": null,
237
+ "outputContract": {
238
+ "contractId": "evaluation-observation",
239
+ "schemaVersion": "1.0.0",
240
+ "protocolVersion": "1.4.0"
241
+ },
242
+ "unavailableBehavior": "typed-absence",
243
+ "blocksContractValidation": false,
244
+ "provenance": {
245
+ "packageName": "planr-pipeline",
246
+ "packageVersion": "0.42.0",
247
+ "sourceDigest": "sha256:bcb4cf3f336f99004e23043ffa063e0d9840f8b34cd6827231a7fca49a65a8b9"
248
+ },
249
+ "registrationDigest": "sha256:a9c9ab8f4cffde10791849f61e9817fb584ef7dc44a873330fa799efb168c2ed"
250
+ },
251
+ {
252
+ "kind": "evaluation-grader-registration",
253
+ "schemaVersion": "1.0.0",
254
+ "protocolVersion": "1.4.0",
255
+ "graderId": "egr_04614ba9b65552ae5e5d30ddf8c6595d",
256
+ "graderName": "trigger-decision",
257
+ "graderVersion": "1.0.0",
258
+ "graderType": "deterministic-behaviour",
259
+ "declaredInputs": [
260
+ {
261
+ "inputKind": "host-profile",
262
+ "required": true,
263
+ "binding": "digest"
264
+ },
265
+ {
266
+ "inputKind": "run-trace",
267
+ "required": true,
268
+ "binding": "digest"
269
+ },
270
+ {
271
+ "inputKind": "scenario",
272
+ "required": true,
273
+ "binding": "digest"
274
+ }
275
+ ],
276
+ "determinism": {
277
+ "deterministic": true,
278
+ "modelCall": false,
279
+ "network": false,
280
+ "credentialUse": false,
281
+ "filesystemWrite": false,
282
+ "replay": "identical-output"
283
+ },
284
+ "telemetry": false,
285
+ "consent": null,
286
+ "credentialReference": null,
287
+ "outputContract": {
288
+ "contractId": "evaluation-observation",
289
+ "schemaVersion": "1.0.0",
290
+ "protocolVersion": "1.4.0"
291
+ },
292
+ "unavailableBehavior": "typed-absence",
293
+ "blocksContractValidation": false,
294
+ "provenance": {
295
+ "packageName": "planr-pipeline",
296
+ "packageVersion": "0.42.0",
297
+ "sourceDigest": "sha256:ed44ae357cca2f4cb350f0b1381d8a719a202d736b4885c1ad8277526f321334"
298
+ },
299
+ "registrationDigest": "sha256:04614ba9b65552ae5e5d30ddf8c6595d23b27021bf7a0f197a2e15963f87b5c0"
300
+ }
301
+ ],
302
+ "registryDigest": "sha256:0a168a9a8d592b0ec4762c5820ee657a796804989575c1136fae1de9d43bdec0"
303
+ }