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
docs(api): correct the environment-routing scoping instructions for standalone os serve (#12487)
The "Server configuration" section told authors to enable environment-scoped
routing by declaring `api.enableProjectScoping: true` in `objectstack.config.ts`,
and the info Callout below it reinforced that promise. On the default `os serve`
path neither is true: a bare `defineStack()` config is not host-shaped, so the
CLI boots `createStandaloneStack()` and `mergeBootConfig` lets the boot result
win those two scoping keys.
The section now states the override, separates the two keys (one is
contradicted, the other merely redundant), names the config shape in which the
flag is actually live, and corrects the Callout's claim about when the CLI
reads `config.api`. The `os:check` marker and the snippet under it are
unchanged — the block is valid authoring, and it still type-checks.
Claude-Session: https://claude.ai/code/session_01UjM2ia8Av1v5NqfqQEQmC6
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments