docs(studio): align demo packaging with current IVR truth#43
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 78dc79c78a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "minimumNoticeHours": 2, | ||
| "maximumAdvanceDays": 365, | ||
| "cancelRescheduleCutoffHours": 12, | ||
| "cancelRescheduleCutoffHours": 24, |
There was a problem hiding this comment.
Keep live-config seeds aligned with runtime manifest
This JSON seed now reports cancelRescheduleCutoffHours as 24, but the canonical runtime cutover manifest still exports 12 in api/src/lib/cutover/marijuanaExpressLiveConfig.ts line 174. That leaves packaging/readiness consumers that read docs/a17/marijuanaexpress.live-config.json disagreeing with API tests and runtime code that import MARIJUANA_EXPRESS_LIVE_CONFIG; if 24 hours is the intended truth, update the TypeScript manifest or add a consistency assertion so the two manifests cannot diverge.
Useful? React with 👍 / 👎.
Summary
Aligns Studio/demo packaging truth with the current IVR route matrix.
This PR:
Validation
Notes
The Studio/demo package is mostly honest and non-live. Remaining later polish is to refresh the launchpad/demo narrative so the new IVR route-matrix proof is more visible.
Guardrails