@contractspec/lib.surface-runtime 0.2.3 → 0.3.2

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 (153) hide show
  1. package/dist/adapters/ai-sdk-stub.js +1 -6
  2. package/dist/adapters/blocknote-stub.js +3 -8
  3. package/dist/adapters/dnd-kit-adapter.js +6 -11
  4. package/dist/adapters/dnd-kit-stub.js +1 -6
  5. package/dist/adapters/floating-ui-stub.js +4 -9
  6. package/dist/adapters/index.js +7 -176
  7. package/dist/adapters/interfaces.js +0 -1
  8. package/dist/adapters/motion-stub.js +2 -7
  9. package/dist/adapters/resizable-panels-stub.js +7 -12
  10. package/dist/browser/adapters/ai-sdk-stub.js +1 -5
  11. package/dist/browser/adapters/blocknote-stub.js +3 -7
  12. package/dist/browser/adapters/dnd-kit-adapter.js +6 -10
  13. package/dist/browser/adapters/dnd-kit-stub.js +1 -5
  14. package/dist/browser/adapters/floating-ui-stub.js +4 -8
  15. package/dist/browser/adapters/index.js +7 -175
  16. package/dist/browser/adapters/motion-stub.js +2 -6
  17. package/dist/browser/adapters/resizable-panels-stub.js +5 -9
  18. package/dist/browser/evals/golden-harness.js +4 -825
  19. package/dist/browser/examples/pm-workbench.bundle.js +2 -316
  20. package/dist/browser/i18n/catalogs/en.js +1 -5
  21. package/dist/browser/i18n/catalogs/es.js +1 -5
  22. package/dist/browser/i18n/catalogs/fr.js +1 -5
  23. package/dist/browser/i18n/catalogs/index.js +3 -133
  24. package/dist/browser/i18n/index.js +3 -168
  25. package/dist/browser/i18n/keys.js +1 -5
  26. package/dist/browser/i18n/messages.js +6 -137
  27. package/dist/browser/index.js +4 -2466
  28. package/dist/browser/react/BundleProvider.js +12 -19
  29. package/dist/browser/react/BundleRenderer.js +19 -662
  30. package/dist/browser/react/OverlayConflictResolver.js +12 -180
  31. package/dist/browser/react/PatchProposalCard.js +9 -177
  32. package/dist/browser/react/RegionRenderer.js +14 -60
  33. package/dist/browser/react/SlotRenderer.js +15 -58
  34. package/dist/browser/react/WidgetPalette.js +6 -10
  35. package/dist/browser/react/index.js +14 -790
  36. package/dist/browser/runtime/apply-surface-patch.js +3 -208
  37. package/dist/browser/runtime/audit-events.js +8 -19
  38. package/dist/browser/runtime/build-context.js +2 -6
  39. package/dist/browser/runtime/extension-registry.js +3 -9
  40. package/dist/browser/runtime/field-renderer-registry.js +5 -11
  41. package/dist/browser/runtime/index.js +54 -1487
  42. package/dist/browser/runtime/overlay-alignment.js +8 -19
  43. package/dist/browser/runtime/overlay-signer.js +2 -7
  44. package/dist/browser/runtime/override-store.js +3 -9
  45. package/dist/browser/runtime/planner-prompt.js +2 -6
  46. package/dist/browser/runtime/planner-tools.js +3 -9
  47. package/dist/browser/runtime/policy-eval.js +3 -135
  48. package/dist/browser/runtime/preference-adapter.js +2 -62
  49. package/dist/browser/runtime/resolve-bundle.js +10 -447
  50. package/dist/browser/runtime/resolve-preferences.js +3 -7
  51. package/dist/browser/runtime/rollback.js +2 -325
  52. package/dist/browser/runtime/widget-registry.js +1 -5
  53. package/dist/browser/spec/define-module-bundle.js +2 -67
  54. package/dist/browser/spec/index.js +9 -317
  55. package/dist/browser/spec/validate-bundle.js +3 -8
  56. package/dist/browser/spec/validate-surface-patch.js +5 -11
  57. package/dist/browser/telemetry/index.js +4 -16
  58. package/dist/browser/telemetry/surface-metrics.js +7 -16
  59. package/dist/evals/golden-context.js +0 -1
  60. package/dist/evals/golden-harness.js +4 -826
  61. package/dist/examples/pm-workbench.bundle.js +2 -317
  62. package/dist/i18n/catalogs/en.js +1 -6
  63. package/dist/i18n/catalogs/es.js +1 -6
  64. package/dist/i18n/catalogs/fr.js +1 -6
  65. package/dist/i18n/catalogs/index.js +3 -134
  66. package/dist/i18n/index.js +3 -169
  67. package/dist/i18n/keys.js +1 -6
  68. package/dist/i18n/messages.js +6 -138
  69. package/dist/index.js +4 -2467
  70. package/dist/node/adapters/ai-sdk-stub.js +1 -5
  71. package/dist/node/adapters/blocknote-stub.js +3 -7
  72. package/dist/node/adapters/dnd-kit-adapter.js +6 -10
  73. package/dist/node/adapters/dnd-kit-stub.js +1 -5
  74. package/dist/node/adapters/floating-ui-stub.js +4 -8
  75. package/dist/node/adapters/index.js +7 -175
  76. package/dist/node/adapters/motion-stub.js +2 -6
  77. package/dist/node/adapters/resizable-panels-stub.js +5 -9
  78. package/dist/node/evals/golden-harness.js +4 -825
  79. package/dist/node/examples/pm-workbench.bundle.js +2 -316
  80. package/dist/node/i18n/catalogs/en.js +1 -5
  81. package/dist/node/i18n/catalogs/es.js +1 -5
  82. package/dist/node/i18n/catalogs/fr.js +1 -5
  83. package/dist/node/i18n/catalogs/index.js +3 -133
  84. package/dist/node/i18n/index.js +3 -168
  85. package/dist/node/i18n/keys.js +1 -5
  86. package/dist/node/i18n/messages.js +6 -137
  87. package/dist/node/index.js +4 -2466
  88. package/dist/node/react/BundleProvider.js +12 -19
  89. package/dist/node/react/BundleRenderer.js +19 -662
  90. package/dist/node/react/OverlayConflictResolver.js +12 -180
  91. package/dist/node/react/PatchProposalCard.js +9 -177
  92. package/dist/node/react/RegionRenderer.js +14 -60
  93. package/dist/node/react/SlotRenderer.js +15 -58
  94. package/dist/node/react/WidgetPalette.js +6 -10
  95. package/dist/node/react/index.js +14 -790
  96. package/dist/node/runtime/apply-surface-patch.js +3 -208
  97. package/dist/node/runtime/audit-events.js +8 -19
  98. package/dist/node/runtime/build-context.js +2 -6
  99. package/dist/node/runtime/extension-registry.js +3 -9
  100. package/dist/node/runtime/field-renderer-registry.js +5 -11
  101. package/dist/node/runtime/index.js +54 -1487
  102. package/dist/node/runtime/overlay-alignment.js +8 -19
  103. package/dist/node/runtime/overlay-signer.js +2 -7
  104. package/dist/node/runtime/override-store.js +3 -9
  105. package/dist/node/runtime/planner-prompt.js +2 -6
  106. package/dist/node/runtime/planner-tools.js +3 -9
  107. package/dist/node/runtime/policy-eval.js +3 -135
  108. package/dist/node/runtime/preference-adapter.js +2 -62
  109. package/dist/node/runtime/resolve-bundle.js +10 -447
  110. package/dist/node/runtime/resolve-preferences.js +3 -7
  111. package/dist/node/runtime/rollback.js +2 -325
  112. package/dist/node/runtime/widget-registry.js +1 -5
  113. package/dist/node/spec/define-module-bundle.js +2 -67
  114. package/dist/node/spec/index.js +9 -317
  115. package/dist/node/spec/validate-bundle.js +3 -8
  116. package/dist/node/spec/validate-surface-patch.js +5 -11
  117. package/dist/node/telemetry/index.js +4 -16
  118. package/dist/node/telemetry/surface-metrics.js +7 -16
  119. package/dist/react/BundleProvider.js +12 -20
  120. package/dist/react/BundleRenderer.d.ts +3 -1
  121. package/dist/react/BundleRenderer.js +19 -663
  122. package/dist/react/OverlayConflictResolver.js +12 -181
  123. package/dist/react/PatchProposalCard.js +9 -178
  124. package/dist/react/RegionRenderer.js +14 -61
  125. package/dist/react/SlotRenderer.js +15 -59
  126. package/dist/react/WidgetPalette.js +6 -11
  127. package/dist/react/index.js +14 -791
  128. package/dist/runtime/apply-surface-patch.js +3 -209
  129. package/dist/runtime/audit-events.js +8 -20
  130. package/dist/runtime/build-context.js +2 -7
  131. package/dist/runtime/extension-registry.js +3 -10
  132. package/dist/runtime/field-renderer-registry.js +9 -16
  133. package/dist/runtime/index.js +54 -1488
  134. package/dist/runtime/overlay-alignment.js +8 -20
  135. package/dist/runtime/overlay-signer.js +2 -8
  136. package/dist/runtime/override-store.js +3 -10
  137. package/dist/runtime/planner-prompt.js +11 -9
  138. package/dist/runtime/planner-tools.js +4 -11
  139. package/dist/runtime/policy-eval.js +3 -136
  140. package/dist/runtime/preference-adapter.js +2 -63
  141. package/dist/runtime/resolve-bundle.js +10 -448
  142. package/dist/runtime/resolve-preferences.js +3 -8
  143. package/dist/runtime/rollback.js +2 -326
  144. package/dist/runtime/widget-registry.js +1 -6
  145. package/dist/spec/define-module-bundle.js +2 -68
  146. package/dist/spec/index.js +9 -318
  147. package/dist/spec/types.js +0 -1
  148. package/dist/spec/validate-bundle.js +3 -9
  149. package/dist/spec/validate-surface-patch.js +5 -12
  150. package/dist/spec/verification-snapshot-types.js +0 -1
  151. package/dist/telemetry/index.js +4 -17
  152. package/dist/telemetry/surface-metrics.js +7 -17
  153. package/package.json +7 -7
@@ -1,326 +1,5 @@
1
- // @bun
2
- // src/spec/validate-surface-patch.ts
3
- var VALID_OPS = [
4
- "insert-node",
5
- "replace-node",
6
- "remove-node",
7
- "move-node",
8
- "resize-panel",
9
- "set-layout",
10
- "reveal-field",
11
- "hide-field",
12
- "promote-action",
13
- "set-focus"
14
- ];
15
- var VALID_NODE_KINDS = [
16
- "metric-strip",
17
- "data-view",
18
- "entity-card",
19
- "entity-header",
20
- "entity-summary",
21
- "entity-section",
22
- "entity-field",
23
- "entity-activity",
24
- "entity-relations",
25
- "entity-timeline",
26
- "entity-comments",
27
- "entity-attachments",
28
- "entity-view-switcher",
29
- "entity-automation-panel",
30
- "rich-doc",
31
- "chat-thread",
32
- "assistant-panel",
33
- "action-bar",
34
- "timeline",
35
- "board",
36
- "table",
37
- "calendar",
38
- "form",
39
- "chart",
40
- "relation-graph",
41
- "custom-widget"
42
- ];
43
- function validateSurfaceNode(node, path) {
44
- if (!node.nodeId || typeof node.nodeId !== "string") {
45
- throw new Error(`${path}: nodeId must be a non-empty string`);
46
- }
47
- if (!node.kind || !VALID_NODE_KINDS.includes(node.kind)) {
48
- throw new Error(`${path}: kind must be one of ${VALID_NODE_KINDS.join(", ")}`);
49
- }
50
- if (node.children) {
51
- for (let i = 0;i < node.children.length; i++) {
52
- const child = node.children[i];
53
- if (child)
54
- validateSurfaceNode(child, `${path}.children[${i}]`);
55
- }
56
- }
57
- }
58
- function validateSurfacePatchOp(op, index) {
59
- const path = `ops[${index}]`;
60
- if (!op || typeof op !== "object" || !("op" in op)) {
61
- throw new Error(`${path}: must be an object with op field`);
62
- }
63
- const opType = op.op;
64
- if (!VALID_OPS.includes(opType)) {
65
- throw new Error(`${path}: op must be one of ${VALID_OPS.join(", ")}`);
66
- }
67
- switch (op.op) {
68
- case "insert-node":
69
- if (!op.slotId || typeof op.slotId !== "string") {
70
- throw new Error(`${path}: insert-node requires slotId string`);
71
- }
72
- if (!op.node) {
73
- throw new Error(`${path}: insert-node requires node`);
74
- }
75
- validateSurfaceNode(op.node, `${path}.node`);
76
- if (op.index !== undefined && typeof op.index !== "number") {
77
- throw new Error(`${path}: insert-node index must be number if present`);
78
- }
79
- break;
80
- case "replace-node":
81
- if (!op.nodeId || typeof op.nodeId !== "string") {
82
- throw new Error(`${path}: replace-node requires nodeId string`);
83
- }
84
- if (!op.node) {
85
- throw new Error(`${path}: replace-node requires node`);
86
- }
87
- validateSurfaceNode(op.node, `${path}.node`);
88
- break;
89
- case "remove-node":
90
- if (!op.nodeId || typeof op.nodeId !== "string") {
91
- throw new Error(`${path}: remove-node requires nodeId string`);
92
- }
93
- break;
94
- case "move-node":
95
- if (!op.nodeId || typeof op.nodeId !== "string") {
96
- throw new Error(`${path}: move-node requires nodeId string`);
97
- }
98
- if (!op.toSlotId || typeof op.toSlotId !== "string") {
99
- throw new Error(`${path}: move-node requires toSlotId string`);
100
- }
101
- if (op.index !== undefined && typeof op.index !== "number") {
102
- throw new Error(`${path}: move-node index must be number if present`);
103
- }
104
- break;
105
- case "resize-panel":
106
- if (!op.persistKey || typeof op.persistKey !== "string") {
107
- throw new Error(`${path}: resize-panel requires persistKey string`);
108
- }
109
- if (!Array.isArray(op.sizes) || op.sizes.some((s) => typeof s !== "number")) {
110
- throw new Error(`${path}: resize-panel requires sizes number[]`);
111
- }
112
- break;
113
- case "set-layout":
114
- if (!op.layoutId || typeof op.layoutId !== "string") {
115
- throw new Error(`${path}: set-layout requires layoutId string`);
116
- }
117
- break;
118
- case "reveal-field":
119
- case "hide-field":
120
- if (!op.fieldId || typeof op.fieldId !== "string") {
121
- throw new Error(`${path}: ${op.op} requires fieldId string`);
122
- }
123
- break;
124
- case "promote-action": {
125
- if (!op.actionId || typeof op.actionId !== "string") {
126
- throw new Error(`${path}: promote-action requires actionId string`);
127
- }
128
- const validPlacements = ["header", "inline", "context", "assistant"];
129
- if (!op.placement || !validPlacements.includes(op.placement)) {
130
- throw new Error(`${path}: promote-action placement must be one of ${validPlacements.join(", ")}`);
131
- }
132
- break;
133
- }
134
- case "set-focus":
135
- if (!op.targetId || typeof op.targetId !== "string") {
136
- throw new Error(`${path}: set-focus requires targetId string`);
137
- }
138
- break;
139
- default:
140
- throw new Error(`${path}: unknown op "${opType}"`);
141
- }
142
- }
143
- function validateSurfacePatch(ops) {
144
- if (!Array.isArray(ops)) {
145
- throw new Error("Patch ops must be an array");
146
- }
147
- for (let i = 0;i < ops.length; i++) {
148
- const op = ops[i];
149
- if (op)
150
- validateSurfacePatchOp(op, i);
151
- }
152
- }
153
- function validateSurfaceNodeAgainstKinds(node, allowedKinds, path) {
154
- if (!allowedKinds.includes(node.kind)) {
155
- throw new Error(`${path}: kind "${node.kind}" not in allowed list [${allowedKinds.join(", ")}]`);
156
- }
157
- if (node.children) {
158
- for (let i = 0;i < node.children.length; i++) {
159
- const child = node.children[i];
160
- if (child)
161
- validateSurfaceNodeAgainstKinds(child, allowedKinds, `${path}.children[${i}]`);
162
- }
163
- }
164
- }
165
- function validatePatchProposal(ops, constraints) {
166
- if (!Array.isArray(ops)) {
167
- throw new Error("Patch ops must be an array");
168
- }
169
- const { allowedOps, allowedSlots, allowedNodeKinds } = constraints;
170
- for (let i = 0;i < ops.length; i++) {
171
- const op = ops[i];
172
- if (!op)
173
- continue;
174
- const path = `ops[${i}]`;
175
- if (!allowedOps.includes(op.op)) {
176
- throw new Error(`${path}: op "${op.op}" not in allowed list [${allowedOps.join(", ")}]`);
177
- }
178
- switch (op.op) {
179
- case "insert-node":
180
- if (!allowedSlots.includes(op.slotId)) {
181
- throw new Error(`${path}: slotId "${op.slotId}" not in allowed slots [${allowedSlots.join(", ")}]`);
182
- }
183
- if (op.node) {
184
- validateSurfaceNodeAgainstKinds(op.node, allowedNodeKinds, `${path}.node`);
185
- }
186
- break;
187
- case "move-node":
188
- if (!allowedSlots.includes(op.toSlotId)) {
189
- throw new Error(`${path}: toSlotId "${op.toSlotId}" not in allowed slots [${allowedSlots.join(", ")}]`);
190
- }
191
- break;
192
- case "replace-node":
193
- if (op.node) {
194
- validateSurfaceNodeAgainstKinds(op.node, allowedNodeKinds, `${path}.node`);
195
- }
196
- break;
197
- default:
198
- break;
199
- }
200
- }
201
- validateSurfacePatch(ops);
202
- }
203
-
204
- // src/runtime/apply-surface-patch.ts
205
- import { Logger } from "@contractspec/lib.observability";
206
- var logger = new Logger("@contractspec/lib.surface-runtime");
207
- function findNode(nodes, nodeId) {
208
- for (const n of nodes) {
209
- if (n.nodeId === nodeId)
210
- return n;
211
- if (n.children) {
212
- const found = findNode(n.children, nodeId);
213
- if (found)
214
- return found;
215
- }
216
- }
217
- return;
218
- }
219
- function collectNodeIds(nodes) {
220
- const ids = new Set;
221
- for (const n of nodes) {
222
- ids.add(n.nodeId);
223
- if (n.children)
224
- collectNodeIds(n.children).forEach((id) => ids.add(id));
225
- }
226
- return ids;
227
- }
228
- function validateOp(op, nodeIds) {
229
- if (op.op === "remove-node" || op.op === "replace-node" || op.op === "move-node") {
230
- if (!nodeIds.has(op.nodeId)) {
231
- throw new Error(`Patch op references unknown nodeId: ${op.nodeId}`);
232
- }
233
- }
234
- if (op.op === "insert-node" && !op.node?.nodeId) {
235
- throw new Error("insert-node requires node with nodeId");
236
- }
237
- }
238
- function produceInverse(op, plan) {
239
- switch (op.op) {
240
- case "insert-node":
241
- return op.node ? { op: "remove-node", nodeId: op.node.nodeId } : null;
242
- case "remove-node": {
243
- const node = findNode(plan.nodes, op.nodeId);
244
- return node ? { op: "insert-node", slotId: "primary", node } : null;
245
- }
246
- case "replace-node": {
247
- const prev = findNode(plan.nodes, op.nodeId);
248
- return prev ? { op: "replace-node", nodeId: op.nodeId, node: prev } : null;
249
- }
250
- case "set-layout":
251
- return { op: "set-layout", layoutId: plan.layoutId };
252
- case "reveal-field":
253
- return { op: "hide-field", fieldId: op.fieldId };
254
- case "hide-field":
255
- return { op: "reveal-field", fieldId: op.fieldId };
256
- case "move-node":
257
- case "resize-panel":
258
- case "set-focus":
259
- case "promote-action":
260
- return null;
261
- default:
262
- return null;
263
- }
264
- }
265
- function applySurfacePatch(plan, ops) {
266
- if (ops.length === 0)
267
- return { plan, inverseOps: [] };
268
- validateSurfacePatch(ops);
269
- const nodeIds = collectNodeIds(plan.nodes);
270
- for (const op of ops) {
271
- validateOp(op, nodeIds);
272
- }
273
- let nextNodes = [...plan.nodes];
274
- let nextLayoutId = plan.layoutId;
275
- const inverseOps = [];
276
- for (const op of ops) {
277
- const inv = produceInverse(op, {
278
- ...plan,
279
- nodes: nextNodes,
280
- layoutId: nextLayoutId
281
- });
282
- if (inv)
283
- inverseOps.unshift(inv);
284
- switch (op.op) {
285
- case "insert-node":
286
- if (op.node)
287
- nextNodes = [...nextNodes, op.node];
288
- break;
289
- case "remove-node":
290
- nextNodes = nextNodes.filter((n) => n.nodeId !== op.nodeId);
291
- break;
292
- case "replace-node": {
293
- const replace = (nodes) => nodes.map((n) => n.nodeId === op.nodeId ? op.node : { ...n, children: n.children ? replace(n.children) : undefined });
294
- nextNodes = replace(nextNodes);
295
- break;
296
- }
297
- case "set-layout":
298
- nextLayoutId = op.layoutId;
299
- break;
300
- case "move-node":
301
- case "resize-panel":
302
- case "set-focus":
303
- case "reveal-field":
304
- case "hide-field":
305
- case "promote-action":
306
- break;
307
- }
308
- }
309
- const result = {
310
- plan: { ...plan, nodes: nextNodes, layoutId: nextLayoutId },
311
- inverseOps
312
- };
313
- logger.info("bundle.surface.patch.applied", {
314
- bundleKey: plan.bundleKey,
315
- surfaceId: plan.surfaceId,
316
- opCount: ops.length,
317
- opTypes: [...new Set(ops.map((o) => o.op))]
318
- });
319
- return result;
320
- }
321
-
322
- // src/runtime/rollback.ts
323
- function rollbackSurfacePatches(plan, approvalStack, count = 1) {
1
+ import { applySurfacePatch } from "./apply-surface-patch";
2
+ export function rollbackSurfacePatches(plan, approvalStack, count = 1) {
324
3
  if (count <= 0 || approvalStack.length === 0) {
325
4
  return { plan, revertedCount: 0, remainingStack: approvalStack };
326
5
  }
@@ -343,6 +22,3 @@ function rollbackSurfacePatches(plan, approvalStack, count = 1) {
343
22
  remainingStack: remaining
344
23
  };
345
24
  }
346
- export {
347
- rollbackSurfacePatches
348
- };
@@ -1,5 +1,3 @@
1
- // @bun
2
- // src/runtime/widget-registry.ts
3
1
  function validateTrust(trust) {
4
2
  if (trust === "ephemeral-ai") {
5
3
  throw new Error("Widgets cannot be registered with ephemeral-ai trust. Registration is a code/package concern.");
@@ -8,7 +6,7 @@ function validateTrust(trust) {
8
6
  throw new Error(`Invalid widget trust: ${trust}`);
9
7
  }
10
8
  }
11
- function createWidgetRegistry() {
9
+ export function createWidgetRegistry() {
12
10
  const entries = new Map;
13
11
  return {
14
12
  register(entry) {
@@ -32,6 +30,3 @@ function createWidgetRegistry() {
32
30
  }
33
31
  };
34
32
  }
35
- export {
36
- createWidgetRegistry
37
- };
@@ -1,68 +1,5 @@
1
- // @bun
2
- // src/spec/validate-bundle.ts
3
- var KNOWN_NODE_KIND_RENDERERS = new Set([
4
- "entity-section",
5
- "entity-field",
6
- "action-bar",
7
- "table",
8
- "timeline",
9
- "rich-doc",
10
- "chat-thread",
11
- "assistant-panel",
12
- "entity-card",
13
- "entity-header",
14
- "entity-summary",
15
- "entity-activity",
16
- "entity-relations",
17
- "relation-graph",
18
- "custom-widget"
19
- ]);
20
- function collectSlotIdsFromRegion(node) {
21
- const ids = [];
22
- if (node.type === "slot") {
23
- ids.push(node.slotId);
24
- }
25
- if (node.type === "panel-group" || node.type === "stack") {
26
- for (const child of node.children) {
27
- ids.push(...collectSlotIdsFromRegion(child));
28
- }
29
- }
30
- if (node.type === "tabs") {
31
- for (const tab of node.tabs) {
32
- ids.push(...collectSlotIdsFromRegion(tab.child));
33
- }
34
- }
35
- if (node.type === "floating") {
36
- ids.push(node.anchorSlotId);
37
- ids.push(...collectSlotIdsFromRegion(node.child));
38
- }
39
- return ids;
40
- }
41
- function validateLayoutSlots(surface) {
42
- const declaredSlotIds = new Set(surface.slots.map((s) => s.slotId));
43
- for (const layout of surface.layouts) {
44
- const layoutSlotIds = collectSlotIdsFromRegion(layout.root);
45
- for (const slotId of layoutSlotIds) {
46
- if (!declaredSlotIds.has(slotId)) {
47
- throw new Error(`Surface "${surface.surfaceId}" layout "${layout.layoutId}" references undeclared slot "${slotId}". Declared slots: ${[...declaredSlotIds].join(", ")}`);
48
- }
49
- }
50
- }
51
- }
52
- function validateBundleNodeKinds(surface) {
53
- const warnings = [];
54
- for (const slot of surface.slots) {
55
- for (const kind of slot.accepts) {
56
- if (!KNOWN_NODE_KIND_RENDERERS.has(kind)) {
57
- warnings.push(`Surface "${surface.surfaceId}" slot "${slot.slotId}" accepts "${kind}" which has no dedicated renderer (generic fallback used)`);
58
- }
59
- }
60
- }
61
- return { warnings };
62
- }
63
-
64
- // src/spec/define-module-bundle.ts
65
- function defineModuleBundle(spec) {
1
+ import { validateLayoutSlots } from "./validate-bundle";
2
+ export function defineModuleBundle(spec) {
66
3
  if (!spec.meta?.key || !spec.meta?.version || !spec.meta?.title) {
67
4
  throw new Error("ModuleBundleSpec must have meta.key, meta.version, and meta.title");
68
5
  }
@@ -109,6 +46,3 @@ function defineModuleBundle(spec) {
109
46
  }
110
47
  return spec;
111
48
  }
112
- export {
113
- defineModuleBundle
114
- };