@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.
- package/CORPUS-STAMP.json +234 -0
- package/LICENSE +201 -0
- package/README.md +7 -0
- package/api/.redocly.lint-ignore.yaml +22 -0
- package/api/asyncapi.yaml +834 -0
- package/api/grpc/openwop.proto +251 -0
- package/api/openapi.yaml +2693 -0
- package/api/redocly.yaml +23 -0
- package/api/seams-v2.yaml +680 -0
- package/api/v2/asyncapi.yaml +528 -0
- package/api/v2/openapi.yaml +3139 -0
- package/api/v2/redocly.yaml +16 -0
- package/package.json +10 -0
- package/schemas/README.md +144 -0
- package/schemas/a2a-task-state.schema.json +78 -0
- package/schemas/a2ui-surface-delta-frame.schema.json +48 -0
- package/schemas/agent-deployment-transition.schema.json +49 -0
- package/schemas/agent-deployment.schema.json +54 -0
- package/schemas/agent-eval-suite.schema.json +140 -0
- package/schemas/agent-inventory-response.schema.json +115 -0
- package/schemas/agent-manifest.schema.json +156 -0
- package/schemas/agent-org-chart.schema.json +82 -0
- package/schemas/agent-ref.schema.json +63 -0
- package/schemas/agent-roster-entry.schema.json +81 -0
- package/schemas/agent-roster-response.schema.json +21 -0
- package/schemas/ai-envelope.schema.json +134 -0
- package/schemas/annotation-create.schema.json +37 -0
- package/schemas/annotation.schema.json +56 -0
- package/schemas/artifact-type-pack-manifest.schema.json +244 -0
- package/schemas/audit-verify-result.schema.json +90 -0
- package/schemas/budget-policy.schema.json +18 -0
- package/schemas/capabilities.schema.json +4160 -0
- package/schemas/certification-bundle-v2.schema.json +118 -0
- package/schemas/channel-presence-payload.schema.json +41 -0
- package/schemas/channel-written-payload.schema.json +55 -0
- package/schemas/chat-card-pack-manifest.schema.json +253 -0
- package/schemas/compact-tool-descriptor.schema.json +51 -0
- package/schemas/compensation-policy.schema.json +64 -0
- package/schemas/conformance-certification-bundle.schema.json +86 -0
- package/schemas/connection-pack-manifest.schema.json +353 -0
- package/schemas/conversation-event.schema.json +168 -0
- package/schemas/conversation-turn.schema.json +117 -0
- package/schemas/core-conformance-mock-agent-config.schema.json +152 -0
- package/schemas/credential-provenance.schema.json +18 -0
- package/schemas/credential-reference.schema.json +21 -0
- package/schemas/debug-bundle.schema.json +196 -0
- package/schemas/dispatch-config.schema.json +112 -0
- package/schemas/envelopes/clarification.request.schema.json +52 -0
- package/schemas/envelopes/error.schema.json +30 -0
- package/schemas/envelopes/media.audio.schema.json +38 -0
- package/schemas/envelopes/media.file.schema.json +37 -0
- package/schemas/envelopes/media.image.schema.json +33 -0
- package/schemas/envelopes/schema.request.schema.json +26 -0
- package/schemas/envelopes/schema.response.schema.json +22 -0
- package/schemas/envelopes/ui.a2ui-surface.schema.json +154 -0
- package/schemas/error-envelope.schema.json +25 -0
- package/schemas/eval-summary.schema.json +92 -0
- package/schemas/export-bundle.schema.json +66 -0
- package/schemas/form-content-pack-manifest.schema.json +243 -0
- package/schemas/frontend-plugin-manifest.schema.json +109 -0
- package/schemas/goal.schema.json +104 -0
- package/schemas/heartbeat-evaluated.schema.json +14 -0
- package/schemas/heartbeat-state-changed.schema.json +14 -0
- package/schemas/localized-content-language-settings.schema.json +26 -0
- package/schemas/localized-content-page-response.schema.json +60 -0
- package/schemas/localized-content-page.schema.json +62 -0
- package/schemas/localized-content-section.schema.json +51 -0
- package/schemas/memory-entry.schema.json +36 -0
- package/schemas/memory-list-options.schema.json +37 -0
- package/schemas/node-pack-manifest.schema.json +654 -0
- package/schemas/orchestrator-decision.schema.json +90 -0
- package/schemas/org-chart-responsibility-view.schema.json +26 -0
- package/schemas/pack-lockfile.schema.json +108 -0
- package/schemas/prompt-kind.schema.json +8 -0
- package/schemas/prompt-pack-manifest.schema.json +117 -0
- package/schemas/prompt-ref.schema.json +40 -0
- package/schemas/prompt-template.schema.json +149 -0
- package/schemas/proposal.schema.json +84 -0
- package/schemas/registry-version-manifest.schema.json +208 -0
- package/schemas/residency.schema.json +16 -0
- package/schemas/run-ancestry-response.schema.json +54 -0
- package/schemas/run-diff-response.schema.json +64 -0
- package/schemas/run-event-payloads.schema.json +4452 -0
- package/schemas/run-event.schema.json +211 -0
- package/schemas/run-options.schema.json +80 -0
- package/schemas/run-orchestrator-decided-event.schema.json +20 -0
- package/schemas/run-snapshot.schema.json +148 -0
- package/schemas/security-advisory.schema.json +109 -0
- package/schemas/self-hosted-runner-dispatch-frame.schema.json +79 -0
- package/schemas/self-hosted-runner-registration.schema.json +53 -0
- package/schemas/self-hosted-runner-result-frame.schema.json +38 -0
- package/schemas/subject.schema.json +56 -0
- package/schemas/suspend-request.schema.json +207 -0
- package/schemas/tool-descriptor.schema.json +63 -0
- package/schemas/trigger-event.schema.json +222 -0
- package/schemas/trigger-subscription-registration.schema.json +67 -0
- package/schemas/trigger-subscription.schema.json +26 -0
- package/schemas/ui-plugin-message.schema.json +90 -0
- package/schemas/v2/a2a-task-state.schema.json +102 -0
- package/schemas/v2/a2ui-surface-delta-frame.schema.json +62 -0
- package/schemas/v2/agent-deployment-transition.schema.json +67 -0
- package/schemas/v2/agent-deployment.schema.json +68 -0
- package/schemas/v2/agent-eval-suite.schema.json +214 -0
- package/schemas/v2/agent-inventory-response.schema.json +172 -0
- package/schemas/v2/agent-manifest.schema.json +218 -0
- package/schemas/v2/agent-org-chart.schema.json +149 -0
- package/schemas/v2/agent-ref.schema.json +67 -0
- package/schemas/v2/agent-roster-entry.schema.json +104 -0
- package/schemas/v2/agent-roster-response.schema.json +27 -0
- package/schemas/v2/ai-envelope.schema.json +167 -0
- package/schemas/v2/annotation-create.schema.json +109 -0
- package/schemas/v2/annotation.schema.json +142 -0
- package/schemas/v2/artifact-type-pack-manifest.schema.json +245 -0
- package/schemas/v2/audit-verify-result.schema.json +110 -0
- package/schemas/v2/budget-policy.schema.json +61 -0
- package/schemas/v2/capabilities.schema.json +7644 -0
- package/schemas/v2/certification-bundle.schema.json +401 -0
- package/schemas/v2/channel-presence-payload.schema.json +60 -0
- package/schemas/v2/channel-written-payload.schema.json +64 -0
- package/schemas/v2/chat-card-pack-manifest.schema.json +254 -0
- package/schemas/v2/compact-tool-descriptor.schema.json +108 -0
- package/schemas/v2/compensation-policy.schema.json +91 -0
- package/schemas/v2/compensation-projection.schema.json +95 -0
- package/schemas/v2/configurable.schema.json +110 -0
- package/schemas/v2/connection-pack-manifest.schema.json +354 -0
- package/schemas/v2/conversation-event.schema.json +281 -0
- package/schemas/v2/conversation-turn.schema.json +165 -0
- package/schemas/v2/credential-provenance.schema.json +62 -0
- package/schemas/v2/credential-reference.schema.json +28 -0
- package/schemas/v2/debug-bundle.schema.json +312 -0
- package/schemas/v2/dispatch-config.schema.json +147 -0
- package/schemas/v2/effect-ledger-projection.schema.json +71 -0
- package/schemas/v2/effect-seam-manifest.schema.json +98 -0
- package/schemas/v2/envelopes/clarification.request.schema.json +59 -0
- package/schemas/v2/envelopes/error.schema.json +35 -0
- package/schemas/v2/envelopes/media.audio.schema.json +41 -0
- package/schemas/v2/envelopes/media.file.schema.json +40 -0
- package/schemas/v2/envelopes/media.image.schema.json +36 -0
- package/schemas/v2/envelopes/schema.request.schema.json +29 -0
- package/schemas/v2/envelopes/schema.response.schema.json +26 -0
- package/schemas/v2/envelopes/ui.a2ui-surface.schema.json +292 -0
- package/schemas/v2/error-envelope.schema.json +229 -0
- package/schemas/v2/eval-summary.schema.json +166 -0
- package/schemas/v2/export-bundle.schema.json +94 -0
- package/schemas/v2/form-content-pack-manifest.schema.json +241 -0
- package/schemas/v2/frontend-plugin-manifest.schema.json +152 -0
- package/schemas/v2/goal.schema.json +188 -0
- package/schemas/v2/heartbeat-evaluated.schema.json +34 -0
- package/schemas/v2/heartbeat-state-changed.schema.json +31 -0
- package/schemas/v2/ids.schema.json +31 -0
- package/schemas/v2/localized-content-language-settings.schema.json +34 -0
- package/schemas/v2/localized-content-page-response.schema.json +94 -0
- package/schemas/v2/localized-content-page.schema.json +87 -0
- package/schemas/v2/localized-content-section.schema.json +63 -0
- package/schemas/v2/memory-entry.schema.json +45 -0
- package/schemas/v2/memory-list-options.schema.json +41 -0
- package/schemas/v2/node-pack-manifest.schema.json +657 -0
- package/schemas/v2/orchestrator-decision.schema.json +120 -0
- package/schemas/v2/org-chart-responsibility-view.schema.json +36 -0
- package/schemas/v2/pack-lockfile.schema.json +139 -0
- package/schemas/v2/prompt-kind.schema.json +14 -0
- package/schemas/v2/prompt-pack-manifest.schema.json +118 -0
- package/schemas/v2/prompt-ref.schema.json +42 -0
- package/schemas/v2/prompt-template.schema.json +209 -0
- package/schemas/v2/proposal.schema.json +145 -0
- package/schemas/v2/registry-version-manifest.schema.json +292 -0
- package/schemas/v2/residency.schema.json +19 -0
- package/schemas/v2/run-ancestry-response.schema.json +68 -0
- package/schemas/v2/run-diff-response.schema.json +80 -0
- package/schemas/v2/run-event-payloads.schema.json +4588 -0
- package/schemas/v2/run-event.schema.json +324 -0
- package/schemas/v2/run-options.schema.json +90 -0
- package/schemas/v2/run-orchestrator-decided-event.schema.json +22 -0
- package/schemas/v2/run-snapshot.schema.json +207 -0
- package/schemas/v2/security-advisory.schema.json +138 -0
- package/schemas/v2/self-hosted-runner-dispatch-frame.schema.json +119 -0
- package/schemas/v2/self-hosted-runner-registration.schema.json +74 -0
- package/schemas/v2/self-hosted-runner-result-frame.schema.json +47 -0
- package/schemas/v2/subject-link.schema.json +69 -0
- package/schemas/v2/subject.schema.json +597 -0
- package/schemas/v2/suspend-request.schema.json +370 -0
- package/schemas/v2/tool-descriptor.schema.json +150 -0
- package/schemas/v2/trigger-event.schema.json +508 -0
- package/schemas/v2/trigger-subscription-registration.schema.json +99 -0
- package/schemas/v2/trigger-subscription.schema.json +79 -0
- package/schemas/v2/ui-plugin-message.schema.json +149 -0
- package/schemas/v2/workflow-chain-pack-manifest.schema.json +610 -0
- package/schemas/v2/workflow-definition.schema.json +864 -0
- package/schemas/v2/workload-identity.schema.json +115 -0
- package/schemas/v2/workspace-file-create.schema.json +23 -0
- package/schemas/v2/workspace-file.schema.json +45 -0
- package/schemas/workflow-chain-pack-manifest.schema.json +615 -0
- package/schemas/workflow-definition.schema.json +850 -0
- package/schemas/workload-identity.schema.json +79 -0
- package/schemas/workspace-file-create.schema.json +20 -0
- package/schemas/workspace-file.schema.json +39 -0
- package/spec/v1/alias-detectors.json +283 -0
- package/spec/v1/capability-declaration-classes.json +176 -0
- package/spec/v1/core-standard-manifest.json +423 -0
- package/spec/v1/deprecations.json +854 -0
- package/spec/v1/deprecations.schema.json +187 -0
- package/spec/v1/event-codemap.json +1089 -0
- package/spec/v1/event-codemap.schema.json +41 -0
- package/spec/v1/extensions.json +1273 -0
- package/spec/v1/gaps.json +14581 -0
- package/spec/v1/gaps.schema.json +55 -0
- package/spec/v1/migrations.json +1822 -0
- package/spec/v1/migrations.schema.json +44 -0
- package/spec/v1/operation-path-manifest.json +462 -0
- package/spec/v1/spec-gaps.json +4823 -0
- package/spec/v2/declaration.json +1862 -0
- package/spec/v2/declaration.schema.json +305 -0
- package/spec/v2/errors.json +837 -0
- package/spec/v2/event-codemap.json +1099 -0
- package/spec/v2/event-codemap.schema.json +114 -0
- package/spec/v2/ext/provider-idempotency/registry.json +6 -0
- package/spec/v2/facets/a2a.schema.json +51 -0
- package/spec/v2/facets/aiProviders.schema.json +56 -0
- package/spec/v2/facets/auth.schema.json +91 -0
- package/spec/v2/facets/heartbeat.schema.json +20 -0
- package/spec/v2/facets/interrupt.schema.json +29 -0
- package/spec/v2/facets/mcp.schema.json +81 -0
- package/spec/v2/facets/replay.schema.json +34 -0
- package/spec/v2/facets/sandbox.schema.json +31 -0
- package/spec/v2/facets/webhooks.schema.json +18 -0
- package/spec/v2/path-manifest.json +279 -0
- package/spec/v2/peer-dependency-aliases.json +165 -0
- package/spec/v2/profiles.json +45 -0
- package/spec/v2/release.json +6 -0
|
@@ -0,0 +1,1273 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$comment": [
|
|
3
|
+
"RFC 0155 \u00a7C \u2014 versioned extension registry.",
|
|
4
|
+
"",
|
|
5
|
+
"Closed records for the normative extensions this corpus defines. `maturity` is",
|
|
6
|
+
"one of experimental|draft|stable|deprecated, and \u00a7C sets a hard bar for stable:",
|
|
7
|
+
"normative prose, schemas, non-vacuous conformance, SDK support where applicable,",
|
|
8
|
+
"and at least one Tier-3 implementation.",
|
|
9
|
+
"",
|
|
10
|
+
"BACKFILL 2026-08-16 (RFC 0155 UQ3 \u2014 grandfathering). Every optional capability",
|
|
11
|
+
"family in `schemas/capabilities.schema.json` now has a record; the derived",
|
|
12
|
+
"`coverage` block partitions the family set into core-predicate fields, discovery",
|
|
13
|
+
"METADATA (keys that describe the document/host rather than gate a feature \u2014",
|
|
14
|
+
"each with a stated rationale), covered, and uncovered, and `--check` fails if a",
|
|
15
|
+
"family arrives in none of them. Grandfathering rule: an extension whose owning",
|
|
16
|
+
"RFC is `Active`/`Accepted`, or whose home is a v1 base spec document, enters at",
|
|
17
|
+
"`draft`; one whose owning RFC is `Draft`/`Parked` enters at `experimental`.",
|
|
18
|
+
"Nothing enters at `stable` \u2014 see the ceiling below.",
|
|
19
|
+
"",
|
|
20
|
+
"Fields beyond the \u00a7C example: `owningDoc` (spec/v1/*.md) names the normative",
|
|
21
|
+
"home when the family predates the RFC process (`owningRfc: null` \u2014 six v1 base",
|
|
22
|
+
"advertisements: secrets, webhooks, i18n, aiProviders, envelopeContracts,",
|
|
23
|
+
"envelopeStrictness); `securityTier` is high|medium|low \u2014 high when the family",
|
|
24
|
+
"reaches credentials, tenant-isolated storage, egress, sandboxing, or",
|
|
25
|
+
"authorization; `minimumSuiteVersion` is DERIVED as the suite version at which",
|
|
26
|
+
"the named scenario witness first landed (`git log --diff-filter=A` on the file \u2192",
|
|
27
|
+
"conformance/package.json at that commit), null when no scenario reads the family",
|
|
28
|
+
"(a stated suite gap, not a pass); `note` names the witness and the RFC status.",
|
|
29
|
+
"",
|
|
30
|
+
"NOTE: every record here is at most `draft`. \u00a7C gates `stable` on a Tier-3",
|
|
31
|
+
"implementation, and no Tier-3 host exists \u2014 the `ROADMAP.md` tripwire has not",
|
|
32
|
+
"fired. That ceiling is a fact about adoption, not about the maturity of the work,",
|
|
33
|
+
"and the registry states it instead of quietly promoting anything. `evidenceTier`",
|
|
34
|
+
"is therefore null on every record; tier-1/tier-2 execution evidence lives in",
|
|
35
|
+
"INTEROP-MATRIX.md and the hosts' certification bundles, not here."
|
|
36
|
+
],
|
|
37
|
+
"rfc": "0155 \u00a7C",
|
|
38
|
+
"coverage": {
|
|
39
|
+
"rule": "Derived by scripts/generate-extension-registry-coverage.mjs from the top-level keys of schemas/capabilities.schema.json. coreFields = the openwop-discovery-core predicate fields (profiles.md); metadataFields = keys that describe the document or host rather than gate an optional feature (each carries its rationale in metadataRationale; a key that gates behaviour may not be listed there); covered = extension families reached by some record capabilityPath; uncovered = every other family. Uncovered means no registry record exists \u2014 not that the family is non-compliant. Regenerate with --write; the gate runs --check.",
|
|
40
|
+
"familiesTotal": 92,
|
|
41
|
+
"coreFields": [
|
|
42
|
+
"limits",
|
|
43
|
+
"protocolVersion",
|
|
44
|
+
"schemaVersions",
|
|
45
|
+
"supportedEnvelopes"
|
|
46
|
+
],
|
|
47
|
+
"metadataFields": [
|
|
48
|
+
"compliance",
|
|
49
|
+
"configurable",
|
|
50
|
+
"conformance",
|
|
51
|
+
"discovery",
|
|
52
|
+
"engineVersion",
|
|
53
|
+
"eventLogSchemaVersion",
|
|
54
|
+
"extensions",
|
|
55
|
+
"fixtures",
|
|
56
|
+
"implementation",
|
|
57
|
+
"minClientVersion",
|
|
58
|
+
"observability",
|
|
59
|
+
"protocolVersions",
|
|
60
|
+
"runtimeCapabilities",
|
|
61
|
+
"supportedTransports",
|
|
62
|
+
"testing"
|
|
63
|
+
],
|
|
64
|
+
"metadataRationale": {
|
|
65
|
+
"compliance": "which masking mode is in effect (closes O5) \u2014 describes an operator setting so clients can read `[REDACTED]` correctly",
|
|
66
|
+
"configurable": "per-run `RunOptions.configurable` overlay keys the server honours; a schema hint",
|
|
67
|
+
"conformance": "conformance-only typeIds the host registered (RFC 0023) \u2014 evidence apparatus, not a feature",
|
|
68
|
+
"discovery": "discovery-change-detection advertisement (capabilities-change-detection.md) \u2014 describes the discovery document itself",
|
|
69
|
+
"engineVersion": "server engine version axis (version-negotiation.md); a number, not a feature",
|
|
70
|
+
"eventLogSchemaVersion": "per-run event-log schema axis (version-negotiation.md)",
|
|
71
|
+
"extensions": "per-canvas / per-workflow overrides (additional envelope types, override limits); an override slot, not a family",
|
|
72
|
+
"fixtures": "fixture workflow ids the host seeded \u2014 a hint to the suite about what it may drive",
|
|
73
|
+
"implementation": "server identity (name / version / vendor)",
|
|
74
|
+
"minClientVersion": "minimum SDK version the server interops with; a pin, not a feature",
|
|
75
|
+
"observability": "hints about emitted spans/metrics/logs (observability.md); descriptive",
|
|
76
|
+
"protocolVersions": "RFC 0165 \u00a7A \u2014 every protocol major.minor the host serves; a version advertisement beside `protocolVersion`, not a capability family.",
|
|
77
|
+
"runtimeCapabilities": "opaque ids NodeModules may `requires`; a vocabulary the host names, not a contract this corpus defines",
|
|
78
|
+
"supportedTransports": "transport list; REST is required regardless and gRPC has its own `grpc` family",
|
|
79
|
+
"testing": "testing-mode advertisement (mock providers, seams) \u2014 for suites and dev clients, not a production feature"
|
|
80
|
+
},
|
|
81
|
+
"covered": [
|
|
82
|
+
"a2a",
|
|
83
|
+
"a2uiSurface",
|
|
84
|
+
"agentRuntime",
|
|
85
|
+
"agents",
|
|
86
|
+
"aiEnvelope",
|
|
87
|
+
"aiProviders",
|
|
88
|
+
"anonymousActor",
|
|
89
|
+
"artifactTypes",
|
|
90
|
+
"auth",
|
|
91
|
+
"authorization",
|
|
92
|
+
"blobStorage",
|
|
93
|
+
"budget",
|
|
94
|
+
"cache",
|
|
95
|
+
"channelPresence",
|
|
96
|
+
"compensation",
|
|
97
|
+
"connections",
|
|
98
|
+
"content",
|
|
99
|
+
"contractProvenance",
|
|
100
|
+
"conversationPrimitive",
|
|
101
|
+
"conversationTurnModelProvenance",
|
|
102
|
+
"credentials",
|
|
103
|
+
"dataResidency",
|
|
104
|
+
"deadLetter",
|
|
105
|
+
"envelopeContracts",
|
|
106
|
+
"envelopeStrictness",
|
|
107
|
+
"envelopes",
|
|
108
|
+
"eventLog",
|
|
109
|
+
"feedback",
|
|
110
|
+
"forms",
|
|
111
|
+
"fs",
|
|
112
|
+
"grpc",
|
|
113
|
+
"heartbeat",
|
|
114
|
+
"httpClient",
|
|
115
|
+
"i18n",
|
|
116
|
+
"idempotency",
|
|
117
|
+
"interrupt",
|
|
118
|
+
"kvStorage",
|
|
119
|
+
"mcp",
|
|
120
|
+
"memory",
|
|
121
|
+
"modelCapabilities",
|
|
122
|
+
"multiAgent",
|
|
123
|
+
"multiPartyConversation",
|
|
124
|
+
"nodePackRuntimes",
|
|
125
|
+
"nondeterminismPolicy",
|
|
126
|
+
"nosql",
|
|
127
|
+
"oauth",
|
|
128
|
+
"packs",
|
|
129
|
+
"portability",
|
|
130
|
+
"production",
|
|
131
|
+
"promptLibrary",
|
|
132
|
+
"prompts",
|
|
133
|
+
"providerUsage",
|
|
134
|
+
"purposePropagation",
|
|
135
|
+
"queueBus",
|
|
136
|
+
"replay",
|
|
137
|
+
"restTransport",
|
|
138
|
+
"sandbox",
|
|
139
|
+
"scheduling",
|
|
140
|
+
"searchIndex",
|
|
141
|
+
"secrets",
|
|
142
|
+
"selfHostedRunner",
|
|
143
|
+
"sql",
|
|
144
|
+
"subWorkflow",
|
|
145
|
+
"tableStorage",
|
|
146
|
+
"toolCatalog",
|
|
147
|
+
"toolHooks",
|
|
148
|
+
"triggerBridge",
|
|
149
|
+
"uiPlugins",
|
|
150
|
+
"vectorStore",
|
|
151
|
+
"webhooks",
|
|
152
|
+
"workflowChainPacks",
|
|
153
|
+
"workspace"
|
|
154
|
+
],
|
|
155
|
+
"uncovered": [
|
|
156
|
+
"preferredVersion"
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
"extensions": [
|
|
160
|
+
{
|
|
161
|
+
"id": "openwop-compensation-v1",
|
|
162
|
+
"maturity": "draft",
|
|
163
|
+
"owningRfc": "0151",
|
|
164
|
+
"capabilityPath": "compensation.supported",
|
|
165
|
+
"dependsOn": [
|
|
166
|
+
"openwop-core-standard"
|
|
167
|
+
],
|
|
168
|
+
"securityTier": "high",
|
|
169
|
+
"minimumSuiteVersion": "1.107.0",
|
|
170
|
+
"evidenceTier": null,
|
|
171
|
+
"note": "RFC 0151 `Accepted`; shape landed at suite 1.89.0 (`b4796755`), the six \u00a7D events (`76195069`), the capability-gated behavioral witness `compensation-behavior.test.ts` at 1.94.0 (`4bec9e07`), and `compensationStatus` on `RunSnapshot` + `spec/v1/compensation.md` (`Draft`, landed subset only) + seams \u00a721 at 1.107.0 (`5f1978f2`). `draft`, not `stable`: no host advertises `compensation.supported`, so every behavioral leg resolves to `blocked` (RFC 0148 \u00a7A); \u00a7C/\u00a7E prose and `compensation-policy.schema.json` remain carried. Witness review 2026-09-02: reclassified witnessable-gated \u2192 seam-gated \u2014 `compensation-behavior` / `-recovery` run through `/v1/host/sample/test/compensation/*` (`host-sample-test-seams.md` \u00a721) and record `blocked` without it. Advertiser status corrected 2026-09-03 (RFC 0173 G5): openwop-app advertises `compensation.supported: true` on the deployed wire since 2026-08-17 (INTEROP-MATRIX row `compensation`), so \"no host advertises\" is stale; the behavioral legs remain seam-gated until the RFC 0173 read projection lands.",
|
|
172
|
+
"witness": "seam-gated",
|
|
173
|
+
"witnessReview": "reviewed-2026-09-02"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"id": "openwop-a2a-1-0",
|
|
177
|
+
"maturity": "draft",
|
|
178
|
+
"owningRfc": "0152",
|
|
179
|
+
"capabilityPath": "a2a.protocolVersions",
|
|
180
|
+
"dependsOn": [
|
|
181
|
+
"openwop-core-standard"
|
|
182
|
+
],
|
|
183
|
+
"securityTier": "high",
|
|
184
|
+
"minimumSuiteVersion": "1.96.0",
|
|
185
|
+
"evidenceTier": null,
|
|
186
|
+
"note": "RFC 0152 `Accepted`; discovery shape (`3ce1c04b`), the \u00a7B negotiation witness `a2a-version-negotiation.test.ts` at 1.96.0 (`5f1a7112`), and \u2014 2026-08-16 \u2014 the 1.0 profile prose and field-by-field translation table in `spec/v1/a2a-integration.md` \u00a7\"A2A 1.0 versioned composition\" (`d77d259b`, pinned to A2A 1.0.0; JSON-RPC-at-1.0 floor; `a2a-0.3-legacy` named and time-bounded to 2027-03-12) landed; openwop-app's live origin advertises `a2a.protocolVersions` and passes the \u00a7A leg; it has not wired the invoke seam, so the \u00a7B legs are `blocked` there (corrected 2026-08-16). `draft`: the suite's fake peer is 0.3-shaped so \u00a7C/\u00a7D are unwitnessed at 1.0, and stable is additionally blocked on a real upstream A2A 1.0 peer, which is not a corpus deliverable. **`capabilityPath` corrected 2026-08-13** from `a2a.protocolVersion` \u2014 it did not resolve against `capabilities.schema.json`. Witness review 2026-09-02: reclassified witnessable-gated \u2192 seam-gated \u2014 `a2a-version-negotiation` needs the invoke seam to observe the negotiated version and records `blocked` without it (RFC 0148 \u00a7A).",
|
|
187
|
+
"witness": "seam-gated",
|
|
188
|
+
"witnessReview": "reviewed-2026-09-02"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"id": "openwop-mcp-2026-07-28",
|
|
192
|
+
"maturity": "draft",
|
|
193
|
+
"owningRfc": "0153",
|
|
194
|
+
"capabilityPath": "mcp.protocolVersions",
|
|
195
|
+
"dependsOn": [
|
|
196
|
+
"openwop-core-standard"
|
|
197
|
+
],
|
|
198
|
+
"securityTier": "high",
|
|
199
|
+
"minimumSuiteVersion": "1.97.0",
|
|
200
|
+
"evidenceTier": null,
|
|
201
|
+
"note": "RFC 0153 `Accepted`; discovery shape (`3ce1c04b`), the \u00a7A/\u00a7B revision-negotiation witness `mcp-version-negotiation.test.ts` at 1.97.0 (`7b09e9aa`), and \u2014 2026-08-16 \u2014 the profile prose and MRTR mapping in `spec/v1/mcp-integration.md` \u00a7\"MCP 2026-07-28 versioned composition\" (`65ebd53a`, pinned to the upstream 2026-07-28 revision; `mcp-2025-06-18-legacy` named and time-bounded to 2027-08-12) landed; openwop-app's live origin advertises `mcp.protocolVersions` and passes the \u00a7A legs; the \u00a7B legs are `blocked` there (no invoke seam). `draft`: the suite's fake server speaks the 2025-06-18 handshake so \u00a7B stateless rules, `server/discover`, MRTR, and cache hints are unwitnessed, and stable is additionally gated on a pinned upstream peer at the current revision. **`capabilityPath` corrected 2026-08-13** from `mcp.protocolVersion` \u2014 it did not resolve against `capabilities.schema.json`. Witness review 2026-09-02: reclassified witnessable-gated \u2192 seam-gated \u2014 `mcp-version-negotiation` needs the invoke seam to observe the negotiated revision and records `blocked` without it.",
|
|
202
|
+
"witness": "seam-gated",
|
|
203
|
+
"witnessReview": "reviewed-2026-09-02"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"id": "openwop-workload-identity-v1",
|
|
207
|
+
"maturity": "draft",
|
|
208
|
+
"owningRfc": "0154",
|
|
209
|
+
"capabilityPath": "auth.workloadIdentity.supported",
|
|
210
|
+
"dependsOn": [
|
|
211
|
+
"openwop-core-standard"
|
|
212
|
+
],
|
|
213
|
+
"securityTier": "high",
|
|
214
|
+
"minimumSuiteVersion": "1.95.0",
|
|
215
|
+
"evidenceTier": null,
|
|
216
|
+
"note": "RFC 0154 `Accepted`; `workload-identity.schema.json` + `auth.workloadIdentity` (`8de95a14`), the behavioral witness `workload-identity-behavior.test.ts` + seam \u00a720 at 1.95.0 (`f27765cd`), per-section gating (`b7c52f75`), and \u2014 2026-08-16 \u2014 the auth prose (`spec/v1/auth.md` \u00a7\"Workload identity and delegated actor chain\"), the OTel mapping (`observability.md`, v0 experimental `gen_ai.*` projection), and `SECURITY/threat-model-workload-identity.md` (`31de3bbb`) landed. `draft`: no host advertises `auth.workloadIdentity` (legs resolve to `blocked`), six \u00a7F invariants are named-but-unregistered, and the provenance half spans `openwop-sdks` and `openwop-registry`, so it cannot reach stable from this repo alone. **`capabilityPath` corrected 2026-08-13** from `workloadIdentity.supported` \u2014 it did not resolve against `capabilities.schema.json`. Witness review 2026-09-02: reclassified claims-check \u2192 seam-gated \u2014 `workload-identity-behavior` / `-chain-bounds` resolve through the `host-sample-test-seams.md` \u00a720 seam and record `blocked` without it; the profile scenario alone is a shape check.",
|
|
217
|
+
"witness": "seam-gated",
|
|
218
|
+
"witnessReview": "reviewed-2026-09-02"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"id": "openwop-effect-identity-v2",
|
|
222
|
+
"maturity": "draft",
|
|
223
|
+
"owningRfc": "0150",
|
|
224
|
+
"capabilityPath": "idempotency.supported",
|
|
225
|
+
"dependsOn": [
|
|
226
|
+
"openwop-core-standard"
|
|
227
|
+
],
|
|
228
|
+
"securityTier": "high",
|
|
229
|
+
"minimumSuiteVersion": "1.86.0",
|
|
230
|
+
"evidenceTier": null,
|
|
231
|
+
"note": "RFC 0150 \u00a7B/\u00a7C/\u00a7D landed with normative prose, conformance, invariants, and golden vectors \u2014 the richest evidence any extension here has. Still `draft`, not `stable`: \u00a7C requires at least one Tier-3 implementation for stable, and none exists. **No extension in this corpus can currently reach `stable` for that reason**, which is a fact about adoption rather than about the work, and is recorded here rather than worked around.",
|
|
232
|
+
"witness": "witnessable-gated",
|
|
233
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"id": "openwop-multi-region-fenced-effects",
|
|
237
|
+
"maturity": "draft",
|
|
238
|
+
"owningRfc": "0150",
|
|
239
|
+
"capabilityPath": "idempotency.crossRegion",
|
|
240
|
+
"dependsOn": [
|
|
241
|
+
"openwop-core-standard"
|
|
242
|
+
],
|
|
243
|
+
"securityTier": "high",
|
|
244
|
+
"minimumSuiteVersion": "1.78.0",
|
|
245
|
+
"evidenceTier": null,
|
|
246
|
+
"note": "RFC 0150 \u00a7D vocabulary landed; no host advertises `fenced-effects`, so the effect-fencing witness (gap G10) is still corpus-structural. Its runtime witness is now SPECIFIED (RFC 0150 acceptance box 4, resolved 2026-08-21): a fence-verdict observation over the \u00a7F counters (`stale_fence_rejections_total` OR `effect_suppressions_total`) plus a per-`logicalInvocationId` effect count of 1 \u2014 never an effect-content sink \u2014 capability-gated on `crossRegion: fenced-effects` and landing with the first advertising host.",
|
|
247
|
+
"witness": "witnessable-gated",
|
|
248
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"id": "openwop-a2ui-surface-transport",
|
|
252
|
+
"maturity": "draft",
|
|
253
|
+
"owningRfc": "0114",
|
|
254
|
+
"capabilityPath": "a2uiSurface",
|
|
255
|
+
"dependsOn": [
|
|
256
|
+
"openwop-core-standard"
|
|
257
|
+
],
|
|
258
|
+
"securityTier": "medium",
|
|
259
|
+
"minimumSuiteVersion": "1.42.0",
|
|
260
|
+
"evidenceTier": null,
|
|
261
|
+
"note": "RFC 0114 host-side transport features over the recorded `ui.a2ui-surface` envelope (RFC 0102). Owning RFC `0114` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `a2ui-surface-delta-transport.test.ts`.",
|
|
262
|
+
"witness": "claims-check",
|
|
263
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"id": "openwop-agent-runtime",
|
|
267
|
+
"maturity": "draft",
|
|
268
|
+
"owningRfc": "0144",
|
|
269
|
+
"capabilityPath": "agentRuntime.supported",
|
|
270
|
+
"dependsOn": [
|
|
271
|
+
"openwop-core-standard"
|
|
272
|
+
],
|
|
273
|
+
"securityTier": "high",
|
|
274
|
+
"minimumSuiteVersion": "1.10.0",
|
|
275
|
+
"evidenceTier": null,
|
|
276
|
+
"note": "RFC 0144 host-capability declaration; the swarm/consensus superset of the agent surface. No scenario reads the family by name \u2014 the live-runtime shape leg is the nearest witness. Owning RFC `0144` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `agent-live-runtime-shape.test.ts`.",
|
|
277
|
+
"owningDoc": "spec/v1/host-capabilities.md",
|
|
278
|
+
"witness": "claims-check",
|
|
279
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"id": "openwop-multi-agent-shift",
|
|
283
|
+
"maturity": "draft",
|
|
284
|
+
"owningRfc": "0002",
|
|
285
|
+
"capabilityPath": "agents.supported",
|
|
286
|
+
"dependsOn": [
|
|
287
|
+
"openwop-core-standard"
|
|
288
|
+
],
|
|
289
|
+
"securityTier": "high",
|
|
290
|
+
"minimumSuiteVersion": "1.9.0",
|
|
291
|
+
"evidenceTier": null,
|
|
292
|
+
"note": "Multi-Agent Shift block (RFCs 0002\u20130008 + 0070/0072 agent runtime); the family gates every agent surface. Owning RFC `0002` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `agent-manifest-runtime.test.ts`.",
|
|
293
|
+
"owningDoc": "spec/v1/agent-identity.md",
|
|
294
|
+
"witness": "witnessable-gated",
|
|
295
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"id": "openwop-ai-envelope-generate",
|
|
299
|
+
"maturity": "draft",
|
|
300
|
+
"owningRfc": "0144",
|
|
301
|
+
"capabilityPath": "aiEnvelope.supported",
|
|
302
|
+
"dependsOn": [
|
|
303
|
+
"openwop-core-standard"
|
|
304
|
+
],
|
|
305
|
+
"securityTier": "medium",
|
|
306
|
+
"minimumSuiteVersion": "1.1.1",
|
|
307
|
+
"evidenceTier": null,
|
|
308
|
+
"note": "RFC 0144 host-capability declaration for `ctx.aiEnvelope.generate`. Owning RFC `0144` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `aiEnvelope.universalKinds.test.ts`.",
|
|
309
|
+
"owningDoc": "spec/v1/ai-envelope.md",
|
|
310
|
+
"witness": "witnessable-gated",
|
|
311
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"id": "openwop-ai-providers",
|
|
315
|
+
"maturity": "draft",
|
|
316
|
+
"owningRfc": null,
|
|
317
|
+
"capabilityPath": "aiProviders.supported",
|
|
318
|
+
"dependsOn": [
|
|
319
|
+
"openwop-core-standard"
|
|
320
|
+
],
|
|
321
|
+
"securityTier": "high",
|
|
322
|
+
"minimumSuiteVersion": "1.21.0",
|
|
323
|
+
"evidenceTier": null,
|
|
324
|
+
"note": "v1 base advertisement (companion to `secrets`); later RFCs 0105/0106/0108 add modality/self-hosted sub-shapes. Pre-RFC v1 base advertisement; `owningDoc` names the normative home. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `aiproviders-input-shape.test.ts`.",
|
|
325
|
+
"owningDoc": "spec/v1/auth.md",
|
|
326
|
+
"witness": "witnessable-gated",
|
|
327
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"id": "openwop-anonymous-actor",
|
|
331
|
+
"maturity": "draft",
|
|
332
|
+
"owningRfc": "0132",
|
|
333
|
+
"capabilityPath": "anonymousActor.supported",
|
|
334
|
+
"dependsOn": [
|
|
335
|
+
"openwop-core-standard"
|
|
336
|
+
],
|
|
337
|
+
"securityTier": "high",
|
|
338
|
+
"minimumSuiteVersion": "1.55.0",
|
|
339
|
+
"evidenceTier": null,
|
|
340
|
+
"note": "RFC 0132 anonymous-actor authorization; five protocol-tier MUST-NOTs graduated on the openwop-app witness. Owning RFC `0132` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `anonymous-actor-shape.test.ts`. Witness review 2026-09-02: reclassified witnessable-gated \u2192 seam-gated \u2014 every behavioral probe goes through `/v1/host/sample/anon-surface/*` and soft-skips on 404.",
|
|
341
|
+
"witness": "seam-gated",
|
|
342
|
+
"witnessReview": "reviewed-2026-09-02"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"id": "openwop-artifact-types",
|
|
346
|
+
"maturity": "draft",
|
|
347
|
+
"owningRfc": "0071",
|
|
348
|
+
"capabilityPath": "artifactTypes.supported",
|
|
349
|
+
"dependsOn": [
|
|
350
|
+
"openwop-core-standard"
|
|
351
|
+
],
|
|
352
|
+
"securityTier": "medium",
|
|
353
|
+
"minimumSuiteVersion": "1.10.0",
|
|
354
|
+
"evidenceTier": null,
|
|
355
|
+
"note": "RFC 0071/0075 artifact + card packs; declared as a host advertisement by RFC 0144. Owning RFC `0071` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `chat-card-pack-manifest-validation.test.ts`.",
|
|
356
|
+
"witness": "witnessable-gated",
|
|
357
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"id": "openwop-rbac-authorization",
|
|
361
|
+
"maturity": "draft",
|
|
362
|
+
"owningRfc": "0049",
|
|
363
|
+
"capabilityPath": "authorization.supported",
|
|
364
|
+
"dependsOn": [
|
|
365
|
+
"openwop-core-standard"
|
|
366
|
+
],
|
|
367
|
+
"securityTier": "high",
|
|
368
|
+
"minimumSuiteVersion": "1.5.0",
|
|
369
|
+
"evidenceTier": null,
|
|
370
|
+
"note": "RFC 0049 role\u2192scope mapping and `authorization.decided`. Owning RFC `0049` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `authorization-roles-shape.test.ts`.",
|
|
371
|
+
"witness": "witnessable-gated",
|
|
372
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"id": "openwop-blob-storage",
|
|
376
|
+
"maturity": "draft",
|
|
377
|
+
"owningRfc": "0019",
|
|
378
|
+
"capabilityPath": "blobStorage.supported",
|
|
379
|
+
"dependsOn": [
|
|
380
|
+
"openwop-core-standard"
|
|
381
|
+
],
|
|
382
|
+
"securityTier": "high",
|
|
383
|
+
"minimumSuiteVersion": "1.1.1",
|
|
384
|
+
"evidenceTier": null,
|
|
385
|
+
"note": "RFC 0019 presigned-URL blob store; per-bucket tenant isolation. Owning RFC `0019` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `blob-roundtrip.test.ts`.",
|
|
386
|
+
"witness": "witnessable-gated",
|
|
387
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"id": "openwop-budget-governance",
|
|
391
|
+
"maturity": "draft",
|
|
392
|
+
"owningRfc": "0084",
|
|
393
|
+
"capabilityPath": "budget.supported",
|
|
394
|
+
"dependsOn": [
|
|
395
|
+
"openwop-core-standard"
|
|
396
|
+
],
|
|
397
|
+
"securityTier": "medium",
|
|
398
|
+
"minimumSuiteVersion": "1.10.0",
|
|
399
|
+
"evidenceTier": null,
|
|
400
|
+
"note": "RFC 0084 per-run spend governance. Owning RFC `0084` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `budget-policy-shape.test.ts`.",
|
|
401
|
+
"witness": "witnessable-gated",
|
|
402
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"id": "openwop-ttl-cache",
|
|
406
|
+
"maturity": "draft",
|
|
407
|
+
"owningRfc": "0019",
|
|
408
|
+
"capabilityPath": "cache.supported",
|
|
409
|
+
"dependsOn": [
|
|
410
|
+
"openwop-core-standard"
|
|
411
|
+
],
|
|
412
|
+
"securityTier": "high",
|
|
413
|
+
"minimumSuiteVersion": "1.1.1",
|
|
414
|
+
"evidenceTier": null,
|
|
415
|
+
"note": "RFC 0019 TTL cache; per-tenant scoping. Owning RFC `0019` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `cache-ttl-expiry.test.ts`.",
|
|
416
|
+
"witness": "witnessable-gated",
|
|
417
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"id": "openwop-channel-presence",
|
|
421
|
+
"maturity": "draft",
|
|
422
|
+
"owningRfc": "0110",
|
|
423
|
+
"capabilityPath": "channelPresence.supported",
|
|
424
|
+
"dependsOn": [
|
|
425
|
+
"openwop-core-standard"
|
|
426
|
+
],
|
|
427
|
+
"securityTier": "low",
|
|
428
|
+
"minimumSuiteVersion": "1.37.0",
|
|
429
|
+
"evidenceTier": null,
|
|
430
|
+
"note": "RFC 0110 presence/typing events. Owning RFC `0110` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `channel-presence-shape.test.ts`.",
|
|
431
|
+
"witness": "witnessable-gated",
|
|
432
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"id": "openwop-connection-packs",
|
|
436
|
+
"maturity": "draft",
|
|
437
|
+
"owningRfc": "0095",
|
|
438
|
+
"capabilityPath": "connections.supported",
|
|
439
|
+
"dependsOn": [
|
|
440
|
+
"openwop-core-standard"
|
|
441
|
+
],
|
|
442
|
+
"securityTier": "high",
|
|
443
|
+
"minimumSuiteVersion": "1.23.0",
|
|
444
|
+
"evidenceTier": null,
|
|
445
|
+
"note": "RFC 0095 connection packs (provider definitions; no credential material). Owning RFC `0095` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `connection-pack-manifest-valid.test.ts`.",
|
|
446
|
+
"witness": "witnessable-gated",
|
|
447
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"id": "openwop-localized-content",
|
|
451
|
+
"maturity": "draft",
|
|
452
|
+
"owningRfc": "0103",
|
|
453
|
+
"capabilityPath": "content.supported",
|
|
454
|
+
"dependsOn": [
|
|
455
|
+
"openwop-core-standard"
|
|
456
|
+
],
|
|
457
|
+
"securityTier": "low",
|
|
458
|
+
"minimumSuiteVersion": "1.27.0",
|
|
459
|
+
"evidenceTier": null,
|
|
460
|
+
"note": "RFC 0103 localized authored content. Owning RFC `0103` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `localized-content-delivery.test.ts`.",
|
|
461
|
+
"owningDoc": "spec/v1/localized-content.md",
|
|
462
|
+
"witness": "witnessable-gated",
|
|
463
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"id": "openwop-contract-provenance",
|
|
467
|
+
"maturity": "draft",
|
|
468
|
+
"owningRfc": "0146",
|
|
469
|
+
"capabilityPath": "contractProvenance",
|
|
470
|
+
"dependsOn": [
|
|
471
|
+
"openwop-core-standard"
|
|
472
|
+
],
|
|
473
|
+
"securityTier": "medium",
|
|
474
|
+
"minimumSuiteVersion": "1.73.0",
|
|
475
|
+
"evidenceTier": null,
|
|
476
|
+
"note": "RFC 0146 corpus-revision provenance; first production advertiser 2026-08-15. Owning RFC `0146` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `contract-provenance.test.ts`.",
|
|
477
|
+
"witness": "claims-check",
|
|
478
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"id": "openwop-conversation-primitive",
|
|
482
|
+
"maturity": "draft",
|
|
483
|
+
"owningRfc": "0005",
|
|
484
|
+
"capabilityPath": "conversationPrimitive",
|
|
485
|
+
"dependsOn": [
|
|
486
|
+
"openwop-core-standard"
|
|
487
|
+
],
|
|
488
|
+
"securityTier": "medium",
|
|
489
|
+
"minimumSuiteVersion": "1.0.0",
|
|
490
|
+
"evidenceTier": null,
|
|
491
|
+
"note": "Multi-Agent Shift Phase 4 `core.conversationGate` + `conversation.*` interrupt kinds. Owning RFC `0005` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `conversationCapabilityNegotiation.test.ts`.",
|
|
492
|
+
"owningDoc": "spec/v1/conversation.md",
|
|
493
|
+
"witness": "claims-check",
|
|
494
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"id": "openwop-conversation-turn-model-provenance",
|
|
498
|
+
"maturity": "draft",
|
|
499
|
+
"owningRfc": "0109",
|
|
500
|
+
"capabilityPath": "conversationTurnModelProvenance.supported",
|
|
501
|
+
"dependsOn": [
|
|
502
|
+
"openwop-core-standard"
|
|
503
|
+
],
|
|
504
|
+
"securityTier": "low",
|
|
505
|
+
"minimumSuiteVersion": "1.37.0",
|
|
506
|
+
"evidenceTier": null,
|
|
507
|
+
"note": "RFC 0109 `agent.model` stamp on conversation turns. Owning RFC `0109` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `conversation-turn-model-provenance-shape.test.ts`.",
|
|
508
|
+
"witness": "witnessable-gated",
|
|
509
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"id": "openwop-credentials",
|
|
513
|
+
"maturity": "draft",
|
|
514
|
+
"owningRfc": "0046",
|
|
515
|
+
"capabilityPath": "credentials.supported",
|
|
516
|
+
"dependsOn": [
|
|
517
|
+
"openwop-core-standard"
|
|
518
|
+
],
|
|
519
|
+
"securityTier": "high",
|
|
520
|
+
"minimumSuiteVersion": "1.5.0",
|
|
521
|
+
"evidenceTier": null,
|
|
522
|
+
"note": "RFC 0046 portable credential resolution + lifecycle. Owning RFC `0046` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `credentials-capability-shape.test.ts`.",
|
|
523
|
+
"witness": "witnessable-gated",
|
|
524
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"id": "openwop-data-residency",
|
|
528
|
+
"maturity": "draft",
|
|
529
|
+
"owningRfc": "0129",
|
|
530
|
+
"capabilityPath": "dataResidency.supported",
|
|
531
|
+
"dependsOn": [
|
|
532
|
+
"openwop-core-standard"
|
|
533
|
+
],
|
|
534
|
+
"securityTier": "high",
|
|
535
|
+
"minimumSuiteVersion": "1.54.0",
|
|
536
|
+
"evidenceTier": null,
|
|
537
|
+
"note": "RFC 0129 region pinning; honors-or-rejects admission. Owning RFC `0129` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `data-residency-admission.test.ts`.",
|
|
538
|
+
"witness": "witnessable-gated",
|
|
539
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"id": "openwop-dead-letter",
|
|
543
|
+
"maturity": "draft",
|
|
544
|
+
"owningRfc": "0053",
|
|
545
|
+
"capabilityPath": "deadLetter.supported",
|
|
546
|
+
"dependsOn": [
|
|
547
|
+
"openwop-core-standard"
|
|
548
|
+
],
|
|
549
|
+
"securityTier": "medium",
|
|
550
|
+
"minimumSuiteVersion": "1.5.0",
|
|
551
|
+
"evidenceTier": null,
|
|
552
|
+
"note": "RFC 0053 run-level dead-letter sink. Owning RFC `0053` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `deadletter-capability-shape.test.ts`.",
|
|
553
|
+
"witness": "witnessable-gated",
|
|
554
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"id": "openwop-envelope-contract-gating",
|
|
558
|
+
"maturity": "draft",
|
|
559
|
+
"owningRfc": null,
|
|
560
|
+
"capabilityPath": "envelopeContracts",
|
|
561
|
+
"dependsOn": [
|
|
562
|
+
"openwop-core-standard"
|
|
563
|
+
],
|
|
564
|
+
"securityTier": "medium",
|
|
565
|
+
"minimumSuiteVersion": "1.1.1",
|
|
566
|
+
"evidenceTier": null,
|
|
567
|
+
"note": "AI-envelope contract gating (`ai-envelope.md` \u00a7\"Capability handshake integration\"). Pre-RFC v1 base advertisement; `owningDoc` names the normative home. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `aiEnvelope.contractRefusal.test.ts`.",
|
|
568
|
+
"owningDoc": "spec/v1/ai-envelope.md",
|
|
569
|
+
"witness": "claims-check",
|
|
570
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"id": "openwop-envelope-strictness",
|
|
574
|
+
"maturity": "draft",
|
|
575
|
+
"owningRfc": null,
|
|
576
|
+
"capabilityPath": "envelopeStrictness",
|
|
577
|
+
"dependsOn": [
|
|
578
|
+
"openwop-core-standard"
|
|
579
|
+
],
|
|
580
|
+
"securityTier": "medium",
|
|
581
|
+
"minimumSuiteVersion": "1.1.1",
|
|
582
|
+
"evidenceTier": null,
|
|
583
|
+
"note": "AI-envelope schema-version drift handling. Pre-RFC v1 base advertisement; `owningDoc` names the normative home. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `aiEnvelope.schemaDrift.test.ts`.",
|
|
584
|
+
"owningDoc": "spec/v1/ai-envelope.md",
|
|
585
|
+
"witness": "claims-check",
|
|
586
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"id": "openwop-envelope-hardening",
|
|
590
|
+
"maturity": "draft",
|
|
591
|
+
"owningRfc": "0030",
|
|
592
|
+
"capabilityPath": "envelopes",
|
|
593
|
+
"dependsOn": [
|
|
594
|
+
"openwop-core-standard"
|
|
595
|
+
],
|
|
596
|
+
"securityTier": "high",
|
|
597
|
+
"minimumSuiteVersion": "1.1.1",
|
|
598
|
+
"evidenceTier": null,
|
|
599
|
+
"note": "RFC 0030\u20130033 envelope-hardening track (reasoning redaction, refusal, retry, truncation, recovery). Owning RFC `0030` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `ai-envelope-shape.test.ts`.",
|
|
600
|
+
"witness": "claims-check",
|
|
601
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"id": "openwop-event-log-multi-engine",
|
|
605
|
+
"maturity": "draft",
|
|
606
|
+
"owningRfc": "0036",
|
|
607
|
+
"capabilityPath": "eventLog",
|
|
608
|
+
"dependsOn": [
|
|
609
|
+
"openwop-core-standard"
|
|
610
|
+
],
|
|
611
|
+
"securityTier": "medium",
|
|
612
|
+
"minimumSuiteVersion": "1.3.0",
|
|
613
|
+
"evidenceTier": null,
|
|
614
|
+
"note": "RFC 0036 \u00a7B cross-engine ordering advertisement. Owning RFC `0036` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `cross-engine-append-ordering.test.ts`.",
|
|
615
|
+
"witness": "claims-check",
|
|
616
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"id": "openwop-feedback",
|
|
620
|
+
"maturity": "draft",
|
|
621
|
+
"owningRfc": "0056",
|
|
622
|
+
"capabilityPath": "feedback.supported",
|
|
623
|
+
"dependsOn": [
|
|
624
|
+
"openwop-core-standard"
|
|
625
|
+
],
|
|
626
|
+
"securityTier": "medium",
|
|
627
|
+
"minimumSuiteVersion": "1.6.0",
|
|
628
|
+
"evidenceTier": null,
|
|
629
|
+
"note": "RFC 0056 non-blocking quality signals. Owning RFC `0056` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `feedback-capability-shape.test.ts`.",
|
|
630
|
+
"witness": "witnessable-gated",
|
|
631
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"id": "openwop-form-content-packs",
|
|
635
|
+
"maturity": "draft",
|
|
636
|
+
"owningRfc": "0137",
|
|
637
|
+
"capabilityPath": "forms",
|
|
638
|
+
"dependsOn": [
|
|
639
|
+
"openwop-core-standard"
|
|
640
|
+
],
|
|
641
|
+
"securityTier": "medium",
|
|
642
|
+
"minimumSuiteVersion": "1.61.0",
|
|
643
|
+
"evidenceTier": null,
|
|
644
|
+
"note": "RFC 0137 form content packs; declared as a host advertisement by RFC 0144. Owning RFC `0137` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `form-content-instantiation.test.ts`.",
|
|
645
|
+
"witness": "claims-check",
|
|
646
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"id": "openwop-fs",
|
|
650
|
+
"maturity": "draft",
|
|
651
|
+
"owningRfc": "0014",
|
|
652
|
+
"capabilityPath": "fs.supported",
|
|
653
|
+
"dependsOn": [
|
|
654
|
+
"openwop-core-standard"
|
|
655
|
+
],
|
|
656
|
+
"securityTier": "high",
|
|
657
|
+
"minimumSuiteVersion": "1.1.1",
|
|
658
|
+
"evidenceTier": null,
|
|
659
|
+
"note": "RFC 0014 sandboxed filesystem. Owning RFC `0014` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `fs-path-traversal.test.ts`.",
|
|
660
|
+
"witness": "witnessable-gated",
|
|
661
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"id": "openwop-grpc-transport",
|
|
665
|
+
"maturity": "draft",
|
|
666
|
+
"owningRfc": "0094",
|
|
667
|
+
"capabilityPath": "grpc.supported",
|
|
668
|
+
"dependsOn": [
|
|
669
|
+
"openwop-core-standard"
|
|
670
|
+
],
|
|
671
|
+
"securityTier": "medium",
|
|
672
|
+
"minimumSuiteVersion": "1.22.0",
|
|
673
|
+
"evidenceTier": null,
|
|
674
|
+
"note": "RFC 0094 \u00a7H gRPC transport advertisement. Owning RFC `0094` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `grpc-transport.test.ts`.",
|
|
675
|
+
"owningDoc": "spec/v1/grpc-transport.md",
|
|
676
|
+
"witness": "witnessable-gated",
|
|
677
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"id": "openwop-heartbeat",
|
|
681
|
+
"maturity": "draft",
|
|
682
|
+
"owningRfc": "0060",
|
|
683
|
+
"capabilityPath": "heartbeat.supported",
|
|
684
|
+
"dependsOn": [
|
|
685
|
+
"openwop-core-standard"
|
|
686
|
+
],
|
|
687
|
+
"securityTier": "medium",
|
|
688
|
+
"minimumSuiteVersion": "1.6.1",
|
|
689
|
+
"evidenceTier": null,
|
|
690
|
+
"note": "RFC 0060 predicate-gated polling. Owning RFC `0060` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `heartbeat-capability-shape.test.ts`.",
|
|
691
|
+
"witness": "witnessable-gated",
|
|
692
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"id": "openwop-http-client-egress",
|
|
696
|
+
"maturity": "draft",
|
|
697
|
+
"owningRfc": "0076",
|
|
698
|
+
"capabilityPath": "httpClient.supported",
|
|
699
|
+
"dependsOn": [
|
|
700
|
+
"openwop-core-standard"
|
|
701
|
+
],
|
|
702
|
+
"securityTier": "high",
|
|
703
|
+
"minimumSuiteVersion": "1.0.0",
|
|
704
|
+
"evidenceTier": null,
|
|
705
|
+
"note": "Host outbound-HTTP surface; SSRF guard MUST be true (RFC 0076 safeFetch). Owning RFC `0076` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `http-client-ssrf.test.ts`.",
|
|
706
|
+
"witness": "witnessable-gated",
|
|
707
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"id": "openwop-i18n",
|
|
711
|
+
"maturity": "draft",
|
|
712
|
+
"owningRfc": null,
|
|
713
|
+
"capabilityPath": "i18n.supported",
|
|
714
|
+
"dependsOn": [
|
|
715
|
+
"openwop-core-standard"
|
|
716
|
+
],
|
|
717
|
+
"securityTier": "low",
|
|
718
|
+
"minimumSuiteVersion": "1.22.0",
|
|
719
|
+
"evidenceTier": null,
|
|
720
|
+
"note": "Locale negotiation annex. Pre-RFC v1 base advertisement; `owningDoc` names the normative home. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `i18n-negotiation.test.ts`.",
|
|
721
|
+
"owningDoc": "spec/v1/i18n.md",
|
|
722
|
+
"witness": "witnessable-gated",
|
|
723
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"id": "openwop-interrupt-approver-routing",
|
|
727
|
+
"maturity": "draft",
|
|
728
|
+
"owningRfc": "0104",
|
|
729
|
+
"capabilityPath": "interrupt",
|
|
730
|
+
"dependsOn": [
|
|
731
|
+
"openwop-core-standard"
|
|
732
|
+
],
|
|
733
|
+
"securityTier": "medium",
|
|
734
|
+
"minimumSuiteVersion": "1.28.0",
|
|
735
|
+
"evidenceTier": null,
|
|
736
|
+
"note": "RFC 0104 portable HITL approver routing on `kind: \"approval\"`. Owning RFC `0104` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `interrupt-approver-routing.test.ts`.",
|
|
737
|
+
"witness": "witnessable-gated",
|
|
738
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"id": "openwop-kv-storage",
|
|
742
|
+
"maturity": "draft",
|
|
743
|
+
"owningRfc": "0015",
|
|
744
|
+
"capabilityPath": "kvStorage.supported",
|
|
745
|
+
"dependsOn": [
|
|
746
|
+
"openwop-core-standard"
|
|
747
|
+
],
|
|
748
|
+
"securityTier": "high",
|
|
749
|
+
"minimumSuiteVersion": "1.1.1",
|
|
750
|
+
"evidenceTier": null,
|
|
751
|
+
"note": "RFC 0015 TTL-aware KV with CAS. Owning RFC `0015` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `kv-atomic-increment.test.ts`.",
|
|
752
|
+
"witness": "witnessable-gated",
|
|
753
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"id": "openwop-agent-memory",
|
|
757
|
+
"maturity": "draft",
|
|
758
|
+
"owningRfc": "0004",
|
|
759
|
+
"capabilityPath": "memory.supported",
|
|
760
|
+
"dependsOn": [
|
|
761
|
+
"openwop-core-standard"
|
|
762
|
+
],
|
|
763
|
+
"securityTier": "high",
|
|
764
|
+
"minimumSuiteVersion": "1.0.0",
|
|
765
|
+
"evidenceTier": null,
|
|
766
|
+
"note": "RFC 0004 MemoryAdapter + RFC 0012 compaction; SR-1 / CTI-1 invariants live here. Owning RFC `0004` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `agentMemoryRoundTrip.test.ts`.",
|
|
767
|
+
"witness": "witnessable-gated",
|
|
768
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"id": "openwop-model-capabilities",
|
|
772
|
+
"maturity": "draft",
|
|
773
|
+
"owningRfc": "0031",
|
|
774
|
+
"capabilityPath": "modelCapabilities.supported",
|
|
775
|
+
"dependsOn": [
|
|
776
|
+
"openwop-core-standard"
|
|
777
|
+
],
|
|
778
|
+
"securityTier": "medium",
|
|
779
|
+
"minimumSuiteVersion": "1.3.0",
|
|
780
|
+
"evidenceTier": null,
|
|
781
|
+
"note": "RFC 0031 model-capability gating + substitution. Owning RFC `0031` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `node-module-required-capabilities-shape.test.ts`.",
|
|
782
|
+
"witness": "witnessable-gated",
|
|
783
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"id": "openwop-multi-agent-execution-model",
|
|
787
|
+
"maturity": "draft",
|
|
788
|
+
"owningRfc": "0037",
|
|
789
|
+
"capabilityPath": "multiAgent",
|
|
790
|
+
"dependsOn": [
|
|
791
|
+
"openwop-core-standard"
|
|
792
|
+
],
|
|
793
|
+
"securityTier": "high",
|
|
794
|
+
"minimumSuiteVersion": "1.3.0",
|
|
795
|
+
"evidenceTier": null,
|
|
796
|
+
"note": "RFC 0037 execution model + handoff state machine (+ RFC 0040/0041 cross-host causation, replay determinism sub-blocks). Owning RFC `0037` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `multi-agent-handoff-state-machine.test.ts`.",
|
|
797
|
+
"witness": "claims-check",
|
|
798
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"id": "openwop-multi-party-conversation",
|
|
802
|
+
"maturity": "draft",
|
|
803
|
+
"owningRfc": "0101",
|
|
804
|
+
"capabilityPath": "multiPartyConversation.supported",
|
|
805
|
+
"dependsOn": [
|
|
806
|
+
"openwop-core-standard"
|
|
807
|
+
],
|
|
808
|
+
"securityTier": "medium",
|
|
809
|
+
"minimumSuiteVersion": "1.29.0",
|
|
810
|
+
"evidenceTier": null,
|
|
811
|
+
"note": "RFC 0101 group conversation with speaker attribution. Owning RFC `0101` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `multi-party-conversation-shape.test.ts`.",
|
|
812
|
+
"witness": "witnessable-gated",
|
|
813
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"id": "openwop-node-pack-runtimes",
|
|
817
|
+
"maturity": "draft",
|
|
818
|
+
"owningRfc": "0008",
|
|
819
|
+
"capabilityPath": "nodePackRuntimes",
|
|
820
|
+
"dependsOn": [
|
|
821
|
+
"openwop-core-standard"
|
|
822
|
+
],
|
|
823
|
+
"securityTier": "high",
|
|
824
|
+
"minimumSuiteVersion": "1.0.0",
|
|
825
|
+
"evidenceTier": null,
|
|
826
|
+
"note": "Node-pack runtime formats (RFC 0008 WASM ABI). Owning RFC `0008` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `wasm-pack-load.test.ts`.",
|
|
827
|
+
"owningDoc": "spec/v1/node-packs.md",
|
|
828
|
+
"witness": "claims-check",
|
|
829
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"id": "openwop-nondeterminism-policy",
|
|
833
|
+
"maturity": "draft",
|
|
834
|
+
"owningRfc": "0085",
|
|
835
|
+
"capabilityPath": "nondeterminismPolicy",
|
|
836
|
+
"dependsOn": [
|
|
837
|
+
"openwop-core-standard"
|
|
838
|
+
],
|
|
839
|
+
"securityTier": "medium",
|
|
840
|
+
"minimumSuiteVersion": "1.10.0",
|
|
841
|
+
"evidenceTier": null,
|
|
842
|
+
"note": "RFC 0085 honest-nondeterminism declaration for hosts without replay/fork. Owning RFC `0085` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `agent-platform-profile.test.ts`.",
|
|
843
|
+
"witness": "claims-check",
|
|
844
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"id": "openwop-nosql-store",
|
|
848
|
+
"maturity": "draft",
|
|
849
|
+
"owningRfc": "0018",
|
|
850
|
+
"capabilityPath": "nosql.supported",
|
|
851
|
+
"dependsOn": [
|
|
852
|
+
"openwop-core-standard"
|
|
853
|
+
],
|
|
854
|
+
"securityTier": "high",
|
|
855
|
+
"minimumSuiteVersion": null,
|
|
856
|
+
"evidenceTier": null,
|
|
857
|
+
"note": "RFC 0018 document-store adapter. NO scenario reads this family \u2014 the shape/behaviour witness is a suite gap (`minimumSuiteVersion: null` is that gap stated). Owning RFC `0018` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: none.",
|
|
858
|
+
"witness": "claims-check",
|
|
859
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"id": "openwop-oauth-connectors",
|
|
863
|
+
"maturity": "draft",
|
|
864
|
+
"owningRfc": "0047",
|
|
865
|
+
"capabilityPath": "oauth.supported",
|
|
866
|
+
"dependsOn": [
|
|
867
|
+
"openwop-core-standard"
|
|
868
|
+
],
|
|
869
|
+
"securityTier": "high",
|
|
870
|
+
"minimumSuiteVersion": "1.5.0",
|
|
871
|
+
"evidenceTier": null,
|
|
872
|
+
"note": "RFC 0047 host-performed OAuth 2.0 grants. Owning RFC `0047` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `oauth-capability-shape.test.ts`.",
|
|
873
|
+
"witness": "witnessable-gated",
|
|
874
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"id": "openwop-pack-registry",
|
|
878
|
+
"maturity": "draft",
|
|
879
|
+
"owningRfc": "0025",
|
|
880
|
+
"capabilityPath": "packs",
|
|
881
|
+
"dependsOn": [
|
|
882
|
+
"openwop-core-standard"
|
|
883
|
+
],
|
|
884
|
+
"securityTier": "high",
|
|
885
|
+
"minimumSuiteVersion": "1.0.0",
|
|
886
|
+
"evidenceTier": null,
|
|
887
|
+
"note": "RFC 0025 pack-registry surface. Owning RFC `0025` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `pack-registry-publish.test.ts`.",
|
|
888
|
+
"witness": "claims-check",
|
|
889
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"id": "openwop-portability",
|
|
893
|
+
"maturity": "draft",
|
|
894
|
+
"owningRfc": "0098",
|
|
895
|
+
"capabilityPath": "portability",
|
|
896
|
+
"dependsOn": [
|
|
897
|
+
"openwop-core-standard"
|
|
898
|
+
],
|
|
899
|
+
"securityTier": "high",
|
|
900
|
+
"minimumSuiteVersion": "1.23.0",
|
|
901
|
+
"evidenceTier": null,
|
|
902
|
+
"note": "RFC 0098 tenant estate export/import. Owning RFC `0098` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `export-bundle-portability.test.ts`.",
|
|
903
|
+
"witness": "witnessable-gated",
|
|
904
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"id": "openwop-prompt-library",
|
|
908
|
+
"maturity": "draft",
|
|
909
|
+
"owningRfc": "0144",
|
|
910
|
+
"capabilityPath": "promptLibrary.supported",
|
|
911
|
+
"dependsOn": [
|
|
912
|
+
"openwop-core-standard"
|
|
913
|
+
],
|
|
914
|
+
"securityTier": "medium",
|
|
915
|
+
"minimumSuiteVersion": null,
|
|
916
|
+
"evidenceTier": null,
|
|
917
|
+
"note": "RFC 0144 host-capability declaration for `ctx.promptLibrary.get`. NO scenario reads this family by name (the RFC 0027/0028 `prompts` scenarios cover the template surface) \u2014 stated as a gap. Owning RFC `0144` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: none.",
|
|
918
|
+
"owningDoc": "spec/v1/host-capabilities.md",
|
|
919
|
+
"witness": "claims-check",
|
|
920
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"id": "openwop-prompt-templates",
|
|
924
|
+
"maturity": "draft",
|
|
925
|
+
"owningRfc": "0027",
|
|
926
|
+
"capabilityPath": "prompts.supported",
|
|
927
|
+
"dependsOn": [
|
|
928
|
+
"openwop-core-standard"
|
|
929
|
+
],
|
|
930
|
+
"securityTier": "medium",
|
|
931
|
+
"minimumSuiteVersion": "1.3.0",
|
|
932
|
+
"evidenceTier": null,
|
|
933
|
+
"note": "RFC 0027/0028 prompt templates + resolution chain (RFC 0029). Owning RFC `0027` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `prompt-template-shape.test.ts`.",
|
|
934
|
+
"witness": "witnessable-gated",
|
|
935
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"id": "openwop-provider-usage",
|
|
939
|
+
"maturity": "draft",
|
|
940
|
+
"owningRfc": "0026",
|
|
941
|
+
"capabilityPath": "providerUsage.supported",
|
|
942
|
+
"dependsOn": [
|
|
943
|
+
"openwop-core-standard"
|
|
944
|
+
],
|
|
945
|
+
"securityTier": "medium",
|
|
946
|
+
"minimumSuiteVersion": "1.2.0",
|
|
947
|
+
"evidenceTier": null,
|
|
948
|
+
"note": "RFC 0026 `provider.usage` events. Owning RFC `0026` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `provider-usage.test.ts`.",
|
|
949
|
+
"witness": "witnessable-gated",
|
|
950
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"id": "openwop-purpose-propagation",
|
|
954
|
+
"maturity": "draft",
|
|
955
|
+
"owningRfc": "0128",
|
|
956
|
+
"capabilityPath": "purposePropagation.supported",
|
|
957
|
+
"dependsOn": [
|
|
958
|
+
"openwop-core-standard"
|
|
959
|
+
],
|
|
960
|
+
"securityTier": "high",
|
|
961
|
+
"minimumSuiteVersion": "1.53.0",
|
|
962
|
+
"evidenceTier": null,
|
|
963
|
+
"note": "RFC 0128 `permittedPurposes` re-emission. Owning RFC `0128` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `purpose-propagation.test.ts`.",
|
|
964
|
+
"witness": "witnessable-gated",
|
|
965
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"id": "openwop-queue-bus",
|
|
969
|
+
"maturity": "draft",
|
|
970
|
+
"owningRfc": "0017",
|
|
971
|
+
"capabilityPath": "queueBus.supported",
|
|
972
|
+
"dependsOn": [
|
|
973
|
+
"openwop-core-standard"
|
|
974
|
+
],
|
|
975
|
+
"securityTier": "high",
|
|
976
|
+
"minimumSuiteVersion": "1.1.1",
|
|
977
|
+
"evidenceTier": null,
|
|
978
|
+
"note": "RFC 0017 inbound queue + stream. Owning RFC `0017` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `queue-publish-consume-roundtrip.test.ts`.",
|
|
979
|
+
"witness": "witnessable-gated",
|
|
980
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"id": "openwop-replay-fork-advert",
|
|
984
|
+
"maturity": "draft",
|
|
985
|
+
"owningRfc": "0140",
|
|
986
|
+
"capabilityPath": "replay.supported",
|
|
987
|
+
"dependsOn": [
|
|
988
|
+
"openwop-core-standard"
|
|
989
|
+
],
|
|
990
|
+
"securityTier": "high",
|
|
991
|
+
"minimumSuiteVersion": "1.0.0",
|
|
992
|
+
"evidenceTier": null,
|
|
993
|
+
"note": "Replay/fork advertisement (profile `openwop-replay-fork`), declared by RFC 0140; RFC 0150 \u00a7C effect suppression sub-shape. Owning RFC `0140` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `replay-fork.test.ts`.",
|
|
994
|
+
"owningDoc": "spec/v1/replay.md",
|
|
995
|
+
"witness": "witnessable-gated",
|
|
996
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"id": "openwop-rest-transport-economy",
|
|
1000
|
+
"maturity": "draft",
|
|
1001
|
+
"owningRfc": "0115",
|
|
1002
|
+
"capabilityPath": "restTransport",
|
|
1003
|
+
"dependsOn": [
|
|
1004
|
+
"openwop-core-standard"
|
|
1005
|
+
],
|
|
1006
|
+
"securityTier": "low",
|
|
1007
|
+
"minimumSuiteVersion": "1.38.0",
|
|
1008
|
+
"evidenceTier": null,
|
|
1009
|
+
"note": "RFC 0115 conditional GET + content encoding on run reads. Owning RFC `0115` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `run-transport-economy.test.ts`.",
|
|
1010
|
+
"witness": "claims-check",
|
|
1011
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"id": "openwop-sandbox",
|
|
1015
|
+
"maturity": "draft",
|
|
1016
|
+
"owningRfc": "0035",
|
|
1017
|
+
"capabilityPath": "sandbox.supported",
|
|
1018
|
+
"dependsOn": [
|
|
1019
|
+
"openwop-core-standard"
|
|
1020
|
+
],
|
|
1021
|
+
"securityTier": "high",
|
|
1022
|
+
"minimumSuiteVersion": "1.3.0",
|
|
1023
|
+
"evidenceTier": null,
|
|
1024
|
+
"note": "RFC 0035 sandbox execution contract (`Active`; steward-parked pending a fencing host). Owning RFC `0035` is `Active`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `sandbox-capability-gate-respected.test.ts`.",
|
|
1025
|
+
"witness": "witnessable-gated",
|
|
1026
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"id": "openwop-scheduling",
|
|
1030
|
+
"maturity": "draft",
|
|
1031
|
+
"owningRfc": "0052",
|
|
1032
|
+
"capabilityPath": "scheduling.supported",
|
|
1033
|
+
"dependsOn": [
|
|
1034
|
+
"openwop-core-standard"
|
|
1035
|
+
],
|
|
1036
|
+
"securityTier": "medium",
|
|
1037
|
+
"minimumSuiteVersion": "1.5.0",
|
|
1038
|
+
"evidenceTier": null,
|
|
1039
|
+
"note": "RFC 0052 `schedule` trigger. Owning RFC `0052` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `scheduling-capability-shape.test.ts`.",
|
|
1040
|
+
"witness": "witnessable-gated",
|
|
1041
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"id": "openwop-search-index",
|
|
1045
|
+
"maturity": "draft",
|
|
1046
|
+
"owningRfc": "0018",
|
|
1047
|
+
"capabilityPath": "searchIndex.supported",
|
|
1048
|
+
"dependsOn": [
|
|
1049
|
+
"openwop-core-standard"
|
|
1050
|
+
],
|
|
1051
|
+
"securityTier": "high",
|
|
1052
|
+
"minimumSuiteVersion": "1.1.1",
|
|
1053
|
+
"evidenceTier": null,
|
|
1054
|
+
"note": "RFC 0018 full-text search adapter. Owning RFC `0018` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `search-bm25-roundtrip.test.ts`.",
|
|
1055
|
+
"witness": "witnessable-gated",
|
|
1056
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"id": "openwop-secrets-byok",
|
|
1060
|
+
"maturity": "draft",
|
|
1061
|
+
"owningRfc": null,
|
|
1062
|
+
"capabilityPath": "secrets.supported",
|
|
1063
|
+
"dependsOn": [
|
|
1064
|
+
"openwop-core-standard"
|
|
1065
|
+
],
|
|
1066
|
+
"securityTier": "high",
|
|
1067
|
+
"minimumSuiteVersion": "1.0.0",
|
|
1068
|
+
"evidenceTier": null,
|
|
1069
|
+
"note": "v1 base BYOK secret/credential resolution advertisement (`auth.md`, `SECURITY/threat-model-secret-leakage.md`). Pre-RFC v1 base advertisement; `owningDoc` names the normative home. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `byok-roundtrip.test.ts`.",
|
|
1070
|
+
"owningDoc": "spec/v1/auth.md",
|
|
1071
|
+
"witness": "witnessable-gated",
|
|
1072
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"id": "openwop-self-hosted-runner",
|
|
1076
|
+
"maturity": "draft",
|
|
1077
|
+
"owningRfc": "0122",
|
|
1078
|
+
"capabilityPath": "selfHostedRunner.supported",
|
|
1079
|
+
"dependsOn": [
|
|
1080
|
+
"openwop-core-standard"
|
|
1081
|
+
],
|
|
1082
|
+
"securityTier": "high",
|
|
1083
|
+
"minimumSuiteVersion": "1.48.0",
|
|
1084
|
+
"evidenceTier": null,
|
|
1085
|
+
"note": "RFC 0122 user-controlled runner dial-out. Owning RFC `0122` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `self-hosted-runner.test.ts`.",
|
|
1086
|
+
"witness": "witnessable-gated",
|
|
1087
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"id": "openwop-sql-store",
|
|
1091
|
+
"maturity": "draft",
|
|
1092
|
+
"owningRfc": "0018",
|
|
1093
|
+
"capabilityPath": "sql.supported",
|
|
1094
|
+
"dependsOn": [
|
|
1095
|
+
"openwop-core-standard"
|
|
1096
|
+
],
|
|
1097
|
+
"securityTier": "high",
|
|
1098
|
+
"minimumSuiteVersion": "1.1.1",
|
|
1099
|
+
"evidenceTier": null,
|
|
1100
|
+
"note": "RFC 0018 SQL adapter, parametric-only. Owning RFC `0018` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `sql-injection-rejection.test.ts`.",
|
|
1101
|
+
"witness": "witnessable-gated",
|
|
1102
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"id": "openwop-subworkflow-extensions",
|
|
1106
|
+
"maturity": "draft",
|
|
1107
|
+
"owningRfc": "0007",
|
|
1108
|
+
"capabilityPath": "subWorkflow",
|
|
1109
|
+
"dependsOn": [
|
|
1110
|
+
"openwop-core-standard"
|
|
1111
|
+
],
|
|
1112
|
+
"securityTier": "medium",
|
|
1113
|
+
"minimumSuiteVersion": "1.1.1",
|
|
1114
|
+
"evidenceTier": null,
|
|
1115
|
+
"note": "`core.subWorkflow` extension surface (RFC 0007 baseline). Owning RFC `0007` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `subworkflow-input-mapping.test.ts`.",
|
|
1116
|
+
"owningDoc": "spec/v1/node-packs.md",
|
|
1117
|
+
"witness": "claims-check",
|
|
1118
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"id": "openwop-table-storage",
|
|
1122
|
+
"maturity": "draft",
|
|
1123
|
+
"owningRfc": "0016",
|
|
1124
|
+
"capabilityPath": "tableStorage.supported",
|
|
1125
|
+
"dependsOn": [
|
|
1126
|
+
"openwop-core-standard"
|
|
1127
|
+
],
|
|
1128
|
+
"securityTier": "high",
|
|
1129
|
+
"minimumSuiteVersion": "1.1.1",
|
|
1130
|
+
"evidenceTier": null,
|
|
1131
|
+
"note": "RFC 0016 structured-record store. Owning RFC `0016` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `table-schema-enforcement.test.ts`.",
|
|
1132
|
+
"witness": "witnessable-gated",
|
|
1133
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"id": "openwop-tool-catalog",
|
|
1137
|
+
"maturity": "draft",
|
|
1138
|
+
"owningRfc": "0078",
|
|
1139
|
+
"capabilityPath": "toolCatalog.supported",
|
|
1140
|
+
"dependsOn": [
|
|
1141
|
+
"openwop-core-standard"
|
|
1142
|
+
],
|
|
1143
|
+
"securityTier": "medium",
|
|
1144
|
+
"minimumSuiteVersion": "1.10.0",
|
|
1145
|
+
"evidenceTier": null,
|
|
1146
|
+
"note": "RFC 0078 read-only tool projection. Owning RFC `0078` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `tool-descriptor-shape.test.ts`.",
|
|
1147
|
+
"witness": "witnessable-gated",
|
|
1148
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"id": "openwop-tool-hooks",
|
|
1152
|
+
"maturity": "draft",
|
|
1153
|
+
"owningRfc": "0064",
|
|
1154
|
+
"capabilityPath": "toolHooks.supported",
|
|
1155
|
+
"dependsOn": [
|
|
1156
|
+
"openwop-core-standard"
|
|
1157
|
+
],
|
|
1158
|
+
"securityTier": "high",
|
|
1159
|
+
"minimumSuiteVersion": "1.6.1",
|
|
1160
|
+
"evidenceTier": null,
|
|
1161
|
+
"note": "RFC 0064 per-tool authorization, rate limiting, content-free audit. Owning RFC `0064` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `tool-hooks-shape.test.ts`.",
|
|
1162
|
+
"witness": "witnessable-gated",
|
|
1163
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"id": "openwop-trigger-bridge",
|
|
1167
|
+
"maturity": "draft",
|
|
1168
|
+
"owningRfc": "0083",
|
|
1169
|
+
"capabilityPath": "triggerBridge.supported",
|
|
1170
|
+
"dependsOn": [
|
|
1171
|
+
"openwop-core-standard"
|
|
1172
|
+
],
|
|
1173
|
+
"securityTier": "medium",
|
|
1174
|
+
"minimumSuiteVersion": "1.10.0",
|
|
1175
|
+
"evidenceTier": null,
|
|
1176
|
+
"note": "RFC 0083 trigger bridge composing scheduling / dead-letter / queue / webhook / cross-host. Owning RFC `0083` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `trigger-bridge-shape.test.ts`.",
|
|
1177
|
+
"witness": "witnessable-gated",
|
|
1178
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"id": "openwop-frontend-plugin-packs",
|
|
1182
|
+
"maturity": "draft",
|
|
1183
|
+
"owningRfc": "0117",
|
|
1184
|
+
"capabilityPath": "uiPlugins.supported",
|
|
1185
|
+
"dependsOn": [
|
|
1186
|
+
"openwop-core-standard"
|
|
1187
|
+
],
|
|
1188
|
+
"securityTier": "high",
|
|
1189
|
+
"minimumSuiteVersion": "1.43.0",
|
|
1190
|
+
"evidenceTier": null,
|
|
1191
|
+
"note": "RFC 0117/0119 signed, sandboxed front-end plugin packs. Owning RFC `0117` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `frontend-plugin-packs.test.ts`.",
|
|
1192
|
+
"witness": "witnessable-gated",
|
|
1193
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"id": "openwop-vector-store",
|
|
1197
|
+
"maturity": "draft",
|
|
1198
|
+
"owningRfc": "0018",
|
|
1199
|
+
"capabilityPath": "vectorStore.supported",
|
|
1200
|
+
"dependsOn": [
|
|
1201
|
+
"openwop-core-standard"
|
|
1202
|
+
],
|
|
1203
|
+
"securityTier": "high",
|
|
1204
|
+
"minimumSuiteVersion": "1.1.1",
|
|
1205
|
+
"evidenceTier": null,
|
|
1206
|
+
"note": "RFC 0018 vector-DB adapter. Owning RFC `0018` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `vector-knn-roundtrip.test.ts`.",
|
|
1207
|
+
"witness": "witnessable-gated",
|
|
1208
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"id": "openwop-webhooks",
|
|
1212
|
+
"maturity": "draft",
|
|
1213
|
+
"owningRfc": null,
|
|
1214
|
+
"capabilityPath": "webhooks.supported",
|
|
1215
|
+
"dependsOn": [
|
|
1216
|
+
"openwop-core-standard"
|
|
1217
|
+
],
|
|
1218
|
+
"securityTier": "high",
|
|
1219
|
+
"minimumSuiteVersion": "1.0.0",
|
|
1220
|
+
"evidenceTier": null,
|
|
1221
|
+
"note": "v1 base webhook delivery (HMAC-signed, circuit breaker; RFC 0083 composes it). Pre-RFC v1 base advertisement; `owningDoc` names the normative home. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `webhook-signed-delivery.test.ts`.",
|
|
1222
|
+
"owningDoc": "spec/v1/webhooks.md",
|
|
1223
|
+
"witness": "witnessable-gated",
|
|
1224
|
+
"witnessReview": "reviewed-2026-09-02"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"id": "openwop-workflow-chain-packs",
|
|
1228
|
+
"maturity": "draft",
|
|
1229
|
+
"owningRfc": "0013",
|
|
1230
|
+
"capabilityPath": "workflowChainPacks.supported",
|
|
1231
|
+
"dependsOn": [
|
|
1232
|
+
"openwop-core-standard"
|
|
1233
|
+
],
|
|
1234
|
+
"securityTier": "medium",
|
|
1235
|
+
"minimumSuiteVersion": "1.1.1",
|
|
1236
|
+
"evidenceTier": null,
|
|
1237
|
+
"note": "RFC 0013 workflow-chain pack expansion. Owning RFC `0013` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `workflow-chain-expansion.test.ts`.",
|
|
1238
|
+
"witness": "witnessable-gated",
|
|
1239
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"id": "openwop-workspace",
|
|
1243
|
+
"maturity": "draft",
|
|
1244
|
+
"owningRfc": "0059",
|
|
1245
|
+
"capabilityPath": "workspace.supported",
|
|
1246
|
+
"dependsOn": [
|
|
1247
|
+
"openwop-core-standard"
|
|
1248
|
+
],
|
|
1249
|
+
"securityTier": "high",
|
|
1250
|
+
"minimumSuiteVersion": "1.6.1",
|
|
1251
|
+
"evidenceTier": null,
|
|
1252
|
+
"note": "RFC 0059 versioned tenant\u00b7workspace file store. Owning RFC `0059` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `workspace-capability-shape.test.ts`.",
|
|
1253
|
+
"witness": "witnessable-gated",
|
|
1254
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"id": "openwop-production-profile-claim",
|
|
1258
|
+
"maturity": "draft",
|
|
1259
|
+
"owningRfc": "0009",
|
|
1260
|
+
"capabilityPath": "production.supported",
|
|
1261
|
+
"dependsOn": [
|
|
1262
|
+
"openwop-core-standard"
|
|
1263
|
+
],
|
|
1264
|
+
"securityTier": "medium",
|
|
1265
|
+
"minimumSuiteVersion": "1.0.0",
|
|
1266
|
+
"evidenceTier": null,
|
|
1267
|
+
"note": "RFC 0009 production-profile claim (`production-profile.md`): `supported: true` claims every MUST there and makes the gated scenarios mandatory. Listed as a family, not metadata, because it gates behaviour \u2014 the coverage test forbids a metadata key that carries `supported`. Owning RFC `0009` is `Accepted`. Grandfathered 2026-08-16 (RFC 0155 UQ3); scenario witness: `production-backpressure.test.ts`, `production-retention-expiry.test.ts`.",
|
|
1268
|
+
"owningDoc": "spec/v1/production-profile.md",
|
|
1269
|
+
"witness": "witnessable-gated",
|
|
1270
|
+
"witnessReview": "initial-mechanical-2026-09-02"
|
|
1271
|
+
}
|
|
1272
|
+
]
|
|
1273
|
+
}
|