II.
ScopeBoundary JSON
Structured · livescope-boundary:subagent-explorer.scope
scope-boundary:subagent-explorer.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:subagent-explorer.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/subagent-explorer.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "subagent:explorer",
"inScope": "Open-ended codebase exploration — search, read, and summarize unfamiliar code to answer architectural questions or build context for downstream agents.\n",
"outOfScope": "Implementing changes, applying edits, running tests, and adjudicating PR quality (use code-reviewer subagent).\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:runtime-only",
"out-of-scope-reason:implementation-detail"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:subagent-explorer.scope",
"to": "subagent:explorer",
"kind": "bounds_subject"
},
{
"from": "scope-boundary:subagent-explorer.scope",
"to": "out-of-scope-reason:runtime-only",
"kind": "has_out_of_scope_reason"
},
{
"from": "scope-boundary:subagent-explorer.scope",
"to": "out-of-scope-reason:implementation-detail",
"kind": "has_out_of_scope_reason"
}
],
"incomingEdges": []
}