@openwop/spec-artifacts 2.0.0-rc.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 (229) hide show
  1. package/CORPUS-STAMP.json +234 -0
  2. package/LICENSE +201 -0
  3. package/README.md +7 -0
  4. package/api/.redocly.lint-ignore.yaml +22 -0
  5. package/api/asyncapi.yaml +834 -0
  6. package/api/grpc/openwop.proto +251 -0
  7. package/api/openapi.yaml +2693 -0
  8. package/api/redocly.yaml +23 -0
  9. package/api/seams-v2.yaml +680 -0
  10. package/api/v2/asyncapi.yaml +528 -0
  11. package/api/v2/openapi.yaml +3139 -0
  12. package/api/v2/redocly.yaml +16 -0
  13. package/package.json +10 -0
  14. package/schemas/README.md +144 -0
  15. package/schemas/a2a-task-state.schema.json +78 -0
  16. package/schemas/a2ui-surface-delta-frame.schema.json +48 -0
  17. package/schemas/agent-deployment-transition.schema.json +49 -0
  18. package/schemas/agent-deployment.schema.json +54 -0
  19. package/schemas/agent-eval-suite.schema.json +140 -0
  20. package/schemas/agent-inventory-response.schema.json +115 -0
  21. package/schemas/agent-manifest.schema.json +156 -0
  22. package/schemas/agent-org-chart.schema.json +82 -0
  23. package/schemas/agent-ref.schema.json +63 -0
  24. package/schemas/agent-roster-entry.schema.json +81 -0
  25. package/schemas/agent-roster-response.schema.json +21 -0
  26. package/schemas/ai-envelope.schema.json +134 -0
  27. package/schemas/annotation-create.schema.json +37 -0
  28. package/schemas/annotation.schema.json +56 -0
  29. package/schemas/artifact-type-pack-manifest.schema.json +244 -0
  30. package/schemas/audit-verify-result.schema.json +90 -0
  31. package/schemas/budget-policy.schema.json +18 -0
  32. package/schemas/capabilities.schema.json +4160 -0
  33. package/schemas/certification-bundle-v2.schema.json +118 -0
  34. package/schemas/channel-presence-payload.schema.json +41 -0
  35. package/schemas/channel-written-payload.schema.json +55 -0
  36. package/schemas/chat-card-pack-manifest.schema.json +253 -0
  37. package/schemas/compact-tool-descriptor.schema.json +51 -0
  38. package/schemas/compensation-policy.schema.json +64 -0
  39. package/schemas/conformance-certification-bundle.schema.json +86 -0
  40. package/schemas/connection-pack-manifest.schema.json +353 -0
  41. package/schemas/conversation-event.schema.json +168 -0
  42. package/schemas/conversation-turn.schema.json +117 -0
  43. package/schemas/core-conformance-mock-agent-config.schema.json +152 -0
  44. package/schemas/credential-provenance.schema.json +18 -0
  45. package/schemas/credential-reference.schema.json +21 -0
  46. package/schemas/debug-bundle.schema.json +196 -0
  47. package/schemas/dispatch-config.schema.json +112 -0
  48. package/schemas/envelopes/clarification.request.schema.json +52 -0
  49. package/schemas/envelopes/error.schema.json +30 -0
  50. package/schemas/envelopes/media.audio.schema.json +38 -0
  51. package/schemas/envelopes/media.file.schema.json +37 -0
  52. package/schemas/envelopes/media.image.schema.json +33 -0
  53. package/schemas/envelopes/schema.request.schema.json +26 -0
  54. package/schemas/envelopes/schema.response.schema.json +22 -0
  55. package/schemas/envelopes/ui.a2ui-surface.schema.json +154 -0
  56. package/schemas/error-envelope.schema.json +25 -0
  57. package/schemas/eval-summary.schema.json +92 -0
  58. package/schemas/export-bundle.schema.json +66 -0
  59. package/schemas/form-content-pack-manifest.schema.json +243 -0
  60. package/schemas/frontend-plugin-manifest.schema.json +109 -0
  61. package/schemas/goal.schema.json +104 -0
  62. package/schemas/heartbeat-evaluated.schema.json +14 -0
  63. package/schemas/heartbeat-state-changed.schema.json +14 -0
  64. package/schemas/localized-content-language-settings.schema.json +26 -0
  65. package/schemas/localized-content-page-response.schema.json +60 -0
  66. package/schemas/localized-content-page.schema.json +62 -0
  67. package/schemas/localized-content-section.schema.json +51 -0
  68. package/schemas/memory-entry.schema.json +36 -0
  69. package/schemas/memory-list-options.schema.json +37 -0
  70. package/schemas/node-pack-manifest.schema.json +654 -0
  71. package/schemas/orchestrator-decision.schema.json +90 -0
  72. package/schemas/org-chart-responsibility-view.schema.json +26 -0
  73. package/schemas/pack-lockfile.schema.json +108 -0
  74. package/schemas/prompt-kind.schema.json +8 -0
  75. package/schemas/prompt-pack-manifest.schema.json +117 -0
  76. package/schemas/prompt-ref.schema.json +40 -0
  77. package/schemas/prompt-template.schema.json +149 -0
  78. package/schemas/proposal.schema.json +84 -0
  79. package/schemas/registry-version-manifest.schema.json +208 -0
  80. package/schemas/residency.schema.json +16 -0
  81. package/schemas/run-ancestry-response.schema.json +54 -0
  82. package/schemas/run-diff-response.schema.json +64 -0
  83. package/schemas/run-event-payloads.schema.json +4452 -0
  84. package/schemas/run-event.schema.json +211 -0
  85. package/schemas/run-options.schema.json +80 -0
  86. package/schemas/run-orchestrator-decided-event.schema.json +20 -0
  87. package/schemas/run-snapshot.schema.json +148 -0
  88. package/schemas/security-advisory.schema.json +109 -0
  89. package/schemas/self-hosted-runner-dispatch-frame.schema.json +79 -0
  90. package/schemas/self-hosted-runner-registration.schema.json +53 -0
  91. package/schemas/self-hosted-runner-result-frame.schema.json +38 -0
  92. package/schemas/subject.schema.json +56 -0
  93. package/schemas/suspend-request.schema.json +207 -0
  94. package/schemas/tool-descriptor.schema.json +63 -0
  95. package/schemas/trigger-event.schema.json +222 -0
  96. package/schemas/trigger-subscription-registration.schema.json +67 -0
  97. package/schemas/trigger-subscription.schema.json +26 -0
  98. package/schemas/ui-plugin-message.schema.json +90 -0
  99. package/schemas/v2/a2a-task-state.schema.json +102 -0
  100. package/schemas/v2/a2ui-surface-delta-frame.schema.json +62 -0
  101. package/schemas/v2/agent-deployment-transition.schema.json +67 -0
  102. package/schemas/v2/agent-deployment.schema.json +68 -0
  103. package/schemas/v2/agent-eval-suite.schema.json +214 -0
  104. package/schemas/v2/agent-inventory-response.schema.json +172 -0
  105. package/schemas/v2/agent-manifest.schema.json +218 -0
  106. package/schemas/v2/agent-org-chart.schema.json +149 -0
  107. package/schemas/v2/agent-ref.schema.json +67 -0
  108. package/schemas/v2/agent-roster-entry.schema.json +104 -0
  109. package/schemas/v2/agent-roster-response.schema.json +27 -0
  110. package/schemas/v2/ai-envelope.schema.json +167 -0
  111. package/schemas/v2/annotation-create.schema.json +109 -0
  112. package/schemas/v2/annotation.schema.json +142 -0
  113. package/schemas/v2/artifact-type-pack-manifest.schema.json +245 -0
  114. package/schemas/v2/audit-verify-result.schema.json +110 -0
  115. package/schemas/v2/budget-policy.schema.json +61 -0
  116. package/schemas/v2/capabilities.schema.json +7644 -0
  117. package/schemas/v2/certification-bundle.schema.json +401 -0
  118. package/schemas/v2/channel-presence-payload.schema.json +60 -0
  119. package/schemas/v2/channel-written-payload.schema.json +64 -0
  120. package/schemas/v2/chat-card-pack-manifest.schema.json +254 -0
  121. package/schemas/v2/compact-tool-descriptor.schema.json +108 -0
  122. package/schemas/v2/compensation-policy.schema.json +91 -0
  123. package/schemas/v2/compensation-projection.schema.json +95 -0
  124. package/schemas/v2/configurable.schema.json +110 -0
  125. package/schemas/v2/connection-pack-manifest.schema.json +354 -0
  126. package/schemas/v2/conversation-event.schema.json +281 -0
  127. package/schemas/v2/conversation-turn.schema.json +165 -0
  128. package/schemas/v2/credential-provenance.schema.json +62 -0
  129. package/schemas/v2/credential-reference.schema.json +28 -0
  130. package/schemas/v2/debug-bundle.schema.json +312 -0
  131. package/schemas/v2/dispatch-config.schema.json +147 -0
  132. package/schemas/v2/effect-ledger-projection.schema.json +71 -0
  133. package/schemas/v2/effect-seam-manifest.schema.json +98 -0
  134. package/schemas/v2/envelopes/clarification.request.schema.json +59 -0
  135. package/schemas/v2/envelopes/error.schema.json +35 -0
  136. package/schemas/v2/envelopes/media.audio.schema.json +41 -0
  137. package/schemas/v2/envelopes/media.file.schema.json +40 -0
  138. package/schemas/v2/envelopes/media.image.schema.json +36 -0
  139. package/schemas/v2/envelopes/schema.request.schema.json +29 -0
  140. package/schemas/v2/envelopes/schema.response.schema.json +26 -0
  141. package/schemas/v2/envelopes/ui.a2ui-surface.schema.json +292 -0
  142. package/schemas/v2/error-envelope.schema.json +229 -0
  143. package/schemas/v2/eval-summary.schema.json +166 -0
  144. package/schemas/v2/export-bundle.schema.json +94 -0
  145. package/schemas/v2/form-content-pack-manifest.schema.json +241 -0
  146. package/schemas/v2/frontend-plugin-manifest.schema.json +152 -0
  147. package/schemas/v2/goal.schema.json +188 -0
  148. package/schemas/v2/heartbeat-evaluated.schema.json +34 -0
  149. package/schemas/v2/heartbeat-state-changed.schema.json +31 -0
  150. package/schemas/v2/ids.schema.json +31 -0
  151. package/schemas/v2/localized-content-language-settings.schema.json +34 -0
  152. package/schemas/v2/localized-content-page-response.schema.json +94 -0
  153. package/schemas/v2/localized-content-page.schema.json +87 -0
  154. package/schemas/v2/localized-content-section.schema.json +63 -0
  155. package/schemas/v2/memory-entry.schema.json +45 -0
  156. package/schemas/v2/memory-list-options.schema.json +41 -0
  157. package/schemas/v2/node-pack-manifest.schema.json +657 -0
  158. package/schemas/v2/orchestrator-decision.schema.json +120 -0
  159. package/schemas/v2/org-chart-responsibility-view.schema.json +36 -0
  160. package/schemas/v2/pack-lockfile.schema.json +139 -0
  161. package/schemas/v2/prompt-kind.schema.json +14 -0
  162. package/schemas/v2/prompt-pack-manifest.schema.json +118 -0
  163. package/schemas/v2/prompt-ref.schema.json +42 -0
  164. package/schemas/v2/prompt-template.schema.json +209 -0
  165. package/schemas/v2/proposal.schema.json +145 -0
  166. package/schemas/v2/registry-version-manifest.schema.json +292 -0
  167. package/schemas/v2/residency.schema.json +19 -0
  168. package/schemas/v2/run-ancestry-response.schema.json +68 -0
  169. package/schemas/v2/run-diff-response.schema.json +80 -0
  170. package/schemas/v2/run-event-payloads.schema.json +4588 -0
  171. package/schemas/v2/run-event.schema.json +324 -0
  172. package/schemas/v2/run-options.schema.json +90 -0
  173. package/schemas/v2/run-orchestrator-decided-event.schema.json +22 -0
  174. package/schemas/v2/run-snapshot.schema.json +207 -0
  175. package/schemas/v2/security-advisory.schema.json +138 -0
  176. package/schemas/v2/self-hosted-runner-dispatch-frame.schema.json +119 -0
  177. package/schemas/v2/self-hosted-runner-registration.schema.json +74 -0
  178. package/schemas/v2/self-hosted-runner-result-frame.schema.json +47 -0
  179. package/schemas/v2/subject-link.schema.json +69 -0
  180. package/schemas/v2/subject.schema.json +597 -0
  181. package/schemas/v2/suspend-request.schema.json +370 -0
  182. package/schemas/v2/tool-descriptor.schema.json +150 -0
  183. package/schemas/v2/trigger-event.schema.json +508 -0
  184. package/schemas/v2/trigger-subscription-registration.schema.json +99 -0
  185. package/schemas/v2/trigger-subscription.schema.json +79 -0
  186. package/schemas/v2/ui-plugin-message.schema.json +149 -0
  187. package/schemas/v2/workflow-chain-pack-manifest.schema.json +610 -0
  188. package/schemas/v2/workflow-definition.schema.json +864 -0
  189. package/schemas/v2/workload-identity.schema.json +115 -0
  190. package/schemas/v2/workspace-file-create.schema.json +23 -0
  191. package/schemas/v2/workspace-file.schema.json +45 -0
  192. package/schemas/workflow-chain-pack-manifest.schema.json +615 -0
  193. package/schemas/workflow-definition.schema.json +850 -0
  194. package/schemas/workload-identity.schema.json +79 -0
  195. package/schemas/workspace-file-create.schema.json +20 -0
  196. package/schemas/workspace-file.schema.json +39 -0
  197. package/spec/v1/alias-detectors.json +283 -0
  198. package/spec/v1/capability-declaration-classes.json +176 -0
  199. package/spec/v1/core-standard-manifest.json +423 -0
  200. package/spec/v1/deprecations.json +854 -0
  201. package/spec/v1/deprecations.schema.json +187 -0
  202. package/spec/v1/event-codemap.json +1089 -0
  203. package/spec/v1/event-codemap.schema.json +41 -0
  204. package/spec/v1/extensions.json +1273 -0
  205. package/spec/v1/gaps.json +14581 -0
  206. package/spec/v1/gaps.schema.json +55 -0
  207. package/spec/v1/migrations.json +1822 -0
  208. package/spec/v1/migrations.schema.json +44 -0
  209. package/spec/v1/operation-path-manifest.json +462 -0
  210. package/spec/v1/spec-gaps.json +4823 -0
  211. package/spec/v2/declaration.json +1862 -0
  212. package/spec/v2/declaration.schema.json +305 -0
  213. package/spec/v2/errors.json +837 -0
  214. package/spec/v2/event-codemap.json +1099 -0
  215. package/spec/v2/event-codemap.schema.json +114 -0
  216. package/spec/v2/ext/provider-idempotency/registry.json +6 -0
  217. package/spec/v2/facets/a2a.schema.json +51 -0
  218. package/spec/v2/facets/aiProviders.schema.json +56 -0
  219. package/spec/v2/facets/auth.schema.json +91 -0
  220. package/spec/v2/facets/heartbeat.schema.json +20 -0
  221. package/spec/v2/facets/interrupt.schema.json +29 -0
  222. package/spec/v2/facets/mcp.schema.json +81 -0
  223. package/spec/v2/facets/replay.schema.json +34 -0
  224. package/spec/v2/facets/sandbox.schema.json +31 -0
  225. package/spec/v2/facets/webhooks.schema.json +18 -0
  226. package/spec/v2/path-manifest.json +279 -0
  227. package/spec/v2/peer-dependency-aliases.json +165 -0
  228. package/spec/v2/profiles.json +45 -0
  229. package/spec/v2/release.json +6 -0
@@ -0,0 +1,1862 @@
1
+ {
2
+ "$schema": "https://openwop.dev/spec/v2/declaration.schema.json",
3
+ "$comment": "RFC 0169 §B — the one declaration file. Hand-reviewed source (generated FROM nothing, checked AGAINST everything by scripts/check-declaration.mjs). schemas/v2/capabilities.schema.json, spec/v2/profiles.json and spec/v2/peer-dependency-aliases.json are generated from it. Seeded 2026-09-03 (Phase 3, P3-A) from the v1 registries this file retires: every v1 root key is listed with an anchor (core | ext | deleted) so no slot is reserved-but-undefined (§B.3). Values marked planned:* are minted by the suite in P3-E (RFC 0178 precedent). adoption is re-derived from INTEROP-MATRIX bundle evidence at each RC (generator --check).",
4
+ "version": "2.0",
5
+ "updated": "2026-09-03",
6
+ "witnessClasses": [
7
+ "witnessable-unaided",
8
+ "witnessable-gated",
9
+ "seam-gated",
10
+ "claims-check",
11
+ "negative-existence"
12
+ ],
13
+ "extensionsKeyPattern": "^[a-z][a-z0-9]*(-[a-z0-9]+)*\\.[a-z][a-z0-9]*(-[a-z0-9]+)*$",
14
+ "reservedOrgs": [
15
+ "openwop",
16
+ "vendor"
17
+ ],
18
+ "metadata": [
19
+ {
20
+ "key": "protocolVersion",
21
+ "kind": "metadata",
22
+ "schema": "metadata/protocolVersion",
23
+ "note": null,
24
+ "disposition": "kept"
25
+ },
26
+ {
27
+ "key": "protocolVersions",
28
+ "kind": "metadata",
29
+ "schema": "metadata/protocolVersions",
30
+ "note": null,
31
+ "disposition": "kept"
32
+ },
33
+ {
34
+ "key": "extensions",
35
+ "kind": "metadata",
36
+ "schema": "metadata/extensions",
37
+ "note": null,
38
+ "disposition": "kept"
39
+ },
40
+ {
41
+ "key": "implementation",
42
+ "kind": "metadata",
43
+ "schema": "metadata/implementation",
44
+ "note": null,
45
+ "disposition": "kept"
46
+ },
47
+ {
48
+ "key": "engineVersion",
49
+ "kind": "metadata",
50
+ "schema": "metadata/engineVersion",
51
+ "note": null,
52
+ "disposition": "kept"
53
+ },
54
+ {
55
+ "key": "eventLogSchemaVersion",
56
+ "kind": "metadata",
57
+ "schema": "metadata/eventLogSchemaVersion",
58
+ "note": null,
59
+ "disposition": "kept"
60
+ },
61
+ {
62
+ "key": "supportedTransports",
63
+ "kind": "metadata",
64
+ "schema": "metadata/supportedTransports",
65
+ "note": "deleted: RFC 0175 §B.1",
66
+ "disposition": "deleted"
67
+ },
68
+ {
69
+ "key": "configurable",
70
+ "kind": "metadata",
71
+ "schema": "metadata/configurable",
72
+ "note": null,
73
+ "disposition": "kept"
74
+ },
75
+ {
76
+ "key": "observability",
77
+ "kind": "metadata",
78
+ "schema": "metadata/observability",
79
+ "note": null,
80
+ "disposition": "kept"
81
+ },
82
+ {
83
+ "key": "minClientVersion",
84
+ "kind": "metadata",
85
+ "schema": "metadata/minClientVersion",
86
+ "note": null,
87
+ "disposition": "kept"
88
+ },
89
+ {
90
+ "key": "runtimeCapabilities",
91
+ "kind": "metadata",
92
+ "schema": "metadata/runtimeCapabilities",
93
+ "note": null,
94
+ "disposition": "kept"
95
+ },
96
+ {
97
+ "key": "testing",
98
+ "kind": "metadata",
99
+ "schema": "metadata/testing",
100
+ "note": null,
101
+ "disposition": "kept"
102
+ },
103
+ {
104
+ "key": "conformance",
105
+ "kind": "metadata",
106
+ "schema": "metadata/conformance",
107
+ "note": null,
108
+ "disposition": "kept"
109
+ },
110
+ {
111
+ "key": "fixtures",
112
+ "kind": "metadata",
113
+ "schema": "metadata/fixtures",
114
+ "note": null,
115
+ "disposition": "kept"
116
+ },
117
+ {
118
+ "key": "compliance",
119
+ "kind": "metadata",
120
+ "schema": "metadata/compliance",
121
+ "note": null,
122
+ "disposition": "kept"
123
+ },
124
+ {
125
+ "key": "discovery",
126
+ "kind": "metadata",
127
+ "schema": "metadata/discovery",
128
+ "note": null,
129
+ "disposition": "kept"
130
+ },
131
+ {
132
+ "key": "preferredVersion",
133
+ "kind": "metadata",
134
+ "schema": "metadata/preferredVersion",
135
+ "note": "root preferredVersion (RFC 0172 §A.1; v1.x additive RFC 0179)",
136
+ "disposition": "kept"
137
+ }
138
+ ],
139
+ "families": [
140
+ {
141
+ "key": "contractProvenance",
142
+ "anchor": "deleted",
143
+ "reason": "RFC 0169 §A.5 (unfalsifiable self-declaration)"
144
+ },
145
+ {
146
+ "key": "supportedEnvelopes",
147
+ "kind": "family",
148
+ "anchor": "core",
149
+ "section": "core/capabilities.md#supportedEnvelopes",
150
+ "peerDependencyId": "supportedEnvelopes",
151
+ "witness": "witnessable-gated",
152
+ "maturity": {
153
+ "technical": "stable",
154
+ "adoption": "none"
155
+ },
156
+ "facets": [],
157
+ "floorScenarios": [],
158
+ "requirementIds": [],
159
+ "owningRfc": null
160
+ },
161
+ {
162
+ "key": "schemaVersions",
163
+ "kind": "family",
164
+ "anchor": "core",
165
+ "section": "core/capabilities.md#schemaVersions",
166
+ "peerDependencyId": "schemaVersions",
167
+ "witness": "witnessable-gated",
168
+ "maturity": {
169
+ "technical": "stable",
170
+ "adoption": "none"
171
+ },
172
+ "facets": [],
173
+ "floorScenarios": [],
174
+ "requirementIds": [],
175
+ "owningRfc": null
176
+ },
177
+ {
178
+ "key": "limits",
179
+ "kind": "family",
180
+ "anchor": "core",
181
+ "section": "core/capabilities.md#limits",
182
+ "peerDependencyId": "limits",
183
+ "witness": "witnessable-gated",
184
+ "maturity": {
185
+ "technical": "stable",
186
+ "adoption": "none"
187
+ },
188
+ "facets": [
189
+ "clarificationRounds",
190
+ "schemaRounds",
191
+ "envelopesPerTurn",
192
+ "maxNodeExecutions",
193
+ "maxRunDurationMs",
194
+ "maxLoopIterations",
195
+ "maxBudgetTokens",
196
+ "maxBudgetCostUsd",
197
+ "maxRequestBodyBytes"
198
+ ],
199
+ "floorScenarios": [],
200
+ "requirementIds": [],
201
+ "owningRfc": null
202
+ },
203
+ {
204
+ "key": "envelopeStrictness",
205
+ "kind": "family",
206
+ "anchor": "core",
207
+ "section": "core/capabilities.md#envelopeStrictness",
208
+ "peerDependencyId": "envelopeStrictness",
209
+ "witness": "claims-check",
210
+ "maturity": {
211
+ "technical": "experimental",
212
+ "adoption": "none"
213
+ },
214
+ "facets": [],
215
+ "floorScenarios": [],
216
+ "requirementIds": [],
217
+ "owningRfc": null
218
+ },
219
+ {
220
+ "key": "envelopeContracts",
221
+ "kind": "family",
222
+ "anchor": "core",
223
+ "section": "core/capabilities.md#envelopeContracts",
224
+ "peerDependencyId": "envelopeContracts",
225
+ "witness": "claims-check",
226
+ "maturity": {
227
+ "technical": "experimental",
228
+ "adoption": "none"
229
+ },
230
+ "facets": [
231
+ "advertised"
232
+ ],
233
+ "floorScenarios": [],
234
+ "requirementIds": [],
235
+ "owningRfc": null
236
+ },
237
+ {
238
+ "key": "envelopes",
239
+ "kind": "family",
240
+ "anchor": "core",
241
+ "section": "core/capabilities.md#envelopes",
242
+ "peerDependencyId": "envelopes",
243
+ "witness": "claims-check",
244
+ "maturity": {
245
+ "technical": "experimental",
246
+ "adoption": "none"
247
+ },
248
+ "facets": [
249
+ "reasoning",
250
+ "tierOneSubsetCompliance",
251
+ "reliability"
252
+ ],
253
+ "floorScenarios": [],
254
+ "requirementIds": [],
255
+ "owningRfc": "0030"
256
+ },
257
+ {
258
+ "key": "prompts",
259
+ "kind": "family",
260
+ "anchor": "core",
261
+ "section": "core/capabilities.md#prompts",
262
+ "peerDependencyId": "prompts",
263
+ "witness": "witnessable-gated",
264
+ "maturity": {
265
+ "technical": "experimental",
266
+ "adoption": "none"
267
+ },
268
+ "facets": [
269
+ "endpointsSupported",
270
+ "templateKinds",
271
+ "variableSources",
272
+ "maxTemplateBytes",
273
+ "observability",
274
+ "packsSupported",
275
+ "mutableLibrary",
276
+ "library",
277
+ "defaults",
278
+ "agentBindings"
279
+ ],
280
+ "floorScenarios": [],
281
+ "requirementIds": [],
282
+ "owningRfc": "0027"
283
+ },
284
+ {
285
+ "key": "grpc",
286
+ "anchor": "deleted",
287
+ "reason": "RFC 0175 §A.1 (spec/v2/ext/grpc-transport/, not advertisable)"
288
+ },
289
+ {
290
+ "key": "nodePackRuntimes",
291
+ "kind": "family",
292
+ "anchor": "core",
293
+ "section": "core/capabilities.md#nodePackRuntimes",
294
+ "peerDependencyId": "nodePackRuntimes",
295
+ "witness": "claims-check",
296
+ "maturity": {
297
+ "technical": "experimental",
298
+ "adoption": "none"
299
+ },
300
+ "facets": [
301
+ "wasm",
302
+ "wasmComponent"
303
+ ],
304
+ "floorScenarios": [],
305
+ "requirementIds": [],
306
+ "owningRfc": "0008"
307
+ },
308
+ {
309
+ "key": "secrets",
310
+ "kind": "family",
311
+ "anchor": "core",
312
+ "section": "core/capabilities.md#secrets",
313
+ "peerDependencyId": "secrets",
314
+ "witness": "witnessable-gated",
315
+ "maturity": {
316
+ "technical": "experimental",
317
+ "adoption": "none"
318
+ },
319
+ "facets": [
320
+ "scopes",
321
+ "resolution",
322
+ "resolveInPack"
323
+ ],
324
+ "floorScenarios": [],
325
+ "requirementIds": [],
326
+ "owningRfc": null,
327
+ "note": "resolveInPack (RFC 0112-era pack peer dependency) is a declared facet"
328
+ },
329
+ {
330
+ "key": "connections",
331
+ "kind": "family",
332
+ "anchor": "core",
333
+ "section": "core/capabilities.md#connections",
334
+ "peerDependencyId": "connections",
335
+ "witness": "witnessable-gated",
336
+ "maturity": {
337
+ "technical": "experimental",
338
+ "adoption": "none"
339
+ },
340
+ "facets": [
341
+ "packsSupported"
342
+ ],
343
+ "floorScenarios": [],
344
+ "requirementIds": [],
345
+ "owningRfc": "0095"
346
+ },
347
+ {
348
+ "key": "selfHostedRunner",
349
+ "kind": "family",
350
+ "anchor": "core",
351
+ "section": "core/capabilities.md#selfHostedRunner",
352
+ "peerDependencyId": "selfHostedRunner",
353
+ "witness": "witnessable-gated",
354
+ "maturity": {
355
+ "technical": "experimental",
356
+ "adoption": "none"
357
+ },
358
+ "facets": [
359
+ "dispatchKinds"
360
+ ],
361
+ "floorScenarios": [],
362
+ "requirementIds": [],
363
+ "owningRfc": "0122"
364
+ },
365
+ {
366
+ "key": "purposePropagation",
367
+ "kind": "family",
368
+ "anchor": "core",
369
+ "section": "core/capabilities.md#purposePropagation",
370
+ "peerDependencyId": "purposePropagation",
371
+ "witness": "witnessable-gated",
372
+ "maturity": {
373
+ "technical": "experimental",
374
+ "adoption": "none"
375
+ },
376
+ "facets": [
377
+ "propagatesOnward"
378
+ ],
379
+ "floorScenarios": [],
380
+ "requirementIds": [],
381
+ "owningRfc": "0128"
382
+ },
383
+ {
384
+ "key": "dataResidency",
385
+ "kind": "family",
386
+ "anchor": "core",
387
+ "section": "core/capabilities.md#dataResidency",
388
+ "peerDependencyId": "dataResidency",
389
+ "witness": "witnessable-gated",
390
+ "maturity": {
391
+ "technical": "experimental",
392
+ "adoption": "none"
393
+ },
394
+ "facets": [
395
+ "regions"
396
+ ],
397
+ "floorScenarios": [],
398
+ "requirementIds": [],
399
+ "owningRfc": "0129"
400
+ },
401
+ {
402
+ "key": "anonymousActor",
403
+ "kind": "family",
404
+ "anchor": "core",
405
+ "section": "core/capabilities.md#anonymousActor",
406
+ "peerDependencyId": "anonymousActor",
407
+ "witness": "seam-gated",
408
+ "maturity": {
409
+ "technical": "experimental",
410
+ "adoption": "none"
411
+ },
412
+ "facets": [
413
+ "tiers",
414
+ "writeEgressControls",
415
+ "failClosed"
416
+ ],
417
+ "floorScenarios": [],
418
+ "requirementIds": [],
419
+ "owningRfc": "0132"
420
+ },
421
+ {
422
+ "key": "credentials",
423
+ "kind": "family",
424
+ "anchor": "core",
425
+ "section": "core/capabilities.md#credentials",
426
+ "peerDependencyId": "credentials",
427
+ "witness": "witnessable-gated",
428
+ "maturity": {
429
+ "technical": "experimental",
430
+ "adoption": "none"
431
+ },
432
+ "facets": [
433
+ "scopes",
434
+ "encryptionAtRest",
435
+ "rotation",
436
+ "sharing"
437
+ ],
438
+ "floorScenarios": [],
439
+ "requirementIds": [],
440
+ "owningRfc": "0046"
441
+ },
442
+ {
443
+ "key": "feedback",
444
+ "kind": "family",
445
+ "anchor": "core",
446
+ "section": "core/capabilities.md#feedback",
447
+ "peerDependencyId": "feedback",
448
+ "witness": "witnessable-gated",
449
+ "maturity": {
450
+ "technical": "experimental",
451
+ "adoption": "none"
452
+ },
453
+ "facets": [
454
+ "targets",
455
+ "signals"
456
+ ],
457
+ "floorScenarios": [],
458
+ "requirementIds": [],
459
+ "owningRfc": "0056"
460
+ },
461
+ {
462
+ "key": "replay",
463
+ "kind": "family",
464
+ "anchor": "core",
465
+ "section": "core/capabilities.md#replay",
466
+ "peerDependencyId": "replay",
467
+ "witness": "witnessable-gated",
468
+ "maturity": {
469
+ "technical": "experimental",
470
+ "adoption": "none"
471
+ },
472
+ "facets": [
473
+ "modes",
474
+ "retention",
475
+ "effectSeamsManifest"
476
+ ],
477
+ "floorScenarios": [],
478
+ "requirementIds": [],
479
+ "owningRfc": "0140",
480
+ "facetsFrom": "spec/v2/facets/replay.schema.json"
481
+ },
482
+ {
483
+ "key": "oauth",
484
+ "kind": "family",
485
+ "anchor": "core",
486
+ "section": "core/capabilities.md#oauth",
487
+ "peerDependencyId": "oauth",
488
+ "witness": "witnessable-gated",
489
+ "maturity": {
490
+ "technical": "experimental",
491
+ "adoption": "none"
492
+ },
493
+ "facets": [
494
+ "grants",
495
+ "providers"
496
+ ],
497
+ "floorScenarios": [],
498
+ "requirementIds": [],
499
+ "owningRfc": "0047"
500
+ },
501
+ {
502
+ "key": "authorization",
503
+ "kind": "family",
504
+ "anchor": "core",
505
+ "section": "core/capabilities.md#authorization",
506
+ "peerDependencyId": "authorization",
507
+ "witness": "witnessable-gated",
508
+ "maturity": {
509
+ "technical": "experimental",
510
+ "adoption": "none"
511
+ },
512
+ "facets": [
513
+ "failClosed",
514
+ "roles"
515
+ ],
516
+ "floorScenarios": [],
517
+ "requirementIds": [],
518
+ "owningRfc": "0049"
519
+ },
520
+ {
521
+ "key": "multiPartyConversation",
522
+ "kind": "family",
523
+ "anchor": "core",
524
+ "section": "core/capabilities.md#multiPartyConversation",
525
+ "peerDependencyId": "multiPartyConversation",
526
+ "witness": "witnessable-gated",
527
+ "maturity": {
528
+ "technical": "experimental",
529
+ "adoption": "none"
530
+ },
531
+ "facets": [
532
+ "maxParticipants"
533
+ ],
534
+ "floorScenarios": [],
535
+ "requirementIds": [],
536
+ "owningRfc": "0101"
537
+ },
538
+ {
539
+ "key": "conversationTurnModelProvenance",
540
+ "kind": "family",
541
+ "anchor": "core",
542
+ "section": "core/capabilities.md#conversationTurnModelProvenance",
543
+ "peerDependencyId": "conversationTurnModelProvenance",
544
+ "witness": "witnessable-gated",
545
+ "maturity": {
546
+ "technical": "experimental",
547
+ "adoption": "none"
548
+ },
549
+ "facets": [],
550
+ "floorScenarios": [],
551
+ "requirementIds": [],
552
+ "owningRfc": "0109"
553
+ },
554
+ {
555
+ "key": "channelPresence",
556
+ "kind": "family",
557
+ "anchor": "core",
558
+ "section": "core/capabilities.md#channelPresence",
559
+ "peerDependencyId": "channelPresence",
560
+ "witness": "witnessable-gated",
561
+ "maturity": {
562
+ "technical": "experimental",
563
+ "adoption": "none"
564
+ },
565
+ "facets": [],
566
+ "floorScenarios": [],
567
+ "requirementIds": [],
568
+ "owningRfc": "0110"
569
+ },
570
+ {
571
+ "key": "multiAgent",
572
+ "kind": "family",
573
+ "anchor": "core",
574
+ "section": "core/capabilities.md#multiAgent",
575
+ "peerDependencyId": "multiAgent",
576
+ "witness": "claims-check",
577
+ "maturity": {
578
+ "technical": "experimental",
579
+ "adoption": "none"
580
+ },
581
+ "facets": [
582
+ "executionModel"
583
+ ],
584
+ "floorScenarios": [],
585
+ "requirementIds": [],
586
+ "owningRfc": "0037",
587
+ "note": "RFC 0002–0008 surface; core anchor, facets carry the RFC 0092 requirement vocabulary"
588
+ },
589
+ {
590
+ "key": "modelCapabilities",
591
+ "kind": "family",
592
+ "anchor": "core",
593
+ "section": "core/capabilities.md#modelCapabilities",
594
+ "peerDependencyId": "modelCapabilities",
595
+ "witness": "witnessable-gated",
596
+ "maturity": {
597
+ "technical": "experimental",
598
+ "adoption": "none"
599
+ },
600
+ "facets": [
601
+ "advertised",
602
+ "substitutionSupported"
603
+ ],
604
+ "floorScenarios": [],
605
+ "requirementIds": [],
606
+ "owningRfc": "0031"
607
+ },
608
+ {
609
+ "key": "providerUsage",
610
+ "kind": "family",
611
+ "anchor": "core",
612
+ "section": "core/capabilities.md#providerUsage",
613
+ "peerDependencyId": "providerUsage",
614
+ "witness": "witnessable-gated",
615
+ "maturity": {
616
+ "technical": "experimental",
617
+ "adoption": "none"
618
+ },
619
+ "facets": [
620
+ "costEstimates",
621
+ "currency"
622
+ ],
623
+ "floorScenarios": [],
624
+ "requirementIds": [],
625
+ "owningRfc": "0026"
626
+ },
627
+ {
628
+ "key": "aiProviders",
629
+ "kind": "family",
630
+ "anchor": "core",
631
+ "section": "core/capabilities.md#aiProviders",
632
+ "peerDependencyId": "aiProviders",
633
+ "witness": "witnessable-gated",
634
+ "maturity": {
635
+ "technical": "experimental",
636
+ "adoption": "none"
637
+ },
638
+ "facets": [
639
+ "providers",
640
+ "byok",
641
+ "selfHosted",
642
+ "speechSynthesis",
643
+ "imageGeneration",
644
+ "videoGeneration",
645
+ "realtimeVoice",
646
+ "promptPrefixCache",
647
+ "maxInlineMediaBytes",
648
+ "authModes",
649
+ "policies",
650
+ "input"
651
+ ],
652
+ "floorScenarios": [],
653
+ "requirementIds": [],
654
+ "owningRfc": null,
655
+ "note": "imageGeneration/videoGeneration are declared facets (RFC 0169 §B.3 with RFC 0177 §B.1: facet paths are not identifiers; peerDependenciesMeta.aiProviders.facets[])",
656
+ "facetsFrom": "spec/v2/facets/aiProviders.schema.json"
657
+ },
658
+ {
659
+ "key": "agents",
660
+ "kind": "family",
661
+ "anchor": "core",
662
+ "section": "core/capabilities.md#agents",
663
+ "peerDependencyId": "agents",
664
+ "witness": "witnessable-gated",
665
+ "maturity": {
666
+ "technical": "experimental",
667
+ "adoption": "none"
668
+ },
669
+ "facets": [
670
+ "profile",
671
+ "modelClasses",
672
+ "orchestratorPattern",
673
+ "memoryBackends",
674
+ "memoryConsolidation",
675
+ "commitments",
676
+ "orchestrator",
677
+ "dispatch",
678
+ "manifestRuntime",
679
+ "liveRuntime",
680
+ "evalSuite",
681
+ "deployment",
682
+ "roster",
683
+ "orgChart",
684
+ "dispatchMapping",
685
+ "reasoning",
686
+ "subRunAttestation",
687
+ "proposals",
688
+ "goals"
689
+ ],
690
+ "floorScenarios": [],
691
+ "requirementIds": [],
692
+ "owningRfc": "0002",
693
+ "note": "RFC 0002–0008 surface; core anchor, facets carry the RFC 0092 requirement vocabulary"
694
+ },
695
+ {
696
+ "key": "memory",
697
+ "kind": "family",
698
+ "anchor": "core",
699
+ "section": "core/capabilities.md#memory",
700
+ "peerDependencyId": "memory",
701
+ "witness": "witnessable-gated",
702
+ "maturity": {
703
+ "technical": "experimental",
704
+ "adoption": "none"
705
+ },
706
+ "facets": [
707
+ "maxEntrySizeBytes",
708
+ "ttlSupported",
709
+ "compaction",
710
+ "distillation",
711
+ "attribution",
712
+ "writable",
713
+ "search",
714
+ "retention",
715
+ "injectionBudget"
716
+ ],
717
+ "floorScenarios": [],
718
+ "requirementIds": [],
719
+ "owningRfc": "0004",
720
+ "note": "RFC 0002–0008 surface; core anchor, facets carry the RFC 0092 requirement vocabulary"
721
+ },
722
+ {
723
+ "key": "conversationPrimitive",
724
+ "kind": "family",
725
+ "anchor": "core",
726
+ "section": "core/capabilities.md#conversationPrimitive",
727
+ "peerDependencyId": "conversationPrimitive",
728
+ "witness": "claims-check",
729
+ "maturity": {
730
+ "technical": "experimental",
731
+ "adoption": "none"
732
+ },
733
+ "facets": [],
734
+ "floorScenarios": [],
735
+ "requirementIds": [],
736
+ "owningRfc": "0005"
737
+ },
738
+ {
739
+ "key": "subWorkflow",
740
+ "kind": "family",
741
+ "anchor": "core",
742
+ "section": "core/capabilities.md#subWorkflow",
743
+ "peerDependencyId": "subWorkflow",
744
+ "witness": "claims-check",
745
+ "maturity": {
746
+ "technical": "experimental",
747
+ "adoption": "none"
748
+ },
749
+ "facets": [
750
+ "inputMapping"
751
+ ],
752
+ "floorScenarios": [],
753
+ "requirementIds": [],
754
+ "owningRfc": "0007"
755
+ },
756
+ {
757
+ "key": "fs",
758
+ "kind": "family",
759
+ "anchor": "core",
760
+ "section": "core/capabilities.md#fs",
761
+ "peerDependencyId": "fs",
762
+ "witness": "witnessable-gated",
763
+ "maturity": {
764
+ "technical": "experimental",
765
+ "adoption": "none"
766
+ },
767
+ "facets": [
768
+ "sandboxRoot",
769
+ "maxFileSizeBytes",
770
+ "image",
771
+ "pdf",
772
+ "transport"
773
+ ],
774
+ "floorScenarios": [],
775
+ "requirementIds": [],
776
+ "owningRfc": "0014"
777
+ },
778
+ {
779
+ "key": "kvStorage",
780
+ "kind": "family",
781
+ "anchor": "core",
782
+ "section": "core/capabilities.md#kvStorage",
783
+ "peerDependencyId": "kvStorage",
784
+ "witness": "witnessable-gated",
785
+ "maturity": {
786
+ "technical": "experimental",
787
+ "adoption": "none"
788
+ },
789
+ "facets": [
790
+ "maxKeyBytes",
791
+ "maxValueBytes",
792
+ "maxTtlSeconds",
793
+ "atomicIncrement",
794
+ "compareAndSwap"
795
+ ],
796
+ "floorScenarios": [],
797
+ "requirementIds": [],
798
+ "owningRfc": "0015"
799
+ },
800
+ {
801
+ "key": "tableStorage",
802
+ "kind": "family",
803
+ "anchor": "core",
804
+ "section": "core/capabilities.md#tableStorage",
805
+ "peerDependencyId": "tableStorage",
806
+ "witness": "witnessable-gated",
807
+ "maturity": {
808
+ "technical": "experimental",
809
+ "adoption": "none"
810
+ },
811
+ "facets": [
812
+ "maxRowsPerTable",
813
+ "maxColumnsPerRow",
814
+ "indexable",
815
+ "fullTextSearch"
816
+ ],
817
+ "floorScenarios": [],
818
+ "requirementIds": [],
819
+ "owningRfc": "0016"
820
+ },
821
+ {
822
+ "key": "queueBus",
823
+ "kind": "family",
824
+ "anchor": "core",
825
+ "section": "core/capabilities.md#queueBus",
826
+ "peerDependencyId": "queueBus",
827
+ "witness": "witnessable-gated",
828
+ "maturity": {
829
+ "technical": "experimental",
830
+ "adoption": "none"
831
+ },
832
+ "facets": [
833
+ "backends",
834
+ "deadLetterSupported",
835
+ "stream"
836
+ ],
837
+ "floorScenarios": [],
838
+ "requirementIds": [],
839
+ "owningRfc": "0017"
840
+ },
841
+ {
842
+ "key": "scheduling",
843
+ "kind": "family",
844
+ "anchor": "core",
845
+ "section": "core/capabilities.md#scheduling",
846
+ "peerDependencyId": "scheduling",
847
+ "witness": "witnessable-gated",
848
+ "maturity": {
849
+ "technical": "experimental",
850
+ "adoption": "none"
851
+ },
852
+ "facets": [
853
+ "cron",
854
+ "delayed",
855
+ "calendar",
856
+ "maxFutureHorizon"
857
+ ],
858
+ "floorScenarios": [],
859
+ "requirementIds": [],
860
+ "owningRfc": "0052"
861
+ },
862
+ {
863
+ "key": "heartbeat",
864
+ "kind": "family",
865
+ "anchor": "core",
866
+ "section": "core/capabilities.md#heartbeat",
867
+ "peerDependencyId": "heartbeat",
868
+ "witness": "witnessable-gated",
869
+ "maturity": {
870
+ "technical": "experimental",
871
+ "adoption": "none"
872
+ },
873
+ "facets": [
874
+ "minIntervalSec",
875
+ "maxRuntimeMs",
876
+ "deliveryChannel"
877
+ ],
878
+ "floorScenarios": [],
879
+ "requirementIds": [],
880
+ "owningRfc": "0060",
881
+ "facetsFrom": "spec/v2/facets/heartbeat.schema.json"
882
+ },
883
+ {
884
+ "key": "toolHooks",
885
+ "kind": "family",
886
+ "anchor": "core",
887
+ "section": "core/capabilities.md#toolHooks",
888
+ "peerDependencyId": "toolHooks",
889
+ "witness": "witnessable-gated",
890
+ "maturity": {
891
+ "technical": "experimental",
892
+ "adoption": "none"
893
+ },
894
+ "facets": [
895
+ "prePostEvents",
896
+ "perToolAuthorization",
897
+ "perToolRateLimit"
898
+ ],
899
+ "floorScenarios": [],
900
+ "requirementIds": [],
901
+ "owningRfc": "0064"
902
+ },
903
+ {
904
+ "key": "toolCatalog",
905
+ "kind": "family",
906
+ "anchor": "core",
907
+ "section": "core/capabilities.md#toolCatalog",
908
+ "peerDependencyId": "toolCatalog",
909
+ "witness": "witnessable-gated",
910
+ "maturity": {
911
+ "technical": "experimental",
912
+ "adoption": "none"
913
+ },
914
+ "facets": [
915
+ "sources",
916
+ "sessionLifecycle",
917
+ "compactView"
918
+ ],
919
+ "floorScenarios": [],
920
+ "requirementIds": [],
921
+ "owningRfc": "0078"
922
+ },
923
+ {
924
+ "key": "httpClient",
925
+ "kind": "family",
926
+ "anchor": "core",
927
+ "section": "core/capabilities.md#httpClient",
928
+ "peerDependencyId": "httpClient",
929
+ "witness": "witnessable-gated",
930
+ "maturity": {
931
+ "technical": "experimental",
932
+ "adoption": "none"
933
+ },
934
+ "facets": [
935
+ "ssrfGuard",
936
+ "maxResponseBodyBytes",
937
+ "requestTimeoutMs",
938
+ "methods",
939
+ "safeFetch",
940
+ "egressPolicy"
941
+ ],
942
+ "floorScenarios": [],
943
+ "requirementIds": [],
944
+ "owningRfc": "0076"
945
+ },
946
+ {
947
+ "key": "artifactTypes",
948
+ "kind": "family",
949
+ "anchor": "core",
950
+ "section": "core/capabilities.md#artifactTypes",
951
+ "peerDependencyId": "artifactTypes",
952
+ "witness": "witnessable-gated",
953
+ "maturity": {
954
+ "technical": "experimental",
955
+ "adoption": "none"
956
+ },
957
+ "facets": [
958
+ "store",
959
+ "render",
960
+ "export",
961
+ "types"
962
+ ],
963
+ "floorScenarios": [],
964
+ "requirementIds": [],
965
+ "owningRfc": "0071"
966
+ },
967
+ {
968
+ "key": "forms",
969
+ "kind": "family",
970
+ "anchor": "core",
971
+ "section": "core/capabilities.md#forms",
972
+ "peerDependencyId": "forms",
973
+ "witness": "claims-check",
974
+ "maturity": {
975
+ "technical": "experimental",
976
+ "adoption": "none"
977
+ },
978
+ "facets": [
979
+ "contentPacks"
980
+ ],
981
+ "floorScenarios": [],
982
+ "requirementIds": [],
983
+ "owningRfc": "0137"
984
+ },
985
+ {
986
+ "key": "aiEnvelope",
987
+ "kind": "family",
988
+ "anchor": "core",
989
+ "section": "core/capabilities.md#aiEnvelope",
990
+ "peerDependencyId": "aiEnvelope",
991
+ "witness": "witnessable-gated",
992
+ "maturity": {
993
+ "technical": "experimental",
994
+ "adoption": "none"
995
+ },
996
+ "facets": [
997
+ "await"
998
+ ],
999
+ "floorScenarios": [],
1000
+ "requirementIds": [],
1001
+ "owningRfc": "0144"
1002
+ },
1003
+ {
1004
+ "key": "promptLibrary",
1005
+ "kind": "family",
1006
+ "anchor": "core",
1007
+ "section": "core/capabilities.md#promptLibrary",
1008
+ "peerDependencyId": "promptLibrary",
1009
+ "witness": "claims-check",
1010
+ "maturity": {
1011
+ "technical": "experimental",
1012
+ "adoption": "none"
1013
+ },
1014
+ "facets": [],
1015
+ "floorScenarios": [],
1016
+ "requirementIds": [],
1017
+ "owningRfc": "0144"
1018
+ },
1019
+ {
1020
+ "key": "agentRuntime",
1021
+ "kind": "family",
1022
+ "anchor": "core",
1023
+ "section": "core/capabilities.md#agentRuntime",
1024
+ "peerDependencyId": "agentRuntime",
1025
+ "witness": "claims-check",
1026
+ "maturity": {
1027
+ "technical": "experimental",
1028
+ "adoption": "none"
1029
+ },
1030
+ "facets": [],
1031
+ "floorScenarios": [],
1032
+ "requirementIds": [],
1033
+ "owningRfc": "0144"
1034
+ },
1035
+ {
1036
+ "key": "deadLetter",
1037
+ "kind": "family",
1038
+ "anchor": "core",
1039
+ "section": "core/capabilities.md#deadLetter",
1040
+ "peerDependencyId": "deadLetter",
1041
+ "witness": "witnessable-gated",
1042
+ "maturity": {
1043
+ "technical": "experimental",
1044
+ "adoption": "none"
1045
+ },
1046
+ "facets": [
1047
+ "retentionDays"
1048
+ ],
1049
+ "floorScenarios": [],
1050
+ "requirementIds": [],
1051
+ "owningRfc": "0053"
1052
+ },
1053
+ {
1054
+ "key": "webhooks",
1055
+ "kind": "family",
1056
+ "anchor": "core",
1057
+ "section": "core/capabilities.md#webhooks",
1058
+ "peerDependencyId": "webhooks",
1059
+ "witness": "witnessable-gated",
1060
+ "maturity": {
1061
+ "technical": "experimental",
1062
+ "adoption": "none"
1063
+ },
1064
+ "facets": [
1065
+ "signatureAlgorithms"
1066
+ ],
1067
+ "floorScenarios": [],
1068
+ "requirementIds": [],
1069
+ "owningRfc": null,
1070
+ "facetsFrom": "spec/v2/facets/webhooks.schema.json"
1071
+ },
1072
+ {
1073
+ "key": "triggerBridge",
1074
+ "kind": "family",
1075
+ "anchor": "core",
1076
+ "section": "core/capabilities.md#triggerBridge",
1077
+ "peerDependencyId": "triggerBridge",
1078
+ "witness": "witnessable-gated",
1079
+ "maturity": {
1080
+ "technical": "experimental",
1081
+ "adoption": "none"
1082
+ },
1083
+ "facets": [
1084
+ "subscriptionStates",
1085
+ "dedup",
1086
+ "retryPolicy",
1087
+ "sources",
1088
+ "ingestion"
1089
+ ],
1090
+ "floorScenarios": [],
1091
+ "requirementIds": [],
1092
+ "owningRfc": "0083"
1093
+ },
1094
+ {
1095
+ "key": "a2a",
1096
+ "kind": "family",
1097
+ "anchor": "core",
1098
+ "section": "core/capabilities.md#a2a",
1099
+ "peerDependencyId": "a2a",
1100
+ "witness": "seam-gated",
1101
+ "maturity": {
1102
+ "technical": "experimental",
1103
+ "adoption": "none"
1104
+ },
1105
+ "facets": [
1106
+ "versions",
1107
+ "preferredVersion",
1108
+ "minimumVersion",
1109
+ "refreshedAt",
1110
+ "profiles",
1111
+ "agentCardUrl",
1112
+ "streaming",
1113
+ "pushNotifications",
1114
+ "durableTasks"
1115
+ ],
1116
+ "floorScenarios": [],
1117
+ "requirementIds": [],
1118
+ "owningRfc": "0152",
1119
+ "facetsFrom": "spec/v2/facets/a2a.schema.json"
1120
+ },
1121
+ {
1122
+ "key": "budget",
1123
+ "kind": "family",
1124
+ "anchor": "core",
1125
+ "section": "core/capabilities.md#budget",
1126
+ "peerDependencyId": "budget",
1127
+ "witness": "witnessable-gated",
1128
+ "maturity": {
1129
+ "technical": "experimental",
1130
+ "adoption": "none"
1131
+ },
1132
+ "facets": [
1133
+ "dimensions",
1134
+ "enforce",
1135
+ "scopes"
1136
+ ],
1137
+ "floorScenarios": [],
1138
+ "requirementIds": [],
1139
+ "owningRfc": "0084"
1140
+ },
1141
+ {
1142
+ "key": "nondeterminismPolicy",
1143
+ "kind": "family",
1144
+ "anchor": "core",
1145
+ "section": "core/capabilities.md#nondeterminismPolicy",
1146
+ "peerDependencyId": "nondeterminismPolicy",
1147
+ "witness": "claims-check",
1148
+ "maturity": {
1149
+ "technical": "experimental",
1150
+ "adoption": "none"
1151
+ },
1152
+ "facets": [
1153
+ "declared"
1154
+ ],
1155
+ "floorScenarios": [],
1156
+ "requirementIds": [],
1157
+ "owningRfc": "0085"
1158
+ },
1159
+ {
1160
+ "key": "workspace",
1161
+ "kind": "family",
1162
+ "anchor": "core",
1163
+ "section": "core/capabilities.md#workspace",
1164
+ "peerDependencyId": "workspace",
1165
+ "witness": "witnessable-gated",
1166
+ "maturity": {
1167
+ "technical": "experimental",
1168
+ "adoption": "none"
1169
+ },
1170
+ "facets": [
1171
+ "versioned",
1172
+ "maxFileBytes",
1173
+ "maxFiles",
1174
+ "maxVersions"
1175
+ ],
1176
+ "floorScenarios": [],
1177
+ "requirementIds": [],
1178
+ "owningRfc": "0059"
1179
+ },
1180
+ {
1181
+ "key": "uiPlugins",
1182
+ "kind": "family",
1183
+ "anchor": "core",
1184
+ "section": "core/capabilities.md#uiPlugins",
1185
+ "peerDependencyId": "uiPlugins",
1186
+ "witness": "witnessable-gated",
1187
+ "maturity": {
1188
+ "technical": "experimental",
1189
+ "adoption": "none"
1190
+ },
1191
+ "facets": [
1192
+ "isolation",
1193
+ "surfaces",
1194
+ "hostApi",
1195
+ "maxEntryBytes"
1196
+ ],
1197
+ "floorScenarios": [],
1198
+ "requirementIds": [],
1199
+ "owningRfc": "0117"
1200
+ },
1201
+ {
1202
+ "key": "sql",
1203
+ "kind": "family",
1204
+ "anchor": "core",
1205
+ "section": "core/capabilities.md#sql",
1206
+ "peerDependencyId": "sql",
1207
+ "witness": "witnessable-gated",
1208
+ "maturity": {
1209
+ "technical": "experimental",
1210
+ "adoption": "none"
1211
+ },
1212
+ "facets": [
1213
+ "datasources",
1214
+ "transactions",
1215
+ "drivers"
1216
+ ],
1217
+ "floorScenarios": [],
1218
+ "requirementIds": [],
1219
+ "owningRfc": "0018"
1220
+ },
1221
+ {
1222
+ "key": "nosql",
1223
+ "kind": "family",
1224
+ "anchor": "core",
1225
+ "section": "core/capabilities.md#nosql",
1226
+ "peerDependencyId": "nosql",
1227
+ "witness": "claims-check",
1228
+ "maturity": {
1229
+ "technical": "experimental",
1230
+ "adoption": "none"
1231
+ },
1232
+ "facets": [
1233
+ "datasources",
1234
+ "drivers"
1235
+ ],
1236
+ "floorScenarios": [],
1237
+ "requirementIds": [],
1238
+ "owningRfc": "0018"
1239
+ },
1240
+ {
1241
+ "key": "vectorStore",
1242
+ "kind": "family",
1243
+ "anchor": "core",
1244
+ "section": "core/capabilities.md#vectorStore",
1245
+ "peerDependencyId": "vectorStore",
1246
+ "witness": "witnessable-gated",
1247
+ "maturity": {
1248
+ "technical": "experimental",
1249
+ "adoption": "none"
1250
+ },
1251
+ "facets": [
1252
+ "collections",
1253
+ "backends"
1254
+ ],
1255
+ "floorScenarios": [],
1256
+ "requirementIds": [],
1257
+ "owningRfc": "0018"
1258
+ },
1259
+ {
1260
+ "key": "searchIndex",
1261
+ "kind": "family",
1262
+ "anchor": "core",
1263
+ "section": "core/capabilities.md#searchIndex",
1264
+ "peerDependencyId": "searchIndex",
1265
+ "witness": "witnessable-gated",
1266
+ "maturity": {
1267
+ "technical": "experimental",
1268
+ "adoption": "none"
1269
+ },
1270
+ "facets": [
1271
+ "indexes",
1272
+ "backends"
1273
+ ],
1274
+ "floorScenarios": [],
1275
+ "requirementIds": [],
1276
+ "owningRfc": "0018"
1277
+ },
1278
+ {
1279
+ "key": "blobStorage",
1280
+ "kind": "family",
1281
+ "anchor": "core",
1282
+ "section": "core/capabilities.md#blobStorage",
1283
+ "peerDependencyId": "blobStorage",
1284
+ "witness": "witnessable-gated",
1285
+ "maturity": {
1286
+ "technical": "experimental",
1287
+ "adoption": "none"
1288
+ },
1289
+ "facets": [
1290
+ "buckets",
1291
+ "presignSupported",
1292
+ "maxObjectBytes"
1293
+ ],
1294
+ "floorScenarios": [],
1295
+ "requirementIds": [],
1296
+ "owningRfc": "0019"
1297
+ },
1298
+ {
1299
+ "key": "cache",
1300
+ "kind": "family",
1301
+ "anchor": "core",
1302
+ "section": "core/capabilities.md#cache",
1303
+ "peerDependencyId": "cache",
1304
+ "witness": "witnessable-gated",
1305
+ "maturity": {
1306
+ "technical": "experimental",
1307
+ "adoption": "none"
1308
+ },
1309
+ "facets": [
1310
+ "maxValueBytes",
1311
+ "maxTtlSeconds"
1312
+ ],
1313
+ "floorScenarios": [],
1314
+ "requirementIds": [],
1315
+ "owningRfc": "0019"
1316
+ },
1317
+ {
1318
+ "key": "workflowChainPacks",
1319
+ "kind": "family",
1320
+ "anchor": "core",
1321
+ "section": "core/capabilities.md#workflowChainPacks",
1322
+ "peerDependencyId": "workflowChainPacks",
1323
+ "witness": "witnessable-gated",
1324
+ "maturity": {
1325
+ "technical": "experimental",
1326
+ "adoption": "none"
1327
+ },
1328
+ "facets": [
1329
+ "deferredParameters",
1330
+ "hostExpansionSeam",
1331
+ "subChains"
1332
+ ],
1333
+ "floorScenarios": [],
1334
+ "requirementIds": [],
1335
+ "owningRfc": "0013"
1336
+ },
1337
+ {
1338
+ "key": "packs",
1339
+ "kind": "family",
1340
+ "anchor": "core",
1341
+ "section": "core/capabilities.md#packs",
1342
+ "peerDependencyId": "packs",
1343
+ "witness": "claims-check",
1344
+ "maturity": {
1345
+ "technical": "experimental",
1346
+ "adoption": "none"
1347
+ },
1348
+ "facets": [
1349
+ "testMode"
1350
+ ],
1351
+ "floorScenarios": [],
1352
+ "requirementIds": [],
1353
+ "owningRfc": "0025"
1354
+ },
1355
+ {
1356
+ "key": "mcp",
1357
+ "kind": "family",
1358
+ "anchor": "core",
1359
+ "section": "core/capabilities.md#mcp",
1360
+ "peerDependencyId": "mcp",
1361
+ "witness": "seam-gated",
1362
+ "maturity": {
1363
+ "technical": "experimental",
1364
+ "adoption": "none"
1365
+ },
1366
+ "facets": [
1367
+ "revisions",
1368
+ "preferredVersion",
1369
+ "minimumRevision",
1370
+ "refreshedAt",
1371
+ "profiles",
1372
+ "features",
1373
+ "serverUrls",
1374
+ "serverMount",
1375
+ "mrtr"
1376
+ ],
1377
+ "floorScenarios": [],
1378
+ "requirementIds": [],
1379
+ "owningRfc": "0153",
1380
+ "facetsFrom": "spec/v2/facets/mcp.schema.json"
1381
+ },
1382
+ {
1383
+ "key": "sandbox",
1384
+ "kind": "family",
1385
+ "anchor": "core",
1386
+ "section": "core/capabilities.md#sandbox",
1387
+ "peerDependencyId": "sandbox",
1388
+ "witness": "witnessable-gated",
1389
+ "maturity": {
1390
+ "technical": "experimental",
1391
+ "adoption": "none"
1392
+ },
1393
+ "facets": [
1394
+ "isolationModel",
1395
+ "allowedHostCalls",
1396
+ "memoryLimitBytes",
1397
+ "wallClockLimitMs"
1398
+ ],
1399
+ "floorScenarios": [],
1400
+ "requirementIds": [],
1401
+ "owningRfc": "0035",
1402
+ "disposition": "externally-gated",
1403
+ "reason": "RFC 0169 §C.4 / RFC 0035 non-steward tripwire; status experimental with until = the review date, never stable",
1404
+ "facetsFrom": "spec/v2/facets/sandbox.schema.json"
1405
+ },
1406
+ {
1407
+ "key": "compensation",
1408
+ "kind": "family",
1409
+ "anchor": "core",
1410
+ "section": "core/capabilities.md#compensation",
1411
+ "peerDependencyId": "compensation",
1412
+ "witness": "seam-gated",
1413
+ "maturity": {
1414
+ "technical": "experimental",
1415
+ "adoption": "none"
1416
+ },
1417
+ "facets": [
1418
+ "profileVersion",
1419
+ "orderingModels",
1420
+ "manualIntervention"
1421
+ ],
1422
+ "floorScenarios": [],
1423
+ "requirementIds": [],
1424
+ "owningRfc": "0151",
1425
+ "reason": "RFC 0173 §B core obligation with a declared witness; ext/ only by §D.1 at the cut"
1426
+ },
1427
+ {
1428
+ "key": "idempotency",
1429
+ "kind": "family",
1430
+ "anchor": "core",
1431
+ "section": "core/capabilities.md#idempotency",
1432
+ "peerDependencyId": "idempotency",
1433
+ "witness": "witnessable-gated",
1434
+ "maturity": {
1435
+ "technical": "experimental",
1436
+ "adoption": "none"
1437
+ },
1438
+ "facets": [
1439
+ "multiRegion",
1440
+ "crossRegion"
1441
+ ],
1442
+ "floorScenarios": [],
1443
+ "requirementIds": [],
1444
+ "owningRfc": "0150"
1445
+ },
1446
+ {
1447
+ "key": "eventLog",
1448
+ "kind": "family",
1449
+ "anchor": "core",
1450
+ "section": "core/capabilities.md#eventLog",
1451
+ "peerDependencyId": "eventLog",
1452
+ "witness": "claims-check",
1453
+ "maturity": {
1454
+ "technical": "experimental",
1455
+ "adoption": "none"
1456
+ },
1457
+ "facets": [
1458
+ "crossEngineOrdering"
1459
+ ],
1460
+ "floorScenarios": [],
1461
+ "requirementIds": [],
1462
+ "owningRfc": "0036"
1463
+ },
1464
+ {
1465
+ "key": "production",
1466
+ "kind": "family",
1467
+ "anchor": "core",
1468
+ "section": "core/capabilities.md#production",
1469
+ "peerDependencyId": "production",
1470
+ "witness": "witnessable-gated",
1471
+ "maturity": {
1472
+ "technical": "experimental",
1473
+ "adoption": "none"
1474
+ },
1475
+ "facets": [
1476
+ "backpressure",
1477
+ "retention",
1478
+ "debugBundle"
1479
+ ],
1480
+ "floorScenarios": [],
1481
+ "requirementIds": [],
1482
+ "owningRfc": "0009"
1483
+ },
1484
+ {
1485
+ "key": "auth",
1486
+ "kind": "family",
1487
+ "anchor": "core",
1488
+ "section": "core/capabilities.md#auth",
1489
+ "peerDependencyId": "auth",
1490
+ "witness": "seam-gated",
1491
+ "maturity": {
1492
+ "technical": "experimental",
1493
+ "adoption": "none"
1494
+ },
1495
+ "facets": [
1496
+ "lanes",
1497
+ "subjectLinkKey"
1498
+ ],
1499
+ "floorScenarios": [],
1500
+ "requirementIds": [],
1501
+ "owningRfc": "0154",
1502
+ "facetsFrom": "spec/v2/facets/auth.schema.json"
1503
+ },
1504
+ {
1505
+ "key": "i18n",
1506
+ "kind": "family",
1507
+ "anchor": "core",
1508
+ "section": "core/capabilities.md#i18n",
1509
+ "peerDependencyId": "i18n",
1510
+ "witness": "witnessable-gated",
1511
+ "maturity": {
1512
+ "technical": "experimental",
1513
+ "adoption": "none"
1514
+ },
1515
+ "facets": [
1516
+ "defaultLocale",
1517
+ "supportedLocales"
1518
+ ],
1519
+ "floorScenarios": [],
1520
+ "requirementIds": [],
1521
+ "owningRfc": null
1522
+ },
1523
+ {
1524
+ "key": "content",
1525
+ "kind": "family",
1526
+ "anchor": "core",
1527
+ "section": "core/capabilities.md#content",
1528
+ "peerDependencyId": "content",
1529
+ "witness": "witnessable-gated",
1530
+ "maturity": {
1531
+ "technical": "experimental",
1532
+ "adoption": "none"
1533
+ },
1534
+ "facets": [
1535
+ "baseLocale",
1536
+ "supportedLocales"
1537
+ ],
1538
+ "floorScenarios": [],
1539
+ "requirementIds": [],
1540
+ "owningRfc": "0103"
1541
+ },
1542
+ {
1543
+ "key": "portability",
1544
+ "kind": "family",
1545
+ "anchor": "core",
1546
+ "section": "core/capabilities.md#portability",
1547
+ "peerDependencyId": "portability",
1548
+ "witness": "witnessable-gated",
1549
+ "maturity": {
1550
+ "technical": "experimental",
1551
+ "adoption": "none"
1552
+ },
1553
+ "facets": [
1554
+ "export",
1555
+ "import",
1556
+ "kinds",
1557
+ "dryRun"
1558
+ ],
1559
+ "floorScenarios": [],
1560
+ "requirementIds": [],
1561
+ "owningRfc": "0098"
1562
+ },
1563
+ {
1564
+ "key": "interrupt",
1565
+ "kind": "family",
1566
+ "anchor": "core",
1567
+ "section": "core/capabilities.md#interrupt",
1568
+ "peerDependencyId": "interrupt",
1569
+ "witness": "witnessable-gated",
1570
+ "maturity": {
1571
+ "technical": "experimental",
1572
+ "adoption": "none"
1573
+ },
1574
+ "facets": [
1575
+ "refKinds",
1576
+ "tokenAlgs"
1577
+ ],
1578
+ "floorScenarios": [],
1579
+ "requirementIds": [],
1580
+ "owningRfc": "0104",
1581
+ "facetsFrom": "spec/v2/facets/interrupt.schema.json"
1582
+ },
1583
+ {
1584
+ "key": "restTransport",
1585
+ "kind": "family",
1586
+ "anchor": "ext",
1587
+ "section": "ext/restTransport/",
1588
+ "peerDependencyId": "restTransport",
1589
+ "witness": "claims-check",
1590
+ "maturity": {
1591
+ "technical": "experimental",
1592
+ "adoption": "none"
1593
+ },
1594
+ "facets": [
1595
+ "conditionalRunGet",
1596
+ "contentEncodings"
1597
+ ],
1598
+ "floorScenarios": [],
1599
+ "requirementIds": [],
1600
+ "owningRfc": "0115",
1601
+ "reason": "RFC 0169 §C.5 (claims-check; ext/ unless a behavioral witness lands)"
1602
+ },
1603
+ {
1604
+ "key": "a2uiSurface",
1605
+ "kind": "family",
1606
+ "anchor": "ext",
1607
+ "section": "ext/a2uiSurface/",
1608
+ "peerDependencyId": "a2uiSurface",
1609
+ "witness": "claims-check",
1610
+ "maturity": {
1611
+ "technical": "experimental",
1612
+ "adoption": "none"
1613
+ },
1614
+ "facets": [
1615
+ "deltaTransport"
1616
+ ],
1617
+ "floorScenarios": [],
1618
+ "requirementIds": [],
1619
+ "owningRfc": "0114",
1620
+ "reason": "RFC 0169 §C.5 (deltaTransport claims-check; ext/ unless a behavioral witness lands)"
1621
+ },
1622
+ {
1623
+ "key": "brand",
1624
+ "kind": "family",
1625
+ "anchor": "ext",
1626
+ "section": "ext/brand/",
1627
+ "peerDependencyId": "brand",
1628
+ "witness": "claims-check",
1629
+ "maturity": {
1630
+ "technical": "experimental",
1631
+ "adoption": "single-witness"
1632
+ },
1633
+ "facets": [],
1634
+ "floorScenarios": [],
1635
+ "requirementIds": [],
1636
+ "owningRfc": "0144",
1637
+ "reason": "RFC 0169 §B.3 (RFC 0144 extension class; prose-only §host.* section in v1; served under extensions.openwop-app.* by the one host that has it)"
1638
+ },
1639
+ {
1640
+ "key": "canvas",
1641
+ "kind": "family",
1642
+ "anchor": "ext",
1643
+ "section": "ext/canvas/",
1644
+ "peerDependencyId": "canvas",
1645
+ "witness": "claims-check",
1646
+ "maturity": {
1647
+ "technical": "experimental",
1648
+ "adoption": "single-witness"
1649
+ },
1650
+ "facets": [],
1651
+ "floorScenarios": [],
1652
+ "requirementIds": [],
1653
+ "owningRfc": "0144",
1654
+ "reason": "RFC 0169 §B.3 (RFC 0144 extension class; prose-only §host.* section in v1; served under extensions.openwop-app.* by the one host that has it)"
1655
+ },
1656
+ {
1657
+ "key": "chat",
1658
+ "kind": "family",
1659
+ "anchor": "ext",
1660
+ "section": "ext/chat/",
1661
+ "peerDependencyId": "chat",
1662
+ "witness": "claims-check",
1663
+ "maturity": {
1664
+ "technical": "experimental",
1665
+ "adoption": "single-witness"
1666
+ },
1667
+ "facets": [],
1668
+ "floorScenarios": [],
1669
+ "requirementIds": [],
1670
+ "owningRfc": "0144",
1671
+ "reason": "RFC 0169 §B.3 (RFC 0144 extension class; prose-only §host.* section in v1; served under extensions.openwop-app.* by the one host that has it)"
1672
+ },
1673
+ {
1674
+ "key": "coordination",
1675
+ "kind": "family",
1676
+ "anchor": "ext",
1677
+ "section": "ext/coordination/",
1678
+ "peerDependencyId": "coordination",
1679
+ "witness": "claims-check",
1680
+ "maturity": {
1681
+ "technical": "experimental",
1682
+ "adoption": "single-witness"
1683
+ },
1684
+ "facets": [],
1685
+ "floorScenarios": [],
1686
+ "requirementIds": [],
1687
+ "owningRfc": "0144",
1688
+ "reason": "RFC 0169 §B.3 (RFC 0144 extension class; prose-only §host.* section in v1; served under extensions.openwop-app.* by the one host that has it)"
1689
+ },
1690
+ {
1691
+ "key": "dataIntegration",
1692
+ "kind": "family",
1693
+ "anchor": "ext",
1694
+ "section": "ext/dataIntegration/",
1695
+ "peerDependencyId": "dataIntegration",
1696
+ "witness": "claims-check",
1697
+ "maturity": {
1698
+ "technical": "experimental",
1699
+ "adoption": "single-witness"
1700
+ },
1701
+ "facets": [],
1702
+ "floorScenarios": [],
1703
+ "requirementIds": [],
1704
+ "owningRfc": "0144",
1705
+ "reason": "RFC 0169 §B.3 (RFC 0144 extension class; prose-only §host.* section in v1; served under extensions.openwop-app.* by the one host that has it)"
1706
+ },
1707
+ {
1708
+ "key": "entities",
1709
+ "kind": "family",
1710
+ "anchor": "ext",
1711
+ "section": "ext/entities/",
1712
+ "peerDependencyId": "entities",
1713
+ "witness": "claims-check",
1714
+ "maturity": {
1715
+ "technical": "experimental",
1716
+ "adoption": "single-witness"
1717
+ },
1718
+ "facets": [],
1719
+ "floorScenarios": [],
1720
+ "requirementIds": [],
1721
+ "owningRfc": "0144",
1722
+ "reason": "RFC 0169 §B.3 (RFC 0144 extension class; prose-only §host.* section in v1; served under extensions.openwop-app.* by the one host that has it)"
1723
+ },
1724
+ {
1725
+ "key": "kanban",
1726
+ "kind": "family",
1727
+ "anchor": "ext",
1728
+ "section": "ext/kanban/",
1729
+ "peerDependencyId": "kanban",
1730
+ "witness": "claims-check",
1731
+ "maturity": {
1732
+ "technical": "experimental",
1733
+ "adoption": "single-witness"
1734
+ },
1735
+ "facets": [],
1736
+ "floorScenarios": [],
1737
+ "requirementIds": [],
1738
+ "owningRfc": "0144",
1739
+ "reason": "RFC 0169 §B.3 (RFC 0144 extension class; prose-only §host.* section in v1; served under extensions.openwop-app.* by the one host that has it)"
1740
+ },
1741
+ {
1742
+ "key": "knowledge",
1743
+ "kind": "family",
1744
+ "anchor": "ext",
1745
+ "section": "ext/knowledge/",
1746
+ "peerDependencyId": "knowledge",
1747
+ "witness": "claims-check",
1748
+ "maturity": {
1749
+ "technical": "experimental",
1750
+ "adoption": "single-witness"
1751
+ },
1752
+ "facets": [],
1753
+ "floorScenarios": [],
1754
+ "requirementIds": [],
1755
+ "owningRfc": "0144",
1756
+ "reason": "RFC 0169 §B.3 (RFC 0144 extension class; prose-only §host.* section in v1; served under extensions.openwop-app.* by the one host that has it)"
1757
+ },
1758
+ {
1759
+ "key": "launchStudio",
1760
+ "kind": "family",
1761
+ "anchor": "ext",
1762
+ "section": "ext/launchStudio/",
1763
+ "peerDependencyId": "launchStudio",
1764
+ "witness": "claims-check",
1765
+ "maturity": {
1766
+ "technical": "experimental",
1767
+ "adoption": "single-witness"
1768
+ },
1769
+ "facets": [],
1770
+ "floorScenarios": [],
1771
+ "requirementIds": [],
1772
+ "owningRfc": "0144",
1773
+ "reason": "RFC 0169 §B.3 (RFC 0144 extension class; prose-only §host.* section in v1; served under extensions.openwop-app.* by the one host that has it)"
1774
+ },
1775
+ {
1776
+ "key": "messaging",
1777
+ "kind": "family",
1778
+ "anchor": "ext",
1779
+ "section": "ext/messaging/",
1780
+ "peerDependencyId": "messaging",
1781
+ "witness": "claims-check",
1782
+ "maturity": {
1783
+ "technical": "experimental",
1784
+ "adoption": "single-witness"
1785
+ },
1786
+ "facets": [],
1787
+ "floorScenarios": [],
1788
+ "requirementIds": [],
1789
+ "owningRfc": "0144",
1790
+ "reason": "RFC 0169 §B.3 (RFC 0144 extension class; prose-only §host.* section in v1; served under extensions.openwop-app.* by the one host that has it)"
1791
+ },
1792
+ {
1793
+ "key": "webResearch",
1794
+ "kind": "family",
1795
+ "anchor": "ext",
1796
+ "section": "ext/webResearch/",
1797
+ "peerDependencyId": "webResearch",
1798
+ "witness": "claims-check",
1799
+ "maturity": {
1800
+ "technical": "experimental",
1801
+ "adoption": "single-witness"
1802
+ },
1803
+ "facets": [],
1804
+ "floorScenarios": [],
1805
+ "requirementIds": [],
1806
+ "owningRfc": "0144",
1807
+ "reason": "RFC 0169 §B.3 (RFC 0144 extension class; prose-only §host.* section in v1; served under extensions.openwop-app.* by the one host that has it)"
1808
+ }
1809
+ ],
1810
+ "profiles": [
1811
+ {
1812
+ "id": "openwop-discovery-core",
1813
+ "predicate": {
1814
+ "families": [],
1815
+ "metadata": [
1816
+ "protocolVersions",
1817
+ "preferredVersion"
1818
+ ]
1819
+ },
1820
+ "floorScenarios": [
1821
+ "planned:capabilities-root-closed"
1822
+ ],
1823
+ "note": "discovery only; the alias openwop-core is deleted (row C2.3)"
1824
+ },
1825
+ {
1826
+ "id": "openwop-core-standard",
1827
+ "predicate": {
1828
+ "families": [
1829
+ "interrupt",
1830
+ "replay",
1831
+ "webhooks",
1832
+ "idempotency",
1833
+ "eventLog"
1834
+ ]
1835
+ },
1836
+ "floorScenarios": [],
1837
+ "requirementIds": [],
1838
+ "note": "seeded from spec/v1/core-standard-manifest.json at P3-B; the floor is minted with the 2.0.0 scenarios (planned)"
1839
+ },
1840
+ {
1841
+ "id": "openwop-conformance-seams-v2",
1842
+ "predicate": {
1843
+ "families": []
1844
+ },
1845
+ "floorScenarios": [],
1846
+ "note": "RFC 0168 §C.1 — the seams profile; its own api/seams-v2.yaml; forbidden from the capability namespace"
1847
+ }
1848
+ ],
1849
+ "aliases": {
1850
+ "host.webSearch": {
1851
+ "family": "webResearch",
1852
+ "note": "two spellings of one §host.* section in published manifests (1 use); the section is webResearch"
1853
+ },
1854
+ "host.campaignMessaging": {
1855
+ "family": "messaging",
1856
+ "facets": [
1857
+ "campaign"
1858
+ ],
1859
+ "note": "campaign messaging is a facet of the messaging extension (2 uses)"
1860
+ }
1861
+ }
1862
+ }