Replies: 1 comment 3 replies
-
|
@TooTallNate and I would actually like to have the existing |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A tiny helper to pair a Zod schema with a hook, so dashboards can discover shapes and render a settings UI at runtime—no hard-coded forms, no new transport.
Introspection: emailSettings.schema (Zod → JSON) lets UIs auto-generate forms.
Determinism: resolved values become explicit step inputs and are recorded before execution; replays read the same inputs. Existing retries/errors stay unchanged.
DX: treat business config like public fields (easy to tune), while infra complexity stays behind sane defaults.
Next: enables AI-assisted configuration (propose defaults, validate ranges, surface diffs) before resuming the waiting settings hook.
Beta Was this translation helpful? Give feedback.
All reactions