iiRecord
Agentic AI Atlas · scope-boundary:react-tdd.scope
scope-boundary:react-tdd.scopea5c.ai
II.
ScopeBoundary JSON

scope-boundary:react-tdd.scope

Structured · live

scope-boundary:react-tdd.scope json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · sourceref-scope/scope-boundaries/example-skill.yamlCluster · sourceref-scope
Record JSON
{
  "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": []
}