II.
ScopeBoundary JSON
Structured · livescope-boundary:react-tdd.scope
scope-boundary:react-tdd.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:react-tdd.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/example-skill.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"outOfScopeReasonIds": [
"out-of-scope-reason:implementation-detail",
"out-of-scope-reason:future-phase"
],
"subjectId": "skill:react-tdd",
"inScope": "React 18+ function components with hooks, written in TypeScript,\ntested with Jest + React Testing Library.\n",
"outOfScope": "React Native, server components, class components, non-Jest test\nrunners (Vitest, Mocha).\n"
},
"outgoingEdges": [
{
"from": "scope-boundary:react-tdd.scope",
"to": "skill:react-tdd",
"kind": "bounds_subject"
}
],
"incomingEdges": []
}