@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,2529 @@
1
+ // Generated by scripts/generate-protocol-assets.mjs. Do not edit.
2
+ const deepFreeze = (value) => {
3
+ if (value && typeof value === 'object' && !Object.isFrozen(value)) {
4
+ for (const nested of Object.values(value)) deepFreeze(nested);
5
+ Object.freeze(value);
6
+ }
7
+ return value;
8
+ };
9
+ export const DIAGRAM_REGISTRIES = deepFreeze({
10
+ "diagram-grammars.json": {
11
+ "kind": "diagram-type-registry",
12
+ "schemaVersion": "1.0.0",
13
+ "protocolVersion": "1.6.0",
14
+ "documentVersion": "1.0.0",
15
+ "digestAlgorithm": "sha256",
16
+ "canonicalization": "rfc8785",
17
+ "registryVersion": "1.0.0",
18
+ "primitives": [
19
+ "node",
20
+ "relation",
21
+ "group",
22
+ "lane",
23
+ "event",
24
+ "series",
25
+ "axis",
26
+ "set",
27
+ "annotation",
28
+ "emphasis"
29
+ ],
30
+ "layoutFamilies": [
31
+ "cause-effect",
32
+ "chart",
33
+ "chronology",
34
+ "containment",
35
+ "entity",
36
+ "graph",
37
+ "hierarchy",
38
+ "lanes",
39
+ "sankey",
40
+ "wardley"
41
+ ],
42
+ "grammars": [
43
+ {
44
+ "grammarId": "architecture",
45
+ "grammarVersion": "1.0.0",
46
+ "title": "Architecture",
47
+ "summary": "Architecture semantic grammar using the graph layout family.",
48
+ "layoutFamily": "graph",
49
+ "aliases": [
50
+ "system architecture",
51
+ "software architecture",
52
+ "components"
53
+ ],
54
+ "requiredPrimitives": [
55
+ "node"
56
+ ],
57
+ "allowedPrimitives": [
58
+ "node",
59
+ "relation",
60
+ "group",
61
+ "annotation",
62
+ "emphasis"
63
+ ],
64
+ "directions": [
65
+ "top-down",
66
+ "left-right",
67
+ "right-left",
68
+ "bottom-up",
69
+ "radial"
70
+ ],
71
+ "detailLimits": {
72
+ "simplified": 7,
73
+ "balanced": 12,
74
+ "faithful": 24,
75
+ "hard": 24
76
+ },
77
+ "readability": {
78
+ "maxLabelCharacters": 80,
79
+ "maxCrossings": 12,
80
+ "maxFanIn": 6,
81
+ "minTextSize": 12,
82
+ "aspectRatios": [
83
+ "fit",
84
+ "doc-wide",
85
+ "slide-16x9"
86
+ ]
87
+ },
88
+ "projections": {
89
+ "mermaid": "partial",
90
+ "excalidraw": "editable"
91
+ },
92
+ "fixture": "fixtures/diagram/grammars/architecture.planr-diagram.json",
93
+ "reference": "references/diagram/architecture.md",
94
+ "rendererContract": {
95
+ "layoutFamily": "graph",
96
+ "contractVersion": "1.0.0",
97
+ "staticByDefault": true
98
+ },
99
+ "accessibilityTemplate": {
100
+ "title": "Architecture diagram",
101
+ "description": "Diagram content for the architecture grammar in semantic reading order."
102
+ }
103
+ },
104
+ {
105
+ "grammarId": "it-current-state",
106
+ "grammarVersion": "1.0.0",
107
+ "title": "IT current state",
108
+ "summary": "IT current state semantic grammar using the graph layout family.",
109
+ "layoutFamily": "graph",
110
+ "aliases": [
111
+ "legacy landscape",
112
+ "current state",
113
+ "modernization"
114
+ ],
115
+ "requiredPrimitives": [
116
+ "node"
117
+ ],
118
+ "allowedPrimitives": [
119
+ "node",
120
+ "relation",
121
+ "group",
122
+ "annotation",
123
+ "emphasis"
124
+ ],
125
+ "directions": [
126
+ "top-down",
127
+ "left-right",
128
+ "right-left",
129
+ "bottom-up",
130
+ "radial"
131
+ ],
132
+ "detailLimits": {
133
+ "simplified": 7,
134
+ "balanced": 12,
135
+ "faithful": 24,
136
+ "hard": 24
137
+ },
138
+ "readability": {
139
+ "maxLabelCharacters": 80,
140
+ "maxCrossings": 12,
141
+ "maxFanIn": 6,
142
+ "minTextSize": 12,
143
+ "aspectRatios": [
144
+ "fit",
145
+ "doc-wide",
146
+ "slide-16x9"
147
+ ]
148
+ },
149
+ "projections": {
150
+ "mermaid": "partial",
151
+ "excalidraw": "editable"
152
+ },
153
+ "fixture": "fixtures/diagram/grammars/it-current-state.planr-diagram.json",
154
+ "reference": "references/diagram/it-current-state.md",
155
+ "rendererContract": {
156
+ "layoutFamily": "graph",
157
+ "contractVersion": "1.0.0",
158
+ "staticByDefault": true
159
+ },
160
+ "accessibilityTemplate": {
161
+ "title": "IT current state diagram",
162
+ "description": "Diagram content for the it current state grammar in semantic reading order."
163
+ }
164
+ },
165
+ {
166
+ "grammarId": "flowchart",
167
+ "grammarVersion": "1.0.0",
168
+ "title": "Flowchart",
169
+ "summary": "Flowchart semantic grammar using the graph layout family.",
170
+ "layoutFamily": "graph",
171
+ "aliases": [
172
+ "decision flow",
173
+ "workflow",
174
+ "process flow"
175
+ ],
176
+ "requiredPrimitives": [
177
+ "node"
178
+ ],
179
+ "allowedPrimitives": [
180
+ "node",
181
+ "relation",
182
+ "group",
183
+ "annotation",
184
+ "emphasis"
185
+ ],
186
+ "directions": [
187
+ "top-down",
188
+ "left-right",
189
+ "right-left",
190
+ "bottom-up",
191
+ "radial"
192
+ ],
193
+ "detailLimits": {
194
+ "simplified": 7,
195
+ "balanced": 12,
196
+ "faithful": 24,
197
+ "hard": 24
198
+ },
199
+ "readability": {
200
+ "maxLabelCharacters": 80,
201
+ "maxCrossings": 12,
202
+ "maxFanIn": 6,
203
+ "minTextSize": 12,
204
+ "aspectRatios": [
205
+ "fit",
206
+ "doc-wide",
207
+ "slide-16x9"
208
+ ]
209
+ },
210
+ "projections": {
211
+ "mermaid": "editable",
212
+ "excalidraw": "editable"
213
+ },
214
+ "fixture": "fixtures/diagram/grammars/flowchart.planr-diagram.json",
215
+ "reference": "references/diagram/flowchart.md",
216
+ "rendererContract": {
217
+ "layoutFamily": "graph",
218
+ "contractVersion": "1.0.0",
219
+ "staticByDefault": true
220
+ },
221
+ "accessibilityTemplate": {
222
+ "title": "Flowchart diagram",
223
+ "description": "Diagram content for the flowchart grammar in semantic reading order."
224
+ }
225
+ },
226
+ {
227
+ "grammarId": "sequence",
228
+ "grammarVersion": "1.0.0",
229
+ "title": "Sequence",
230
+ "summary": "Sequence semantic grammar using the chronology layout family.",
231
+ "layoutFamily": "chronology",
232
+ "aliases": [
233
+ "message sequence",
234
+ "interaction sequence",
235
+ "request trace"
236
+ ],
237
+ "requiredPrimitives": [
238
+ "node",
239
+ "relation",
240
+ "event"
241
+ ],
242
+ "allowedPrimitives": [
243
+ "node",
244
+ "relation",
245
+ "event",
246
+ "annotation",
247
+ "emphasis"
248
+ ],
249
+ "directions": [
250
+ "top-down",
251
+ "left-right",
252
+ "right-left",
253
+ "bottom-up",
254
+ "radial"
255
+ ],
256
+ "detailLimits": {
257
+ "simplified": 7,
258
+ "balanced": 12,
259
+ "faithful": 24,
260
+ "hard": 24
261
+ },
262
+ "readability": {
263
+ "maxLabelCharacters": 80,
264
+ "maxCrossings": 12,
265
+ "maxFanIn": 6,
266
+ "minTextSize": 12,
267
+ "aspectRatios": [
268
+ "fit",
269
+ "doc-wide",
270
+ "slide-16x9"
271
+ ]
272
+ },
273
+ "projections": {
274
+ "mermaid": "editable",
275
+ "excalidraw": "editable"
276
+ },
277
+ "fixture": "fixtures/diagram/grammars/sequence.planr-diagram.json",
278
+ "reference": "references/diagram/sequence.md",
279
+ "rendererContract": {
280
+ "layoutFamily": "chronology",
281
+ "contractVersion": "1.0.0",
282
+ "staticByDefault": true
283
+ },
284
+ "accessibilityTemplate": {
285
+ "title": "Sequence diagram",
286
+ "description": "Diagram content for the sequence grammar in semantic reading order."
287
+ }
288
+ },
289
+ {
290
+ "grammarId": "state-machine",
291
+ "grammarVersion": "1.0.0",
292
+ "title": "State machine",
293
+ "summary": "State machine semantic grammar using the graph layout family.",
294
+ "layoutFamily": "graph",
295
+ "aliases": [
296
+ "state diagram",
297
+ "lifecycle states",
298
+ "transitions"
299
+ ],
300
+ "requiredPrimitives": [
301
+ "node"
302
+ ],
303
+ "allowedPrimitives": [
304
+ "node",
305
+ "relation",
306
+ "group",
307
+ "annotation",
308
+ "emphasis"
309
+ ],
310
+ "directions": [
311
+ "top-down",
312
+ "left-right",
313
+ "right-left",
314
+ "bottom-up",
315
+ "radial"
316
+ ],
317
+ "detailLimits": {
318
+ "simplified": 7,
319
+ "balanced": 12,
320
+ "faithful": 24,
321
+ "hard": 24
322
+ },
323
+ "readability": {
324
+ "maxLabelCharacters": 80,
325
+ "maxCrossings": 12,
326
+ "maxFanIn": 6,
327
+ "minTextSize": 12,
328
+ "aspectRatios": [
329
+ "fit",
330
+ "doc-wide",
331
+ "slide-16x9"
332
+ ]
333
+ },
334
+ "projections": {
335
+ "mermaid": "editable",
336
+ "excalidraw": "editable"
337
+ },
338
+ "fixture": "fixtures/diagram/grammars/state-machine.planr-diagram.json",
339
+ "reference": "references/diagram/state-machine.md",
340
+ "rendererContract": {
341
+ "layoutFamily": "graph",
342
+ "contractVersion": "1.0.0",
343
+ "staticByDefault": true
344
+ },
345
+ "accessibilityTemplate": {
346
+ "title": "State machine diagram",
347
+ "description": "Diagram content for the state machine grammar in semantic reading order."
348
+ }
349
+ },
350
+ {
351
+ "grammarId": "er-data-model",
352
+ "grammarVersion": "1.0.0",
353
+ "title": "ER data model",
354
+ "summary": "ER data model semantic grammar using the entity layout family.",
355
+ "layoutFamily": "entity",
356
+ "aliases": [
357
+ "entity relationship",
358
+ "logical data model",
359
+ "er diagram"
360
+ ],
361
+ "requiredPrimitives": [
362
+ "node"
363
+ ],
364
+ "allowedPrimitives": [
365
+ "node",
366
+ "relation",
367
+ "group",
368
+ "annotation",
369
+ "emphasis"
370
+ ],
371
+ "directions": [
372
+ "top-down",
373
+ "left-right",
374
+ "right-left",
375
+ "bottom-up",
376
+ "radial"
377
+ ],
378
+ "detailLimits": {
379
+ "simplified": 7,
380
+ "balanced": 12,
381
+ "faithful": 24,
382
+ "hard": 24
383
+ },
384
+ "readability": {
385
+ "maxLabelCharacters": 80,
386
+ "maxCrossings": 12,
387
+ "maxFanIn": 6,
388
+ "minTextSize": 12,
389
+ "aspectRatios": [
390
+ "fit",
391
+ "doc-wide",
392
+ "slide-16x9"
393
+ ]
394
+ },
395
+ "projections": {
396
+ "mermaid": "editable",
397
+ "excalidraw": "editable"
398
+ },
399
+ "fixture": "fixtures/diagram/grammars/er-data-model.planr-diagram.json",
400
+ "reference": "references/diagram/er-data-model.md",
401
+ "rendererContract": {
402
+ "layoutFamily": "entity",
403
+ "contractVersion": "1.0.0",
404
+ "staticByDefault": true
405
+ },
406
+ "accessibilityTemplate": {
407
+ "title": "ER data model diagram",
408
+ "description": "Diagram content for the er data model grammar in semantic reading order."
409
+ }
410
+ },
411
+ {
412
+ "grammarId": "timeline",
413
+ "grammarVersion": "1.0.0",
414
+ "title": "Timeline",
415
+ "summary": "Timeline semantic grammar using the chronology layout family.",
416
+ "layoutFamily": "chronology",
417
+ "aliases": [
418
+ "milestones",
419
+ "history",
420
+ "roadmap"
421
+ ],
422
+ "requiredPrimitives": [
423
+ "event"
424
+ ],
425
+ "allowedPrimitives": [
426
+ "node",
427
+ "relation",
428
+ "event",
429
+ "annotation",
430
+ "emphasis"
431
+ ],
432
+ "directions": [
433
+ "top-down",
434
+ "left-right",
435
+ "right-left",
436
+ "bottom-up",
437
+ "radial"
438
+ ],
439
+ "detailLimits": {
440
+ "simplified": 7,
441
+ "balanced": 12,
442
+ "faithful": 24,
443
+ "hard": 24
444
+ },
445
+ "readability": {
446
+ "maxLabelCharacters": 80,
447
+ "maxCrossings": 12,
448
+ "maxFanIn": 6,
449
+ "minTextSize": 12,
450
+ "aspectRatios": [
451
+ "fit",
452
+ "doc-wide",
453
+ "slide-16x9"
454
+ ]
455
+ },
456
+ "projections": {
457
+ "mermaid": "partial",
458
+ "excalidraw": "editable"
459
+ },
460
+ "fixture": "fixtures/diagram/grammars/timeline.planr-diagram.json",
461
+ "reference": "references/diagram/timeline.md",
462
+ "rendererContract": {
463
+ "layoutFamily": "chronology",
464
+ "contractVersion": "1.0.0",
465
+ "staticByDefault": true
466
+ },
467
+ "accessibilityTemplate": {
468
+ "title": "Timeline diagram",
469
+ "description": "Diagram content for the timeline grammar in semantic reading order."
470
+ }
471
+ },
472
+ {
473
+ "grammarId": "swimlane",
474
+ "grammarVersion": "1.0.0",
475
+ "title": "Swimlane",
476
+ "summary": "Swimlane semantic grammar using the lanes layout family.",
477
+ "layoutFamily": "lanes",
478
+ "aliases": [
479
+ "cross functional",
480
+ "handoff flow",
481
+ "responsibility lanes"
482
+ ],
483
+ "requiredPrimitives": [
484
+ "node",
485
+ "lane"
486
+ ],
487
+ "allowedPrimitives": [
488
+ "node",
489
+ "relation",
490
+ "lane",
491
+ "event",
492
+ "annotation",
493
+ "emphasis"
494
+ ],
495
+ "directions": [
496
+ "top-down",
497
+ "left-right",
498
+ "right-left",
499
+ "bottom-up",
500
+ "radial"
501
+ ],
502
+ "detailLimits": {
503
+ "simplified": 7,
504
+ "balanced": 12,
505
+ "faithful": 24,
506
+ "hard": 24
507
+ },
508
+ "readability": {
509
+ "maxLabelCharacters": 80,
510
+ "maxCrossings": 12,
511
+ "maxFanIn": 6,
512
+ "minTextSize": 12,
513
+ "aspectRatios": [
514
+ "fit",
515
+ "doc-wide",
516
+ "slide-16x9"
517
+ ]
518
+ },
519
+ "projections": {
520
+ "mermaid": "partial",
521
+ "excalidraw": "editable"
522
+ },
523
+ "fixture": "fixtures/diagram/grammars/swimlane.planr-diagram.json",
524
+ "reference": "references/diagram/swimlane.md",
525
+ "rendererContract": {
526
+ "layoutFamily": "lanes",
527
+ "contractVersion": "1.0.0",
528
+ "staticByDefault": true
529
+ },
530
+ "accessibilityTemplate": {
531
+ "title": "Swimlane diagram",
532
+ "description": "Diagram content for the swimlane grammar in semantic reading order."
533
+ }
534
+ },
535
+ {
536
+ "grammarId": "quadrant",
537
+ "grammarVersion": "1.0.0",
538
+ "title": "Quadrant",
539
+ "summary": "Quadrant semantic grammar using the chart layout family.",
540
+ "layoutFamily": "chart",
541
+ "aliases": [
542
+ "two axis matrix",
543
+ "impact effort",
544
+ "four quadrants"
545
+ ],
546
+ "requiredPrimitives": [
547
+ "node",
548
+ "axis"
549
+ ],
550
+ "allowedPrimitives": [
551
+ "node",
552
+ "series",
553
+ "axis",
554
+ "annotation",
555
+ "emphasis"
556
+ ],
557
+ "directions": [
558
+ "radial"
559
+ ],
560
+ "detailLimits": {
561
+ "simplified": 7,
562
+ "balanced": 12,
563
+ "faithful": 24,
564
+ "hard": 24
565
+ },
566
+ "readability": {
567
+ "maxLabelCharacters": 80,
568
+ "maxCrossings": 12,
569
+ "maxFanIn": 6,
570
+ "minTextSize": 12,
571
+ "aspectRatios": [
572
+ "fit",
573
+ "doc-wide",
574
+ "slide-16x9"
575
+ ]
576
+ },
577
+ "projections": {
578
+ "mermaid": "partial",
579
+ "excalidraw": "editable"
580
+ },
581
+ "fixture": "fixtures/diagram/grammars/quadrant.planr-diagram.json",
582
+ "reference": "references/diagram/quadrant.md",
583
+ "rendererContract": {
584
+ "layoutFamily": "chart",
585
+ "contractVersion": "1.0.0",
586
+ "staticByDefault": true
587
+ },
588
+ "accessibilityTemplate": {
589
+ "title": "Quadrant diagram",
590
+ "description": "Diagram content for the quadrant grammar in semantic reading order."
591
+ }
592
+ },
593
+ {
594
+ "grammarId": "radar",
595
+ "grammarVersion": "1.0.0",
596
+ "title": "Radar chart",
597
+ "summary": "Radar chart semantic grammar using the chart layout family.",
598
+ "layoutFamily": "chart",
599
+ "aliases": [
600
+ "spider chart",
601
+ "multi axis comparison"
602
+ ],
603
+ "requiredPrimitives": [
604
+ "series",
605
+ "axis"
606
+ ],
607
+ "allowedPrimitives": [
608
+ "node",
609
+ "series",
610
+ "axis",
611
+ "annotation",
612
+ "emphasis"
613
+ ],
614
+ "directions": [
615
+ "radial"
616
+ ],
617
+ "detailLimits": {
618
+ "simplified": 7,
619
+ "balanced": 12,
620
+ "faithful": 24,
621
+ "hard": 24
622
+ },
623
+ "readability": {
624
+ "maxLabelCharacters": 80,
625
+ "maxCrossings": 12,
626
+ "maxFanIn": 6,
627
+ "minTextSize": 12,
628
+ "aspectRatios": [
629
+ "fit",
630
+ "doc-wide",
631
+ "slide-16x9"
632
+ ]
633
+ },
634
+ "projections": {
635
+ "mermaid": "unsupported",
636
+ "excalidraw": "editable"
637
+ },
638
+ "fixture": "fixtures/diagram/grammars/radar.planr-diagram.json",
639
+ "reference": "references/diagram/radar.md",
640
+ "rendererContract": {
641
+ "layoutFamily": "chart",
642
+ "contractVersion": "1.0.0",
643
+ "staticByDefault": true
644
+ },
645
+ "accessibilityTemplate": {
646
+ "title": "Radar chart diagram",
647
+ "description": "Diagram content for the radar chart grammar in semantic reading order."
648
+ }
649
+ },
650
+ {
651
+ "grammarId": "polar",
652
+ "grammarVersion": "1.0.0",
653
+ "title": "Polar chart",
654
+ "summary": "Polar chart semantic grammar using the chart layout family.",
655
+ "layoutFamily": "chart",
656
+ "aliases": [
657
+ "polar area",
658
+ "cyclic magnitude"
659
+ ],
660
+ "requiredPrimitives": [
661
+ "series",
662
+ "axis"
663
+ ],
664
+ "allowedPrimitives": [
665
+ "node",
666
+ "series",
667
+ "axis",
668
+ "annotation",
669
+ "emphasis"
670
+ ],
671
+ "directions": [
672
+ "radial"
673
+ ],
674
+ "detailLimits": {
675
+ "simplified": 7,
676
+ "balanced": 12,
677
+ "faithful": 24,
678
+ "hard": 24
679
+ },
680
+ "readability": {
681
+ "maxLabelCharacters": 80,
682
+ "maxCrossings": 12,
683
+ "maxFanIn": 6,
684
+ "minTextSize": 12,
685
+ "aspectRatios": [
686
+ "fit",
687
+ "doc-wide",
688
+ "slide-16x9"
689
+ ]
690
+ },
691
+ "projections": {
692
+ "mermaid": "unsupported",
693
+ "excalidraw": "editable"
694
+ },
695
+ "fixture": "fixtures/diagram/grammars/polar.planr-diagram.json",
696
+ "reference": "references/diagram/polar.md",
697
+ "rendererContract": {
698
+ "layoutFamily": "chart",
699
+ "contractVersion": "1.0.0",
700
+ "staticByDefault": true
701
+ },
702
+ "accessibilityTemplate": {
703
+ "title": "Polar chart diagram",
704
+ "description": "Diagram content for the polar chart grammar in semantic reading order."
705
+ }
706
+ },
707
+ {
708
+ "grammarId": "loop-flywheel",
709
+ "grammarVersion": "1.0.0",
710
+ "title": "Loop and flywheel",
711
+ "summary": "Loop and flywheel semantic grammar using the graph layout family.",
712
+ "layoutFamily": "graph",
713
+ "aliases": [
714
+ "flywheel",
715
+ "reinforcing loop",
716
+ "feedback loop"
717
+ ],
718
+ "requiredPrimitives": [
719
+ "node"
720
+ ],
721
+ "allowedPrimitives": [
722
+ "node",
723
+ "relation",
724
+ "group",
725
+ "annotation",
726
+ "emphasis"
727
+ ],
728
+ "directions": [
729
+ "radial"
730
+ ],
731
+ "detailLimits": {
732
+ "simplified": 7,
733
+ "balanced": 12,
734
+ "faithful": 24,
735
+ "hard": 24
736
+ },
737
+ "readability": {
738
+ "maxLabelCharacters": 80,
739
+ "maxCrossings": 12,
740
+ "maxFanIn": 6,
741
+ "minTextSize": 12,
742
+ "aspectRatios": [
743
+ "fit",
744
+ "doc-wide",
745
+ "slide-16x9"
746
+ ]
747
+ },
748
+ "projections": {
749
+ "mermaid": "partial",
750
+ "excalidraw": "editable"
751
+ },
752
+ "fixture": "fixtures/diagram/grammars/loop-flywheel.planr-diagram.json",
753
+ "reference": "references/diagram/loop-flywheel.md",
754
+ "rendererContract": {
755
+ "layoutFamily": "graph",
756
+ "contractVersion": "1.0.0",
757
+ "staticByDefault": true
758
+ },
759
+ "accessibilityTemplate": {
760
+ "title": "Loop and flywheel diagram",
761
+ "description": "Diagram content for the loop and flywheel grammar in semantic reading order."
762
+ }
763
+ },
764
+ {
765
+ "grammarId": "nested",
766
+ "grammarVersion": "1.0.0",
767
+ "title": "Nested containment",
768
+ "summary": "Nested containment semantic grammar using the containment layout family.",
769
+ "layoutFamily": "containment",
770
+ "aliases": [
771
+ "nested boxes",
772
+ "containment map"
773
+ ],
774
+ "requiredPrimitives": [
775
+ "node",
776
+ "group"
777
+ ],
778
+ "allowedPrimitives": [
779
+ "node",
780
+ "relation",
781
+ "group",
782
+ "set",
783
+ "annotation",
784
+ "emphasis"
785
+ ],
786
+ "directions": [
787
+ "top-down",
788
+ "left-right",
789
+ "right-left",
790
+ "bottom-up",
791
+ "radial"
792
+ ],
793
+ "detailLimits": {
794
+ "simplified": 7,
795
+ "balanced": 12,
796
+ "faithful": 24,
797
+ "hard": 24
798
+ },
799
+ "readability": {
800
+ "maxLabelCharacters": 80,
801
+ "maxCrossings": 12,
802
+ "maxFanIn": 6,
803
+ "minTextSize": 12,
804
+ "aspectRatios": [
805
+ "fit",
806
+ "doc-wide",
807
+ "slide-16x9"
808
+ ]
809
+ },
810
+ "projections": {
811
+ "mermaid": "partial",
812
+ "excalidraw": "editable"
813
+ },
814
+ "fixture": "fixtures/diagram/grammars/nested.planr-diagram.json",
815
+ "reference": "references/diagram/nested.md",
816
+ "rendererContract": {
817
+ "layoutFamily": "containment",
818
+ "contractVersion": "1.0.0",
819
+ "staticByDefault": true
820
+ },
821
+ "accessibilityTemplate": {
822
+ "title": "Nested containment diagram",
823
+ "description": "Diagram content for the nested containment grammar in semantic reading order."
824
+ }
825
+ },
826
+ {
827
+ "grammarId": "tree",
828
+ "grammarVersion": "1.0.0",
829
+ "title": "Tree",
830
+ "summary": "Tree semantic grammar using the hierarchy layout family.",
831
+ "layoutFamily": "hierarchy",
832
+ "aliases": [
833
+ "hierarchy tree",
834
+ "parent child"
835
+ ],
836
+ "requiredPrimitives": [
837
+ "node"
838
+ ],
839
+ "allowedPrimitives": [
840
+ "node",
841
+ "relation",
842
+ "group",
843
+ "annotation",
844
+ "emphasis"
845
+ ],
846
+ "directions": [
847
+ "top-down",
848
+ "left-right",
849
+ "right-left",
850
+ "bottom-up",
851
+ "radial"
852
+ ],
853
+ "detailLimits": {
854
+ "simplified": 7,
855
+ "balanced": 12,
856
+ "faithful": 24,
857
+ "hard": 24
858
+ },
859
+ "readability": {
860
+ "maxLabelCharacters": 80,
861
+ "maxCrossings": 12,
862
+ "maxFanIn": 6,
863
+ "minTextSize": 12,
864
+ "aspectRatios": [
865
+ "fit",
866
+ "doc-wide",
867
+ "slide-16x9"
868
+ ]
869
+ },
870
+ "projections": {
871
+ "mermaid": "editable",
872
+ "excalidraw": "editable"
873
+ },
874
+ "fixture": "fixtures/diagram/grammars/tree.planr-diagram.json",
875
+ "reference": "references/diagram/tree.md",
876
+ "rendererContract": {
877
+ "layoutFamily": "hierarchy",
878
+ "contractVersion": "1.0.0",
879
+ "staticByDefault": true
880
+ },
881
+ "accessibilityTemplate": {
882
+ "title": "Tree diagram",
883
+ "description": "Diagram content for the tree grammar in semantic reading order."
884
+ }
885
+ },
886
+ {
887
+ "grammarId": "org-chart",
888
+ "grammarVersion": "1.0.0",
889
+ "title": "Organization chart",
890
+ "summary": "Organization chart semantic grammar using the hierarchy layout family.",
891
+ "layoutFamily": "hierarchy",
892
+ "aliases": [
893
+ "org chart",
894
+ "reporting lines",
895
+ "team structure"
896
+ ],
897
+ "requiredPrimitives": [
898
+ "node"
899
+ ],
900
+ "allowedPrimitives": [
901
+ "node",
902
+ "relation",
903
+ "group",
904
+ "annotation",
905
+ "emphasis"
906
+ ],
907
+ "directions": [
908
+ "top-down",
909
+ "left-right",
910
+ "right-left",
911
+ "bottom-up",
912
+ "radial"
913
+ ],
914
+ "detailLimits": {
915
+ "simplified": 7,
916
+ "balanced": 12,
917
+ "faithful": 24,
918
+ "hard": 24
919
+ },
920
+ "readability": {
921
+ "maxLabelCharacters": 80,
922
+ "maxCrossings": 12,
923
+ "maxFanIn": 6,
924
+ "minTextSize": 12,
925
+ "aspectRatios": [
926
+ "fit",
927
+ "doc-wide",
928
+ "slide-16x9"
929
+ ]
930
+ },
931
+ "projections": {
932
+ "mermaid": "partial",
933
+ "excalidraw": "editable"
934
+ },
935
+ "fixture": "fixtures/diagram/grammars/org-chart.planr-diagram.json",
936
+ "reference": "references/diagram/org-chart.md",
937
+ "rendererContract": {
938
+ "layoutFamily": "hierarchy",
939
+ "contractVersion": "1.0.0",
940
+ "staticByDefault": true
941
+ },
942
+ "accessibilityTemplate": {
943
+ "title": "Organization chart diagram",
944
+ "description": "Diagram content for the organization chart grammar in semantic reading order."
945
+ }
946
+ },
947
+ {
948
+ "grammarId": "layer-stack",
949
+ "grammarVersion": "1.0.0",
950
+ "title": "Layer stack",
951
+ "summary": "Layer stack semantic grammar using the hierarchy layout family.",
952
+ "layoutFamily": "hierarchy",
953
+ "aliases": [
954
+ "layered architecture",
955
+ "stacked abstractions"
956
+ ],
957
+ "requiredPrimitives": [
958
+ "node"
959
+ ],
960
+ "allowedPrimitives": [
961
+ "node",
962
+ "relation",
963
+ "group",
964
+ "annotation",
965
+ "emphasis"
966
+ ],
967
+ "directions": [
968
+ "top-down",
969
+ "left-right",
970
+ "right-left",
971
+ "bottom-up",
972
+ "radial"
973
+ ],
974
+ "detailLimits": {
975
+ "simplified": 7,
976
+ "balanced": 12,
977
+ "faithful": 24,
978
+ "hard": 24
979
+ },
980
+ "readability": {
981
+ "maxLabelCharacters": 80,
982
+ "maxCrossings": 12,
983
+ "maxFanIn": 6,
984
+ "minTextSize": 12,
985
+ "aspectRatios": [
986
+ "fit",
987
+ "doc-wide",
988
+ "slide-16x9"
989
+ ]
990
+ },
991
+ "projections": {
992
+ "mermaid": "partial",
993
+ "excalidraw": "editable"
994
+ },
995
+ "fixture": "fixtures/diagram/grammars/layer-stack.planr-diagram.json",
996
+ "reference": "references/diagram/layer-stack.md",
997
+ "rendererContract": {
998
+ "layoutFamily": "hierarchy",
999
+ "contractVersion": "1.0.0",
1000
+ "staticByDefault": true
1001
+ },
1002
+ "accessibilityTemplate": {
1003
+ "title": "Layer stack diagram",
1004
+ "description": "Diagram content for the layer stack grammar in semantic reading order."
1005
+ }
1006
+ },
1007
+ {
1008
+ "grammarId": "venn",
1009
+ "grammarVersion": "1.0.0",
1010
+ "title": "Venn",
1011
+ "summary": "Venn semantic grammar using the containment layout family.",
1012
+ "layoutFamily": "containment",
1013
+ "aliases": [
1014
+ "set overlap",
1015
+ "venn diagram"
1016
+ ],
1017
+ "requiredPrimitives": [
1018
+ "set"
1019
+ ],
1020
+ "allowedPrimitives": [
1021
+ "node",
1022
+ "relation",
1023
+ "group",
1024
+ "set",
1025
+ "annotation",
1026
+ "emphasis"
1027
+ ],
1028
+ "directions": [
1029
+ "radial"
1030
+ ],
1031
+ "detailLimits": {
1032
+ "simplified": 7,
1033
+ "balanced": 12,
1034
+ "faithful": 24,
1035
+ "hard": 24
1036
+ },
1037
+ "readability": {
1038
+ "maxLabelCharacters": 80,
1039
+ "maxCrossings": 12,
1040
+ "maxFanIn": 6,
1041
+ "minTextSize": 12,
1042
+ "aspectRatios": [
1043
+ "fit",
1044
+ "doc-wide",
1045
+ "slide-16x9"
1046
+ ]
1047
+ },
1048
+ "projections": {
1049
+ "mermaid": "unsupported",
1050
+ "excalidraw": "editable"
1051
+ },
1052
+ "fixture": "fixtures/diagram/grammars/venn.planr-diagram.json",
1053
+ "reference": "references/diagram/venn.md",
1054
+ "rendererContract": {
1055
+ "layoutFamily": "containment",
1056
+ "contractVersion": "1.0.0",
1057
+ "staticByDefault": true
1058
+ },
1059
+ "accessibilityTemplate": {
1060
+ "title": "Venn diagram",
1061
+ "description": "Diagram content for the venn grammar in semantic reading order."
1062
+ }
1063
+ },
1064
+ {
1065
+ "grammarId": "pyramid-funnel",
1066
+ "grammarVersion": "1.0.0",
1067
+ "title": "Pyramid and funnel",
1068
+ "summary": "Pyramid and funnel semantic grammar using the hierarchy layout family.",
1069
+ "layoutFamily": "hierarchy",
1070
+ "aliases": [
1071
+ "pyramid",
1072
+ "funnel",
1073
+ "ranked hierarchy"
1074
+ ],
1075
+ "requiredPrimitives": [
1076
+ "node"
1077
+ ],
1078
+ "allowedPrimitives": [
1079
+ "node",
1080
+ "relation",
1081
+ "group",
1082
+ "annotation",
1083
+ "emphasis"
1084
+ ],
1085
+ "directions": [
1086
+ "top-down",
1087
+ "left-right",
1088
+ "right-left",
1089
+ "bottom-up",
1090
+ "radial"
1091
+ ],
1092
+ "detailLimits": {
1093
+ "simplified": 7,
1094
+ "balanced": 12,
1095
+ "faithful": 24,
1096
+ "hard": 24
1097
+ },
1098
+ "readability": {
1099
+ "maxLabelCharacters": 80,
1100
+ "maxCrossings": 12,
1101
+ "maxFanIn": 6,
1102
+ "minTextSize": 12,
1103
+ "aspectRatios": [
1104
+ "fit",
1105
+ "doc-wide",
1106
+ "slide-16x9"
1107
+ ]
1108
+ },
1109
+ "projections": {
1110
+ "mermaid": "partial",
1111
+ "excalidraw": "editable"
1112
+ },
1113
+ "fixture": "fixtures/diagram/grammars/pyramid-funnel.planr-diagram.json",
1114
+ "reference": "references/diagram/pyramid-funnel.md",
1115
+ "rendererContract": {
1116
+ "layoutFamily": "hierarchy",
1117
+ "contractVersion": "1.0.0",
1118
+ "staticByDefault": true
1119
+ },
1120
+ "accessibilityTemplate": {
1121
+ "title": "Pyramid and funnel diagram",
1122
+ "description": "Diagram content for the pyramid and funnel grammar in semantic reading order."
1123
+ }
1124
+ },
1125
+ {
1126
+ "grammarId": "bar",
1127
+ "grammarVersion": "1.0.0",
1128
+ "title": "Bar chart",
1129
+ "summary": "Bar chart semantic grammar using the chart layout family.",
1130
+ "layoutFamily": "chart",
1131
+ "aliases": [
1132
+ "bar graph",
1133
+ "categorical comparison"
1134
+ ],
1135
+ "requiredPrimitives": [
1136
+ "series",
1137
+ "axis"
1138
+ ],
1139
+ "allowedPrimitives": [
1140
+ "node",
1141
+ "series",
1142
+ "axis",
1143
+ "annotation",
1144
+ "emphasis"
1145
+ ],
1146
+ "directions": [
1147
+ "top-down",
1148
+ "left-right",
1149
+ "right-left",
1150
+ "bottom-up",
1151
+ "radial"
1152
+ ],
1153
+ "detailLimits": {
1154
+ "simplified": 7,
1155
+ "balanced": 12,
1156
+ "faithful": 24,
1157
+ "hard": 24
1158
+ },
1159
+ "readability": {
1160
+ "maxLabelCharacters": 80,
1161
+ "maxCrossings": 12,
1162
+ "maxFanIn": 6,
1163
+ "minTextSize": 12,
1164
+ "aspectRatios": [
1165
+ "fit",
1166
+ "doc-wide",
1167
+ "slide-16x9"
1168
+ ]
1169
+ },
1170
+ "projections": {
1171
+ "mermaid": "unsupported",
1172
+ "excalidraw": "editable"
1173
+ },
1174
+ "fixture": "fixtures/diagram/grammars/bar.planr-diagram.json",
1175
+ "reference": "references/diagram/bar.md",
1176
+ "rendererContract": {
1177
+ "layoutFamily": "chart",
1178
+ "contractVersion": "1.0.0",
1179
+ "staticByDefault": true
1180
+ },
1181
+ "accessibilityTemplate": {
1182
+ "title": "Bar chart diagram",
1183
+ "description": "Diagram content for the bar chart grammar in semantic reading order."
1184
+ }
1185
+ },
1186
+ {
1187
+ "grammarId": "treemap",
1188
+ "grammarVersion": "1.0.0",
1189
+ "title": "Treemap",
1190
+ "summary": "Treemap semantic grammar using the containment layout family.",
1191
+ "layoutFamily": "containment",
1192
+ "aliases": [
1193
+ "part of whole",
1194
+ "area hierarchy"
1195
+ ],
1196
+ "requiredPrimitives": [
1197
+ "node",
1198
+ "group"
1199
+ ],
1200
+ "allowedPrimitives": [
1201
+ "node",
1202
+ "relation",
1203
+ "group",
1204
+ "set",
1205
+ "annotation",
1206
+ "emphasis"
1207
+ ],
1208
+ "directions": [
1209
+ "top-down",
1210
+ "left-right",
1211
+ "right-left",
1212
+ "bottom-up",
1213
+ "radial"
1214
+ ],
1215
+ "detailLimits": {
1216
+ "simplified": 7,
1217
+ "balanced": 12,
1218
+ "faithful": 24,
1219
+ "hard": 24
1220
+ },
1221
+ "readability": {
1222
+ "maxLabelCharacters": 80,
1223
+ "maxCrossings": 12,
1224
+ "maxFanIn": 6,
1225
+ "minTextSize": 12,
1226
+ "aspectRatios": [
1227
+ "fit",
1228
+ "doc-wide",
1229
+ "slide-16x9"
1230
+ ]
1231
+ },
1232
+ "projections": {
1233
+ "mermaid": "unsupported",
1234
+ "excalidraw": "editable"
1235
+ },
1236
+ "fixture": "fixtures/diagram/grammars/treemap.planr-diagram.json",
1237
+ "reference": "references/diagram/treemap.md",
1238
+ "rendererContract": {
1239
+ "layoutFamily": "containment",
1240
+ "contractVersion": "1.0.0",
1241
+ "staticByDefault": true
1242
+ },
1243
+ "accessibilityTemplate": {
1244
+ "title": "Treemap diagram",
1245
+ "description": "Diagram content for the treemap grammar in semantic reading order."
1246
+ }
1247
+ },
1248
+ {
1249
+ "grammarId": "line",
1250
+ "grammarVersion": "1.0.0",
1251
+ "title": "Line chart",
1252
+ "summary": "Line chart semantic grammar using the chart layout family.",
1253
+ "layoutFamily": "chart",
1254
+ "aliases": [
1255
+ "line graph",
1256
+ "trend chart"
1257
+ ],
1258
+ "requiredPrimitives": [
1259
+ "series",
1260
+ "axis"
1261
+ ],
1262
+ "allowedPrimitives": [
1263
+ "node",
1264
+ "series",
1265
+ "axis",
1266
+ "annotation",
1267
+ "emphasis"
1268
+ ],
1269
+ "directions": [
1270
+ "top-down",
1271
+ "left-right",
1272
+ "right-left",
1273
+ "bottom-up",
1274
+ "radial"
1275
+ ],
1276
+ "detailLimits": {
1277
+ "simplified": 7,
1278
+ "balanced": 12,
1279
+ "faithful": 24,
1280
+ "hard": 24
1281
+ },
1282
+ "readability": {
1283
+ "maxLabelCharacters": 80,
1284
+ "maxCrossings": 12,
1285
+ "maxFanIn": 6,
1286
+ "minTextSize": 12,
1287
+ "aspectRatios": [
1288
+ "fit",
1289
+ "doc-wide",
1290
+ "slide-16x9"
1291
+ ]
1292
+ },
1293
+ "projections": {
1294
+ "mermaid": "unsupported",
1295
+ "excalidraw": "editable"
1296
+ },
1297
+ "fixture": "fixtures/diagram/grammars/line.planr-diagram.json",
1298
+ "reference": "references/diagram/line.md",
1299
+ "rendererContract": {
1300
+ "layoutFamily": "chart",
1301
+ "contractVersion": "1.0.0",
1302
+ "staticByDefault": true
1303
+ },
1304
+ "accessibilityTemplate": {
1305
+ "title": "Line chart diagram",
1306
+ "description": "Diagram content for the line chart grammar in semantic reading order."
1307
+ }
1308
+ },
1309
+ {
1310
+ "grammarId": "gantt",
1311
+ "grammarVersion": "1.0.0",
1312
+ "title": "Gantt",
1313
+ "summary": "Gantt semantic grammar using the chronology layout family.",
1314
+ "layoutFamily": "chronology",
1315
+ "aliases": [
1316
+ "gantt chart",
1317
+ "project schedule",
1318
+ "task timeline"
1319
+ ],
1320
+ "requiredPrimitives": [
1321
+ "event"
1322
+ ],
1323
+ "allowedPrimitives": [
1324
+ "node",
1325
+ "relation",
1326
+ "event",
1327
+ "annotation",
1328
+ "emphasis"
1329
+ ],
1330
+ "directions": [
1331
+ "top-down",
1332
+ "left-right",
1333
+ "right-left",
1334
+ "bottom-up",
1335
+ "radial"
1336
+ ],
1337
+ "detailLimits": {
1338
+ "simplified": 7,
1339
+ "balanced": 12,
1340
+ "faithful": 24,
1341
+ "hard": 24
1342
+ },
1343
+ "readability": {
1344
+ "maxLabelCharacters": 80,
1345
+ "maxCrossings": 12,
1346
+ "maxFanIn": 6,
1347
+ "minTextSize": 12,
1348
+ "aspectRatios": [
1349
+ "fit",
1350
+ "doc-wide",
1351
+ "slide-16x9"
1352
+ ]
1353
+ },
1354
+ "projections": {
1355
+ "mermaid": "editable",
1356
+ "excalidraw": "editable"
1357
+ },
1358
+ "fixture": "fixtures/diagram/grammars/gantt.planr-diagram.json",
1359
+ "reference": "references/diagram/gantt.md",
1360
+ "rendererContract": {
1361
+ "layoutFamily": "chronology",
1362
+ "contractVersion": "1.0.0",
1363
+ "staticByDefault": true
1364
+ },
1365
+ "accessibilityTemplate": {
1366
+ "title": "Gantt diagram",
1367
+ "description": "Diagram content for the gantt grammar in semantic reading order."
1368
+ }
1369
+ },
1370
+ {
1371
+ "grammarId": "scatter",
1372
+ "grammarVersion": "1.0.0",
1373
+ "title": "Scatter plot",
1374
+ "summary": "Scatter plot semantic grammar using the chart layout family.",
1375
+ "layoutFamily": "chart",
1376
+ "aliases": [
1377
+ "scatter chart",
1378
+ "correlation",
1379
+ "distribution plot"
1380
+ ],
1381
+ "requiredPrimitives": [
1382
+ "series",
1383
+ "axis"
1384
+ ],
1385
+ "allowedPrimitives": [
1386
+ "node",
1387
+ "series",
1388
+ "axis",
1389
+ "annotation",
1390
+ "emphasis"
1391
+ ],
1392
+ "directions": [
1393
+ "top-down",
1394
+ "left-right",
1395
+ "right-left",
1396
+ "bottom-up",
1397
+ "radial"
1398
+ ],
1399
+ "detailLimits": {
1400
+ "simplified": 7,
1401
+ "balanced": 12,
1402
+ "faithful": 24,
1403
+ "hard": 24
1404
+ },
1405
+ "readability": {
1406
+ "maxLabelCharacters": 80,
1407
+ "maxCrossings": 12,
1408
+ "maxFanIn": 6,
1409
+ "minTextSize": 12,
1410
+ "aspectRatios": [
1411
+ "fit",
1412
+ "doc-wide",
1413
+ "slide-16x9"
1414
+ ]
1415
+ },
1416
+ "projections": {
1417
+ "mermaid": "unsupported",
1418
+ "excalidraw": "editable"
1419
+ },
1420
+ "fixture": "fixtures/diagram/grammars/scatter.planr-diagram.json",
1421
+ "reference": "references/diagram/scatter.md",
1422
+ "rendererContract": {
1423
+ "layoutFamily": "chart",
1424
+ "contractVersion": "1.0.0",
1425
+ "staticByDefault": true
1426
+ },
1427
+ "accessibilityTemplate": {
1428
+ "title": "Scatter plot diagram",
1429
+ "description": "Diagram content for the scatter plot grammar in semantic reading order."
1430
+ }
1431
+ },
1432
+ {
1433
+ "grammarId": "high-level",
1434
+ "grammarVersion": "1.0.0",
1435
+ "title": "High-level system view",
1436
+ "summary": "High-level system view semantic grammar using the graph layout family.",
1437
+ "layoutFamily": "graph",
1438
+ "aliases": [
1439
+ "high level architecture",
1440
+ "end to end stack"
1441
+ ],
1442
+ "requiredPrimitives": [
1443
+ "node"
1444
+ ],
1445
+ "allowedPrimitives": [
1446
+ "node",
1447
+ "relation",
1448
+ "group",
1449
+ "annotation",
1450
+ "emphasis"
1451
+ ],
1452
+ "directions": [
1453
+ "top-down",
1454
+ "left-right",
1455
+ "right-left",
1456
+ "bottom-up",
1457
+ "radial"
1458
+ ],
1459
+ "detailLimits": {
1460
+ "simplified": 7,
1461
+ "balanced": 12,
1462
+ "faithful": 24,
1463
+ "hard": 24
1464
+ },
1465
+ "readability": {
1466
+ "maxLabelCharacters": 80,
1467
+ "maxCrossings": 12,
1468
+ "maxFanIn": 6,
1469
+ "minTextSize": 12,
1470
+ "aspectRatios": [
1471
+ "fit",
1472
+ "doc-wide",
1473
+ "slide-16x9"
1474
+ ]
1475
+ },
1476
+ "projections": {
1477
+ "mermaid": "partial",
1478
+ "excalidraw": "editable"
1479
+ },
1480
+ "fixture": "fixtures/diagram/grammars/high-level.planr-diagram.json",
1481
+ "reference": "references/diagram/high-level.md",
1482
+ "rendererContract": {
1483
+ "layoutFamily": "graph",
1484
+ "contractVersion": "1.0.0",
1485
+ "staticByDefault": true
1486
+ },
1487
+ "accessibilityTemplate": {
1488
+ "title": "High-level system view diagram",
1489
+ "description": "Diagram content for the high-level system view grammar in semantic reading order."
1490
+ }
1491
+ },
1492
+ {
1493
+ "grammarId": "process",
1494
+ "grammarVersion": "1.0.0",
1495
+ "title": "Process",
1496
+ "summary": "Process semantic grammar using the lanes layout family.",
1497
+ "layoutFamily": "lanes",
1498
+ "aliases": [
1499
+ "business process",
1500
+ "multi actor process"
1501
+ ],
1502
+ "requiredPrimitives": [
1503
+ "node",
1504
+ "relation",
1505
+ "lane"
1506
+ ],
1507
+ "allowedPrimitives": [
1508
+ "node",
1509
+ "relation",
1510
+ "lane",
1511
+ "event",
1512
+ "annotation",
1513
+ "emphasis"
1514
+ ],
1515
+ "directions": [
1516
+ "top-down",
1517
+ "left-right",
1518
+ "right-left",
1519
+ "bottom-up",
1520
+ "radial"
1521
+ ],
1522
+ "detailLimits": {
1523
+ "simplified": 7,
1524
+ "balanced": 12,
1525
+ "faithful": 24,
1526
+ "hard": 24
1527
+ },
1528
+ "readability": {
1529
+ "maxLabelCharacters": 80,
1530
+ "maxCrossings": 12,
1531
+ "maxFanIn": 6,
1532
+ "minTextSize": 12,
1533
+ "aspectRatios": [
1534
+ "fit",
1535
+ "doc-wide",
1536
+ "slide-16x9"
1537
+ ]
1538
+ },
1539
+ "projections": {
1540
+ "mermaid": "partial",
1541
+ "excalidraw": "editable"
1542
+ },
1543
+ "fixture": "fixtures/diagram/grammars/process.planr-diagram.json",
1544
+ "reference": "references/diagram/process.md",
1545
+ "rendererContract": {
1546
+ "layoutFamily": "lanes",
1547
+ "contractVersion": "1.0.0",
1548
+ "staticByDefault": true
1549
+ },
1550
+ "accessibilityTemplate": {
1551
+ "title": "Process diagram",
1552
+ "description": "Diagram content for the process grammar in semantic reading order."
1553
+ }
1554
+ },
1555
+ {
1556
+ "grammarId": "medallion",
1557
+ "grammarVersion": "1.0.0",
1558
+ "title": "Medallion",
1559
+ "summary": "Medallion semantic grammar using the hierarchy layout family.",
1560
+ "layoutFamily": "hierarchy",
1561
+ "aliases": [
1562
+ "bronze silver gold",
1563
+ "data lakehouse tiers"
1564
+ ],
1565
+ "requiredPrimitives": [
1566
+ "node"
1567
+ ],
1568
+ "allowedPrimitives": [
1569
+ "node",
1570
+ "relation",
1571
+ "group",
1572
+ "annotation",
1573
+ "emphasis"
1574
+ ],
1575
+ "directions": [
1576
+ "top-down",
1577
+ "left-right",
1578
+ "right-left",
1579
+ "bottom-up",
1580
+ "radial"
1581
+ ],
1582
+ "detailLimits": {
1583
+ "simplified": 7,
1584
+ "balanced": 12,
1585
+ "faithful": 24,
1586
+ "hard": 24
1587
+ },
1588
+ "readability": {
1589
+ "maxLabelCharacters": 80,
1590
+ "maxCrossings": 12,
1591
+ "maxFanIn": 6,
1592
+ "minTextSize": 12,
1593
+ "aspectRatios": [
1594
+ "fit",
1595
+ "doc-wide",
1596
+ "slide-16x9"
1597
+ ]
1598
+ },
1599
+ "projections": {
1600
+ "mermaid": "partial",
1601
+ "excalidraw": "editable"
1602
+ },
1603
+ "fixture": "fixtures/diagram/grammars/medallion.planr-diagram.json",
1604
+ "reference": "references/diagram/medallion.md",
1605
+ "rendererContract": {
1606
+ "layoutFamily": "hierarchy",
1607
+ "contractVersion": "1.0.0",
1608
+ "staticByDefault": true
1609
+ },
1610
+ "accessibilityTemplate": {
1611
+ "title": "Medallion diagram",
1612
+ "description": "Diagram content for the medallion grammar in semantic reading order."
1613
+ }
1614
+ },
1615
+ {
1616
+ "grammarId": "data-flow",
1617
+ "grammarVersion": "1.0.0",
1618
+ "title": "Data flow",
1619
+ "summary": "Data flow semantic grammar using the graph layout family.",
1620
+ "layoutFamily": "graph",
1621
+ "aliases": [
1622
+ "data pipeline",
1623
+ "information flow"
1624
+ ],
1625
+ "requiredPrimitives": [
1626
+ "node"
1627
+ ],
1628
+ "allowedPrimitives": [
1629
+ "node",
1630
+ "relation",
1631
+ "group",
1632
+ "annotation",
1633
+ "emphasis"
1634
+ ],
1635
+ "directions": [
1636
+ "top-down",
1637
+ "left-right",
1638
+ "right-left",
1639
+ "bottom-up",
1640
+ "radial"
1641
+ ],
1642
+ "detailLimits": {
1643
+ "simplified": 7,
1644
+ "balanced": 12,
1645
+ "faithful": 24,
1646
+ "hard": 24
1647
+ },
1648
+ "readability": {
1649
+ "maxLabelCharacters": 80,
1650
+ "maxCrossings": 12,
1651
+ "maxFanIn": 6,
1652
+ "minTextSize": 12,
1653
+ "aspectRatios": [
1654
+ "fit",
1655
+ "doc-wide",
1656
+ "slide-16x9"
1657
+ ]
1658
+ },
1659
+ "projections": {
1660
+ "mermaid": "partial",
1661
+ "excalidraw": "editable"
1662
+ },
1663
+ "fixture": "fixtures/diagram/grammars/data-flow.planr-diagram.json",
1664
+ "reference": "references/diagram/data-flow.md",
1665
+ "rendererContract": {
1666
+ "layoutFamily": "graph",
1667
+ "contractVersion": "1.0.0",
1668
+ "staticByDefault": true
1669
+ },
1670
+ "accessibilityTemplate": {
1671
+ "title": "Data flow diagram",
1672
+ "description": "Diagram content for the data flow grammar in semantic reading order."
1673
+ }
1674
+ },
1675
+ {
1676
+ "grammarId": "dp-integration",
1677
+ "grammarVersion": "1.0.0",
1678
+ "title": "Data platform integration",
1679
+ "summary": "Data platform integration semantic grammar using the graph layout family.",
1680
+ "layoutFamily": "graph",
1681
+ "aliases": [
1682
+ "sources core consumers",
1683
+ "integration landscape"
1684
+ ],
1685
+ "requiredPrimitives": [
1686
+ "node"
1687
+ ],
1688
+ "allowedPrimitives": [
1689
+ "node",
1690
+ "relation",
1691
+ "group",
1692
+ "annotation",
1693
+ "emphasis"
1694
+ ],
1695
+ "directions": [
1696
+ "top-down",
1697
+ "left-right",
1698
+ "right-left",
1699
+ "bottom-up",
1700
+ "radial"
1701
+ ],
1702
+ "detailLimits": {
1703
+ "simplified": 7,
1704
+ "balanced": 12,
1705
+ "faithful": 24,
1706
+ "hard": 24
1707
+ },
1708
+ "readability": {
1709
+ "maxLabelCharacters": 80,
1710
+ "maxCrossings": 12,
1711
+ "maxFanIn": 6,
1712
+ "minTextSize": 12,
1713
+ "aspectRatios": [
1714
+ "fit",
1715
+ "doc-wide",
1716
+ "slide-16x9"
1717
+ ]
1718
+ },
1719
+ "projections": {
1720
+ "mermaid": "partial",
1721
+ "excalidraw": "editable"
1722
+ },
1723
+ "fixture": "fixtures/diagram/grammars/dp-integration.planr-diagram.json",
1724
+ "reference": "references/diagram/dp-integration.md",
1725
+ "rendererContract": {
1726
+ "layoutFamily": "graph",
1727
+ "contractVersion": "1.0.0",
1728
+ "staticByDefault": true
1729
+ },
1730
+ "accessibilityTemplate": {
1731
+ "title": "Data platform integration diagram",
1732
+ "description": "Diagram content for the data platform integration grammar in semantic reading order."
1733
+ }
1734
+ },
1735
+ {
1736
+ "grammarId": "dp-security-matrix",
1737
+ "grammarVersion": "1.0.0",
1738
+ "title": "Data platform security matrix",
1739
+ "summary": "Data platform security matrix semantic grammar using the lanes layout family.",
1740
+ "layoutFamily": "lanes",
1741
+ "aliases": [
1742
+ "access matrix",
1743
+ "role permissions"
1744
+ ],
1745
+ "requiredPrimitives": [
1746
+ "node",
1747
+ "lane"
1748
+ ],
1749
+ "allowedPrimitives": [
1750
+ "node",
1751
+ "relation",
1752
+ "lane",
1753
+ "event",
1754
+ "annotation",
1755
+ "emphasis"
1756
+ ],
1757
+ "directions": [
1758
+ "top-down",
1759
+ "left-right",
1760
+ "right-left",
1761
+ "bottom-up",
1762
+ "radial"
1763
+ ],
1764
+ "detailLimits": {
1765
+ "simplified": 7,
1766
+ "balanced": 12,
1767
+ "faithful": 24,
1768
+ "hard": 24
1769
+ },
1770
+ "readability": {
1771
+ "maxLabelCharacters": 80,
1772
+ "maxCrossings": 12,
1773
+ "maxFanIn": 6,
1774
+ "minTextSize": 12,
1775
+ "aspectRatios": [
1776
+ "fit",
1777
+ "doc-wide",
1778
+ "slide-16x9"
1779
+ ]
1780
+ },
1781
+ "projections": {
1782
+ "mermaid": "partial",
1783
+ "excalidraw": "editable"
1784
+ },
1785
+ "fixture": "fixtures/diagram/grammars/dp-security-matrix.planr-diagram.json",
1786
+ "reference": "references/diagram/dp-security-matrix.md",
1787
+ "rendererContract": {
1788
+ "layoutFamily": "lanes",
1789
+ "contractVersion": "1.0.0",
1790
+ "staticByDefault": true
1791
+ },
1792
+ "accessibilityTemplate": {
1793
+ "title": "Data platform security matrix diagram",
1794
+ "description": "Diagram content for the data platform security matrix grammar in semantic reading order."
1795
+ }
1796
+ },
1797
+ {
1798
+ "grammarId": "sankey",
1799
+ "grammarVersion": "1.0.0",
1800
+ "title": "Sankey",
1801
+ "summary": "Sankey semantic grammar using the sankey layout family.",
1802
+ "layoutFamily": "sankey",
1803
+ "aliases": [
1804
+ "flow quantities",
1805
+ "split and merge"
1806
+ ],
1807
+ "requiredPrimitives": [
1808
+ "node",
1809
+ "relation",
1810
+ "series"
1811
+ ],
1812
+ "allowedPrimitives": [
1813
+ "node",
1814
+ "relation",
1815
+ "series",
1816
+ "annotation",
1817
+ "emphasis"
1818
+ ],
1819
+ "directions": [
1820
+ "top-down",
1821
+ "left-right",
1822
+ "right-left",
1823
+ "bottom-up",
1824
+ "radial"
1825
+ ],
1826
+ "detailLimits": {
1827
+ "simplified": 7,
1828
+ "balanced": 12,
1829
+ "faithful": 24,
1830
+ "hard": 24
1831
+ },
1832
+ "readability": {
1833
+ "maxLabelCharacters": 80,
1834
+ "maxCrossings": 12,
1835
+ "maxFanIn": 8,
1836
+ "minTextSize": 12,
1837
+ "aspectRatios": [
1838
+ "fit",
1839
+ "doc-wide",
1840
+ "slide-16x9"
1841
+ ]
1842
+ },
1843
+ "projections": {
1844
+ "mermaid": "unsupported",
1845
+ "excalidraw": "editable"
1846
+ },
1847
+ "fixture": "fixtures/diagram/grammars/sankey.planr-diagram.json",
1848
+ "reference": "references/diagram/sankey.md",
1849
+ "rendererContract": {
1850
+ "layoutFamily": "sankey",
1851
+ "contractVersion": "1.0.0",
1852
+ "staticByDefault": true
1853
+ },
1854
+ "accessibilityTemplate": {
1855
+ "title": "Sankey diagram",
1856
+ "description": "Diagram content for the sankey grammar in semantic reading order."
1857
+ }
1858
+ },
1859
+ {
1860
+ "grammarId": "fishbone",
1861
+ "grammarVersion": "1.0.0",
1862
+ "title": "Fishbone",
1863
+ "summary": "Fishbone semantic grammar using the cause-effect layout family.",
1864
+ "layoutFamily": "cause-effect",
1865
+ "aliases": [
1866
+ "ishikawa",
1867
+ "cause and effect",
1868
+ "root causes"
1869
+ ],
1870
+ "requiredPrimitives": [
1871
+ "node",
1872
+ "relation",
1873
+ "group"
1874
+ ],
1875
+ "allowedPrimitives": [
1876
+ "node",
1877
+ "relation",
1878
+ "group",
1879
+ "annotation",
1880
+ "emphasis"
1881
+ ],
1882
+ "directions": [
1883
+ "top-down",
1884
+ "left-right",
1885
+ "right-left",
1886
+ "bottom-up",
1887
+ "radial"
1888
+ ],
1889
+ "detailLimits": {
1890
+ "simplified": 7,
1891
+ "balanced": 12,
1892
+ "faithful": 24,
1893
+ "hard": 24
1894
+ },
1895
+ "readability": {
1896
+ "maxLabelCharacters": 80,
1897
+ "maxCrossings": 12,
1898
+ "maxFanIn": 6,
1899
+ "minTextSize": 12,
1900
+ "aspectRatios": [
1901
+ "fit",
1902
+ "doc-wide",
1903
+ "slide-16x9"
1904
+ ]
1905
+ },
1906
+ "projections": {
1907
+ "mermaid": "unsupported",
1908
+ "excalidraw": "editable"
1909
+ },
1910
+ "fixture": "fixtures/diagram/grammars/fishbone.planr-diagram.json",
1911
+ "reference": "references/diagram/fishbone.md",
1912
+ "rendererContract": {
1913
+ "layoutFamily": "cause-effect",
1914
+ "contractVersion": "1.0.0",
1915
+ "staticByDefault": true
1916
+ },
1917
+ "accessibilityTemplate": {
1918
+ "title": "Fishbone diagram",
1919
+ "description": "Diagram content for the fishbone grammar in semantic reading order."
1920
+ }
1921
+ },
1922
+ {
1923
+ "grammarId": "wardley",
1924
+ "grammarVersion": "1.0.0",
1925
+ "title": "Wardley map",
1926
+ "summary": "Wardley map semantic grammar using the wardley layout family.",
1927
+ "layoutFamily": "wardley",
1928
+ "aliases": [
1929
+ "value chain evolution",
1930
+ "wardley"
1931
+ ],
1932
+ "requiredPrimitives": [
1933
+ "node",
1934
+ "relation",
1935
+ "axis"
1936
+ ],
1937
+ "allowedPrimitives": [
1938
+ "node",
1939
+ "relation",
1940
+ "axis",
1941
+ "annotation",
1942
+ "emphasis"
1943
+ ],
1944
+ "directions": [
1945
+ "top-down",
1946
+ "left-right",
1947
+ "right-left",
1948
+ "bottom-up",
1949
+ "radial"
1950
+ ],
1951
+ "detailLimits": {
1952
+ "simplified": 7,
1953
+ "balanced": 12,
1954
+ "faithful": 24,
1955
+ "hard": 24
1956
+ },
1957
+ "readability": {
1958
+ "maxLabelCharacters": 80,
1959
+ "maxCrossings": 12,
1960
+ "maxFanIn": 6,
1961
+ "minTextSize": 12,
1962
+ "aspectRatios": [
1963
+ "fit",
1964
+ "doc-wide",
1965
+ "slide-16x9"
1966
+ ]
1967
+ },
1968
+ "projections": {
1969
+ "mermaid": "unsupported",
1970
+ "excalidraw": "editable"
1971
+ },
1972
+ "fixture": "fixtures/diagram/grammars/wardley.planr-diagram.json",
1973
+ "reference": "references/diagram/wardley.md",
1974
+ "rendererContract": {
1975
+ "layoutFamily": "wardley",
1976
+ "contractVersion": "1.0.0",
1977
+ "staticByDefault": true
1978
+ },
1979
+ "accessibilityTemplate": {
1980
+ "title": "Wardley map diagram",
1981
+ "description": "Diagram content for the wardley map grammar in semantic reading order."
1982
+ }
1983
+ },
1984
+ {
1985
+ "grammarId": "kanban",
1986
+ "grammarVersion": "1.0.0",
1987
+ "title": "Kanban",
1988
+ "summary": "Kanban semantic grammar using the lanes layout family.",
1989
+ "layoutFamily": "lanes",
1990
+ "aliases": [
1991
+ "kanban board",
1992
+ "work in progress"
1993
+ ],
1994
+ "requiredPrimitives": [
1995
+ "node",
1996
+ "lane"
1997
+ ],
1998
+ "allowedPrimitives": [
1999
+ "node",
2000
+ "relation",
2001
+ "lane",
2002
+ "event",
2003
+ "annotation",
2004
+ "emphasis"
2005
+ ],
2006
+ "directions": [
2007
+ "top-down",
2008
+ "left-right",
2009
+ "right-left",
2010
+ "bottom-up",
2011
+ "radial"
2012
+ ],
2013
+ "detailLimits": {
2014
+ "simplified": 7,
2015
+ "balanced": 12,
2016
+ "faithful": 24,
2017
+ "hard": 24
2018
+ },
2019
+ "readability": {
2020
+ "maxLabelCharacters": 80,
2021
+ "maxCrossings": 12,
2022
+ "maxFanIn": 6,
2023
+ "minTextSize": 12,
2024
+ "aspectRatios": [
2025
+ "fit",
2026
+ "doc-wide",
2027
+ "slide-16x9"
2028
+ ]
2029
+ },
2030
+ "projections": {
2031
+ "mermaid": "unsupported",
2032
+ "excalidraw": "editable"
2033
+ },
2034
+ "fixture": "fixtures/diagram/grammars/kanban.planr-diagram.json",
2035
+ "reference": "references/diagram/kanban.md",
2036
+ "rendererContract": {
2037
+ "layoutFamily": "lanes",
2038
+ "contractVersion": "1.0.0",
2039
+ "staticByDefault": true
2040
+ },
2041
+ "accessibilityTemplate": {
2042
+ "title": "Kanban diagram",
2043
+ "description": "Diagram content for the kanban grammar in semantic reading order."
2044
+ }
2045
+ },
2046
+ {
2047
+ "grammarId": "user-journey",
2048
+ "grammarVersion": "1.0.0",
2049
+ "title": "User journey",
2050
+ "summary": "User journey semantic grammar using the lanes layout family.",
2051
+ "layoutFamily": "lanes",
2052
+ "aliases": [
2053
+ "customer journey",
2054
+ "experience map"
2055
+ ],
2056
+ "requiredPrimitives": [
2057
+ "event",
2058
+ "lane"
2059
+ ],
2060
+ "allowedPrimitives": [
2061
+ "node",
2062
+ "relation",
2063
+ "lane",
2064
+ "event",
2065
+ "annotation",
2066
+ "emphasis"
2067
+ ],
2068
+ "directions": [
2069
+ "top-down",
2070
+ "left-right",
2071
+ "right-left",
2072
+ "bottom-up",
2073
+ "radial"
2074
+ ],
2075
+ "detailLimits": {
2076
+ "simplified": 7,
2077
+ "balanced": 12,
2078
+ "faithful": 24,
2079
+ "hard": 24
2080
+ },
2081
+ "readability": {
2082
+ "maxLabelCharacters": 80,
2083
+ "maxCrossings": 12,
2084
+ "maxFanIn": 6,
2085
+ "minTextSize": 12,
2086
+ "aspectRatios": [
2087
+ "fit",
2088
+ "doc-wide",
2089
+ "slide-16x9"
2090
+ ]
2091
+ },
2092
+ "projections": {
2093
+ "mermaid": "partial",
2094
+ "excalidraw": "editable"
2095
+ },
2096
+ "fixture": "fixtures/diagram/grammars/user-journey.planr-diagram.json",
2097
+ "reference": "references/diagram/user-journey.md",
2098
+ "rendererContract": {
2099
+ "layoutFamily": "lanes",
2100
+ "contractVersion": "1.0.0",
2101
+ "staticByDefault": true
2102
+ },
2103
+ "accessibilityTemplate": {
2104
+ "title": "User journey diagram",
2105
+ "description": "Diagram content for the user journey grammar in semantic reading order."
2106
+ }
2107
+ },
2108
+ {
2109
+ "grammarId": "deployment",
2110
+ "grammarVersion": "1.0.0",
2111
+ "title": "Deployment",
2112
+ "summary": "Deployment semantic grammar using the containment layout family.",
2113
+ "layoutFamily": "containment",
2114
+ "aliases": [
2115
+ "deployment diagram",
2116
+ "zones hosts artifacts"
2117
+ ],
2118
+ "requiredPrimitives": [
2119
+ "node",
2120
+ "group"
2121
+ ],
2122
+ "allowedPrimitives": [
2123
+ "node",
2124
+ "relation",
2125
+ "group",
2126
+ "set",
2127
+ "annotation",
2128
+ "emphasis"
2129
+ ],
2130
+ "directions": [
2131
+ "top-down",
2132
+ "left-right",
2133
+ "right-left",
2134
+ "bottom-up",
2135
+ "radial"
2136
+ ],
2137
+ "detailLimits": {
2138
+ "simplified": 7,
2139
+ "balanced": 12,
2140
+ "faithful": 24,
2141
+ "hard": 24
2142
+ },
2143
+ "readability": {
2144
+ "maxLabelCharacters": 80,
2145
+ "maxCrossings": 12,
2146
+ "maxFanIn": 6,
2147
+ "minTextSize": 12,
2148
+ "aspectRatios": [
2149
+ "fit",
2150
+ "doc-wide",
2151
+ "slide-16x9"
2152
+ ]
2153
+ },
2154
+ "projections": {
2155
+ "mermaid": "partial",
2156
+ "excalidraw": "editable"
2157
+ },
2158
+ "fixture": "fixtures/diagram/grammars/deployment.planr-diagram.json",
2159
+ "reference": "references/diagram/deployment.md",
2160
+ "rendererContract": {
2161
+ "layoutFamily": "containment",
2162
+ "contractVersion": "1.0.0",
2163
+ "staticByDefault": true
2164
+ },
2165
+ "accessibilityTemplate": {
2166
+ "title": "Deployment diagram",
2167
+ "description": "Diagram content for the deployment grammar in semantic reading order."
2168
+ }
2169
+ },
2170
+ {
2171
+ "grammarId": "dependency-graph",
2172
+ "grammarVersion": "1.0.0",
2173
+ "title": "Dependency graph",
2174
+ "summary": "Dependency graph semantic grammar using the graph layout family.",
2175
+ "layoutFamily": "graph",
2176
+ "aliases": [
2177
+ "dependencies",
2178
+ "fan in graph",
2179
+ "package graph"
2180
+ ],
2181
+ "requiredPrimitives": [
2182
+ "node"
2183
+ ],
2184
+ "allowedPrimitives": [
2185
+ "node",
2186
+ "relation",
2187
+ "group",
2188
+ "annotation",
2189
+ "emphasis"
2190
+ ],
2191
+ "directions": [
2192
+ "top-down",
2193
+ "left-right",
2194
+ "right-left",
2195
+ "bottom-up",
2196
+ "radial"
2197
+ ],
2198
+ "detailLimits": {
2199
+ "simplified": 7,
2200
+ "balanced": 12,
2201
+ "faithful": 24,
2202
+ "hard": 24
2203
+ },
2204
+ "readability": {
2205
+ "maxLabelCharacters": 80,
2206
+ "maxCrossings": 12,
2207
+ "maxFanIn": 10,
2208
+ "minTextSize": 12,
2209
+ "aspectRatios": [
2210
+ "fit",
2211
+ "doc-wide",
2212
+ "slide-16x9"
2213
+ ]
2214
+ },
2215
+ "projections": {
2216
+ "mermaid": "editable",
2217
+ "excalidraw": "editable"
2218
+ },
2219
+ "fixture": "fixtures/diagram/grammars/dependency-graph.planr-diagram.json",
2220
+ "reference": "references/diagram/dependency-graph.md",
2221
+ "rendererContract": {
2222
+ "layoutFamily": "graph",
2223
+ "contractVersion": "1.0.0",
2224
+ "staticByDefault": true
2225
+ },
2226
+ "accessibilityTemplate": {
2227
+ "title": "Dependency graph diagram",
2228
+ "description": "Diagram content for the dependency graph grammar in semantic reading order."
2229
+ }
2230
+ },
2231
+ {
2232
+ "grammarId": "uml-class",
2233
+ "grammarVersion": "1.0.0",
2234
+ "title": "UML class",
2235
+ "summary": "UML class semantic grammar using the entity layout family.",
2236
+ "layoutFamily": "entity",
2237
+ "aliases": [
2238
+ "class diagram",
2239
+ "typed relations"
2240
+ ],
2241
+ "requiredPrimitives": [
2242
+ "node"
2243
+ ],
2244
+ "allowedPrimitives": [
2245
+ "node",
2246
+ "relation",
2247
+ "group",
2248
+ "annotation",
2249
+ "emphasis"
2250
+ ],
2251
+ "directions": [
2252
+ "top-down",
2253
+ "left-right",
2254
+ "right-left",
2255
+ "bottom-up",
2256
+ "radial"
2257
+ ],
2258
+ "detailLimits": {
2259
+ "simplified": 7,
2260
+ "balanced": 12,
2261
+ "faithful": 24,
2262
+ "hard": 24
2263
+ },
2264
+ "readability": {
2265
+ "maxLabelCharacters": 80,
2266
+ "maxCrossings": 12,
2267
+ "maxFanIn": 6,
2268
+ "minTextSize": 12,
2269
+ "aspectRatios": [
2270
+ "fit",
2271
+ "doc-wide",
2272
+ "slide-16x9"
2273
+ ]
2274
+ },
2275
+ "projections": {
2276
+ "mermaid": "editable",
2277
+ "excalidraw": "editable"
2278
+ },
2279
+ "fixture": "fixtures/diagram/grammars/uml-class.planr-diagram.json",
2280
+ "reference": "references/diagram/uml-class.md",
2281
+ "rendererContract": {
2282
+ "layoutFamily": "entity",
2283
+ "contractVersion": "1.0.0",
2284
+ "staticByDefault": true
2285
+ },
2286
+ "accessibilityTemplate": {
2287
+ "title": "UML class diagram",
2288
+ "description": "Diagram content for the uml class grammar in semantic reading order."
2289
+ }
2290
+ },
2291
+ {
2292
+ "grammarId": "story-map",
2293
+ "grammarVersion": "1.0.0",
2294
+ "title": "Story map",
2295
+ "summary": "Story map semantic grammar using the lanes layout family.",
2296
+ "layoutFamily": "lanes",
2297
+ "aliases": [
2298
+ "user story map",
2299
+ "release slices"
2300
+ ],
2301
+ "requiredPrimitives": [
2302
+ "node",
2303
+ "lane"
2304
+ ],
2305
+ "allowedPrimitives": [
2306
+ "node",
2307
+ "relation",
2308
+ "lane",
2309
+ "event",
2310
+ "annotation",
2311
+ "emphasis"
2312
+ ],
2313
+ "directions": [
2314
+ "top-down",
2315
+ "left-right",
2316
+ "right-left",
2317
+ "bottom-up",
2318
+ "radial"
2319
+ ],
2320
+ "detailLimits": {
2321
+ "simplified": 7,
2322
+ "balanced": 12,
2323
+ "faithful": 24,
2324
+ "hard": 24
2325
+ },
2326
+ "readability": {
2327
+ "maxLabelCharacters": 80,
2328
+ "maxCrossings": 12,
2329
+ "maxFanIn": 6,
2330
+ "minTextSize": 12,
2331
+ "aspectRatios": [
2332
+ "fit",
2333
+ "doc-wide",
2334
+ "slide-16x9"
2335
+ ]
2336
+ },
2337
+ "projections": {
2338
+ "mermaid": "unsupported",
2339
+ "excalidraw": "editable"
2340
+ },
2341
+ "fixture": "fixtures/diagram/grammars/story-map.planr-diagram.json",
2342
+ "reference": "references/diagram/story-map.md",
2343
+ "rendererContract": {
2344
+ "layoutFamily": "lanes",
2345
+ "contractVersion": "1.0.0",
2346
+ "staticByDefault": true
2347
+ },
2348
+ "accessibilityTemplate": {
2349
+ "title": "Story map diagram",
2350
+ "description": "Diagram content for the story map grammar in semantic reading order."
2351
+ }
2352
+ },
2353
+ {
2354
+ "grammarId": "database-schema",
2355
+ "grammarVersion": "1.0.0",
2356
+ "title": "Database schema",
2357
+ "summary": "Database schema semantic grammar using the entity layout family.",
2358
+ "layoutFamily": "entity",
2359
+ "aliases": [
2360
+ "physical schema",
2361
+ "database tables",
2362
+ "foreign keys"
2363
+ ],
2364
+ "requiredPrimitives": [
2365
+ "node"
2366
+ ],
2367
+ "allowedPrimitives": [
2368
+ "node",
2369
+ "relation",
2370
+ "group",
2371
+ "annotation",
2372
+ "emphasis"
2373
+ ],
2374
+ "directions": [
2375
+ "top-down",
2376
+ "left-right",
2377
+ "right-left",
2378
+ "bottom-up",
2379
+ "radial"
2380
+ ],
2381
+ "detailLimits": {
2382
+ "simplified": 7,
2383
+ "balanced": 12,
2384
+ "faithful": 24,
2385
+ "hard": 24
2386
+ },
2387
+ "readability": {
2388
+ "maxLabelCharacters": 80,
2389
+ "maxCrossings": 12,
2390
+ "maxFanIn": 6,
2391
+ "minTextSize": 12,
2392
+ "aspectRatios": [
2393
+ "fit",
2394
+ "doc-wide",
2395
+ "slide-16x9"
2396
+ ]
2397
+ },
2398
+ "projections": {
2399
+ "mermaid": "editable",
2400
+ "excalidraw": "editable"
2401
+ },
2402
+ "fixture": "fixtures/diagram/grammars/database-schema.planr-diagram.json",
2403
+ "reference": "references/diagram/database-schema.md",
2404
+ "rendererContract": {
2405
+ "layoutFamily": "entity",
2406
+ "contractVersion": "1.0.0",
2407
+ "staticByDefault": true
2408
+ },
2409
+ "accessibilityTemplate": {
2410
+ "title": "Database schema diagram",
2411
+ "description": "Diagram content for the database schema grammar in semantic reading order."
2412
+ }
2413
+ }
2414
+ ],
2415
+ "documentDigest": "sha256:f78d668b7cf01ba9c0dacbe64b6e7a1b19c6dc7e5855c9861594beb3d6984653"
2416
+ },
2417
+ "diagram-semantic-patterns.json": {
2418
+ "kind": "diagram-semantic-pattern-registry",
2419
+ "schemaVersion": "1.0.0",
2420
+ "protocolVersion": "1.6.0",
2421
+ "documentVersion": "1.0.0",
2422
+ "digestAlgorithm": "sha256",
2423
+ "canonicalization": "rfc8785",
2424
+ "patterns": [
2425
+ {
2426
+ "patternId": "fan-in-bottleneck",
2427
+ "patternVersion": "1.0.0",
2428
+ "triggers": [
2429
+ "queue",
2430
+ "bottleneck",
2431
+ "fan in"
2432
+ ],
2433
+ "candidateGrammars": [
2434
+ "dependency-graph",
2435
+ "sankey",
2436
+ "data-flow"
2437
+ ],
2438
+ "selection": "rank-only"
2439
+ },
2440
+ {
2441
+ "patternId": "repeated-stages",
2442
+ "patternVersion": "1.0.0",
2443
+ "triggers": [
2444
+ "stages",
2445
+ "pipeline slots",
2446
+ "repeat"
2447
+ ],
2448
+ "candidateGrammars": [
2449
+ "process",
2450
+ "swimlane",
2451
+ "data-flow"
2452
+ ],
2453
+ "selection": "rank-only"
2454
+ },
2455
+ {
2456
+ "patternId": "unstructured-transformation",
2457
+ "patternVersion": "1.0.0",
2458
+ "triggers": [
2459
+ "unstructured input",
2460
+ "transform",
2461
+ "normalize"
2462
+ ],
2463
+ "candidateGrammars": [
2464
+ "data-flow",
2465
+ "dp-integration"
2466
+ ],
2467
+ "selection": "rank-only"
2468
+ },
2469
+ {
2470
+ "patternId": "paired-policy-trace",
2471
+ "patternVersion": "1.0.0",
2472
+ "triggers": [
2473
+ "policy trace",
2474
+ "allow deny",
2475
+ "decision path"
2476
+ ],
2477
+ "candidateGrammars": [
2478
+ "sequence",
2479
+ "flowchart"
2480
+ ],
2481
+ "selection": "rank-only"
2482
+ },
2483
+ {
2484
+ "patternId": "secure-paved-road",
2485
+ "patternVersion": "1.0.0",
2486
+ "triggers": [
2487
+ "secure path",
2488
+ "paved road",
2489
+ "guardrails"
2490
+ ],
2491
+ "candidateGrammars": [
2492
+ "architecture",
2493
+ "deployment"
2494
+ ],
2495
+ "selection": "rank-only"
2496
+ },
2497
+ {
2498
+ "patternId": "governance-catalog",
2499
+ "patternVersion": "1.0.0",
2500
+ "triggers": [
2501
+ "catalog",
2502
+ "governance",
2503
+ "ownership"
2504
+ ],
2505
+ "candidateGrammars": [
2506
+ "tree",
2507
+ "org-chart",
2508
+ "layer-stack"
2509
+ ],
2510
+ "selection": "rank-only"
2511
+ },
2512
+ {
2513
+ "patternId": "compensating-layers",
2514
+ "patternVersion": "1.0.0",
2515
+ "triggers": [
2516
+ "defense in depth",
2517
+ "compensating controls"
2518
+ ],
2519
+ "candidateGrammars": [
2520
+ "layer-stack",
2521
+ "dp-security-matrix"
2522
+ ],
2523
+ "selection": "rank-only"
2524
+ }
2525
+ ],
2526
+ "documentDigest": "sha256:36a925bd1be54ef9a80ccd44039c9390dd7c4cc00185dbc03ba01be8997e222f"
2527
+ }
2528
+ });
2529
+ export default DIAGRAM_REGISTRIES;