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

scope-boundary:go.scope

Structured · live

scope-boundary:go.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:go.scope",
  "_kind": "ScopeBoundary",
  "_file": "sourceref-scope/scope-boundaries/scope-boundaries-languages.yaml",
  "_cluster": "sourceref-scope",
  "attributes": {
    "subjectId": "language:go",
    "inScope": "Cloud-native backends, network services, CLIs, and devops tooling\n(Kubernetes, Docker, Terraform are all Go). Sweet spot: small static\nbinaries, fast compile, simple concurrency via goroutines.\n",
    "outOfScope": "Heavy generic-programming or DSL workloads, GUI apps, ML training,\nand domains that need sum types / pattern matching idiomatically.\n",
    "outOfScopeReasonIds": [
      "out-of-scope-reason:implementation-detail"
    ]
  },
  "outgoingEdges": [
    {
      "from": "scope-boundary:go.scope",
      "to": "language:go",
      "kind": "bounds_subject"
    },
    {
      "from": "scope-boundary:go.scope",
      "to": "out-of-scope-reason:implementation-detail",
      "kind": "has_out_of_scope_reason"
    }
  ],
  "incomingEdges": []
}