FE-1517: Scenario creation authors through the ad-hoc form - #9368
Draft
kube wants to merge 5 commits into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
kube
force-pushed
the
cf/fe-1517-scenario-creation-uses-the-ad-hoc-form
branch
from
August 27, 2026 02:33
3d558ab to
29f63e7
Compare
kube
force-pushed
the
cf/fe-1517-scenario-creation-uses-the-ad-hoc-form
branch
from
August 27, 2026 02:50
29f63e7 to
cdd5566
Compare
kube
force-pushed
the
cf/fe-1517-scenario-creation-uses-the-ad-hoc-form
branch
from
August 27, 2026 02:55
cdd5566 to
ae7362c
Compare
kube
force-pushed
the
cf/fe-1517-scenario-creation-uses-the-ad-hoc-form
branch
from
August 27, 2026 02:58
ae7362c to
7c0dda8
Compare
kube
force-pushed
the
cf/fe-1517-scenario-creation-uses-the-ad-hoc-form
branch
from
August 27, 2026 20:09
7c0dda8 to
bb88a06
Compare
kube
force-pushed
the
cf/fe-1517-scenario-creation-uses-the-ad-hoc-form
branch
from
August 28, 2026 10:19
8dd4133 to
6686b34
Compare
kube
force-pushed
the
cf/fe-1517-scenario-creation-uses-the-ad-hoc-form
branch
from
August 28, 2026 10:22
6686b34 to
cbf8b2e
Compare
kube
force-pushed
the
cf/fe-1517-scenario-creation-uses-the-ad-hoc-form
branch
from
August 28, 2026 10:33
cbf8b2e to
7363855
Compare
kube
force-pushed
the
cf/fe-1517-scenario-creation-uses-the-ad-hoc-form
branch
from
August 28, 2026 14:00
7363855 to
676f0d2
Compare
kube
force-pushed
the
cf/fe-1517-scenario-creation-uses-the-ad-hoc-form
branch
2 times, most recently
from
August 28, 2026 15:18
d2e132c to
6e7abd4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #9290 (FE-1490). Part of the ad-hoc scenario stack (FE-778).
Behind the Ad-hoc scenarios setting, the scenario creation form authors scenarios through the ad-hoc Initial State + Parameters form, in a new expose selection mode:
AdHocVariable.exposed); exposed Variables become the saved scenario's tunable parameters (snake_cased identifier, constant expression as the default).initialState: { type: "adhoc", content };scenarioParametersandparameterOverridesare derived from it on save and stay the compiler's inputs, so every other consumer of the saved scenario works unchanged.content/ui/ad-hoc-form.mdx) gains a persisted-format section: theinitialStatevariants, theAdHocScenarioStatetree, the derived-on-save fields, and the compile-time-only code.sdcpn/lowerScenarionow acceptsadHocContext), the CLI, anduseScenarioHir.User guide, architecture spec, and changeset included.
🤖 Generated with Claude Code