System-layer mount point rendered once per page, right after </body> in <Base>. Renders external module CDN assets, the Gold Standard module Hook zones (stnd:base for static Astro components like Toast/Confetti, stnd:client for hydrated Svelte components like Lab), the module store/scripts bundle, and a global standard:ready boot event. Not meant to be used outside <Base>.
Props
| Type | Name | Description |
|---|---|---|
| string[] | activeScopes? |
Optional allow-list handed to every Hook in this shell. A module opts a component out of the default “always mounted” behavior by giving it meta: { scope: "something" }; that entry only renders when something appears in activeScopes. Omitted (the default) means unrestricted — every app that doesn’t pass this prop keeps today’s behavior untouched. The framework never interprets what a scope name MEANS — that’s the app’s vocabulary, computed and passed in by whichever layout renders this component. |