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

scope-boundary:gin.scope

Structured · live

scope-boundary:gin.scope json

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

File · sourceref-scope/scope-boundaries/scope-boundaries-frameworks.yamlCluster · sourceref-scope
Record JSON
{
  "id": "scope-boundary:gin.scope",
  "_kind": "ScopeBoundary",
  "_file": "sourceref-scope/scope-boundaries/scope-boundaries-frameworks.yaml",
  "_cluster": "sourceref-scope",
  "attributes": {
    "subjectId": "framework:gin",
    "inScope": "Lightweight Go HTTP framework with middleware, routing, and\nJSON binding. Strong fit for typed REST APIs and gRPC-gateway\nfronts.\n",
    "outOfScope": "Real-time pub/sub heavy services (consider nats / native\nhandlers), and ecosystems demanding Go's net/http standard\npattern.\n",
    "outOfScopeReasonIds": [
      "out-of-scope-reason:implementation-detail"
    ]
  },
  "outgoingEdges": [
    {
      "from": "scope-boundary:gin.scope",
      "to": "framework:gin",
      "kind": "bounds_subject"
    },
    {
      "from": "scope-boundary:gin.scope",
      "to": "out-of-scope-reason:implementation-detail",
      "kind": "has_out_of_scope_reason"
    }
  ],
  "incomingEdges": []
}