II.
ScopeBoundary JSON
Structured · livescope-boundary:c.scope
scope-boundary:c.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:c.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/scope-boundaries-languages.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "language:c",
"inScope": "Operating systems, kernels, embedded firmware, performance-critical\nlibraries (codecs, crypto), interpreter cores, and any environment\nthat needs a thin portable abstraction over hardware.\n",
"outOfScope": "Application-level code where memory-safety bugs cost more than the\nperf wins (use Rust or Go), and projects with junior teams without\nsecure-coding discipline.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:future-phase"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:c.scope",
"to": "language:c",
"kind": "bounds_subject"
}
],
"incomingEdges": []
}