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

scope-boundary:zig.scope

Structured · live

scope-boundary:zig.scope json

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

File · sourceref-scope/scope-boundaries/scope-boundaries-languages.yamlCluster · sourceref-scope
Record JSON
{
  "id": "scope-boundary:zig.scope",
  "_kind": "ScopeBoundary",
  "_file": "sourceref-scope/scope-boundaries/scope-boundaries-languages.yaml",
  "_cluster": "sourceref-scope",
  "attributes": {
    "subjectId": "language:zig",
    "inScope": "Systems programming with explicit memory management, no hidden\ncontrol flow, comptime metaprogramming, and easy C interop. Strong\nfit for compilers, allocators, and rewriting C with safer ergonomics.\n",
    "outOfScope": "Pre-1.0 stability sensitivity (language is still evolving),\nhigh-level application code, and any domain expecting a mature\npackage ecosystem.\n",
    "outOfScopeReasonIds": [
      "out-of-scope-reason:future-phase"
    ]
  },
  "outgoingEdges": [
    {
      "from": "scope-boundary:zig.scope",
      "to": "language:zig",
      "kind": "bounds_subject"
    },
    {
      "from": "scope-boundary:zig.scope",
      "to": "out-of-scope-reason:future-phase",
      "kind": "has_out_of_scope_reason"
    }
  ],
  "incomingEdges": []
}