II.
ScopeBoundary JSON
Structured · livescope-boundary:ruby.scope
scope-boundary:ruby.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:ruby.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/scope-boundaries-languages.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "language:ruby",
"inScope": "Web backends with Rails, infrastructure DSLs (Chef, Puppet, Vagrant),\nscripting, and developer tooling where expressiveness wins over\nraw throughput.\n",
"outOfScope": "CPU-bound numerical work, latency-critical services without YJIT\ntuning, and resource-constrained embedded targets.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:implementation-detail"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:ruby.scope",
"to": "language:ruby",
"kind": "bounds_subject"
},
{
"from": "scope-boundary:ruby.scope",
"to": "out-of-scope-reason:implementation-detail",
"kind": "has_out_of_scope_reason"
}
],
"incomingEdges": []
}