II.
ScopeBoundary JSON
Structured · livescope-boundary:blueprint-adr.scope
scope-boundary:blueprint-adr.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:blueprint-adr.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/blueprint-adr.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "blueprint:adr",
"inScope": "Authoring an Architecture Decision Record from a problem statement —\ncontext, options considered, decision, and consequences. Produces\na markdown ADR file under docs/adr/ with sequential numbering.\n",
"outOfScope": "Implementation of the chosen option (delegated to system-design /\ncode-review), decision auditing / governance workflows, multi-\ndocument architectural narratives (use a separate design-doc\nblueprint), and post-decision monitoring.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:future-phase",
"out-of-scope-reason:implementation-detail"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:blueprint-adr.scope",
"to": "blueprint:adr",
"kind": "bounds_subject"
},
{
"from": "scope-boundary:blueprint-adr.scope",
"to": "out-of-scope-reason:future-phase",
"kind": "has_out_of_scope_reason"
},
{
"from": "scope-boundary:blueprint-adr.scope",
"to": "out-of-scope-reason:implementation-detail",
"kind": "has_out_of_scope_reason"
}
],
"incomingEdges": []
}