You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/flows/src/config.v1.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -102,8 +102,9 @@
102
102
},
103
103
{
104
104
"key": "VEXA_FLOWS_GATEWAY_URL",
105
-
"class": "required-explicit",
106
-
"description": "The meetings gateway, on the same terms.",
105
+
"class": "capability",
106
+
"description": "The meetings domain, reached through the gateway. UNSET MEANS THE MEETINGS DOMAIN IS NOT DEPLOYED (PRD decision 40.7 + decision 5) — a supported shape of deployment, not a misconfiguration, which is exactly what the `capability` class means. `required-explicit` was a refusal to BOOT: preflight named this door and exited before anything about meetings was asked, so flows+identity with no meetings could not start at all. The key still says GATEWAY because flows reaches meetings through the edge today; that hop is ADR-0037's to close and is not this class change.",
107
+
"capability": "meetings",
107
108
"targets": [
108
109
"compose"
109
110
]
@@ -380,6 +381,10 @@
380
381
"description": "Harness overrides used by the dogfood rig and the offline suites.",
381
382
"mode": "any",
382
383
"when_unconfigured": "The real instance gate and the real transcript. This is the deployment state."
384
+
},
385
+
"meetings": {
386
+
"description": "This deployment carries the meetings domain — scheduling a bot into a call and reading back what it recorded (PRD decision 40.7; decision 5 for meetings).",
387
+
"when_unconfigured": "The meetings domain is not deployed. Flows still boots, still admits facts and still serves its queue; every flow step that would schedule or read a bot answers `meetings:not_present` — terminal, with the reason on the reaction, never a retry loop against a door that is not there."
0 commit comments