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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
d25b94a: SettingsFieldSchema accepts an optional env string, so a manifest that names
an environment variable on a settings secret validates instead of being
rejected. This is the TypeScript mirror of the shell's manifest.rs SettingsField change (F-9): the shell resolves the secret from its Stronghold
vault and injects it into the pkg's sidecar and MCP process environment under
the declared name. Without this field on the Zod side, contract consumers
validating the same manifest the shell accepts would fail.