II.
ScopeBoundary JSON
Structured · livescope-boundary:svelte.scope
scope-boundary:svelte.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:svelte.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/scope-boundaries-frameworks.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "framework:svelte",
"inScope": "Compile-time UI framework that ships small bundles with\nfine-grained reactivity. Sweet spot: marketing sites, dashboards,\nand apps that benefit from low runtime overhead.\n",
"outOfScope": "Ecosystems requiring drop-in React/Vue libraries, and full-stack\nneeds without picking up SvelteKit.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:implementation-detail"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:svelte.scope",
"to": "framework:svelte",
"kind": "bounds_subject"
}
],
"incomingEdges": []
}