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

scope-boundary:lua.scope

Structured · live

scope-boundary:lua.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:lua.scope",
  "_kind": "ScopeBoundary",
  "_file": "sourceref-scope/scope-boundaries/scope-boundaries-languages.yaml",
  "_cluster": "sourceref-scope",
  "attributes": {
    "subjectId": "language:lua",
    "inScope": "Embedded scripting inside larger C/C++ hosts (Neovim, Redis, Nginx\nvia OpenResty, Roblox, World of Warcraft), small DSLs, and game\nmodding. Tiny interpreter, easy to embed.\n",
    "outOfScope": "Standalone large applications, ML/data, and contexts that need a\nrich standard library.\n",
    "outOfScopeReasonIds": [
      "out-of-scope-reason:implementation-detail"
    ]
  },
  "outgoingEdges": [
    {
      "from": "scope-boundary:lua.scope",
      "to": "language:lua",
      "kind": "bounds_subject"
    },
    {
      "from": "scope-boundary:lua.scope",
      "to": "out-of-scope-reason:implementation-detail",
      "kind": "has_out_of_scope_reason"
    }
  ],
  "incomingEdges": []
}