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

scope-boundary:flask.scope

Structured · live

scope-boundary:flask.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:flask.scope",
  "_kind": "ScopeBoundary",
  "_file": "sourceref-scope/scope-boundaries/scope-boundaries-frameworks.yaml",
  "_cluster": "sourceref-scope",
  "attributes": {
    "subjectId": "framework:flask",
    "inScope": "Minimal Python WSGI microframework — choose your own ORM, auth,\nforms. Best for small APIs, internal apps, and teams that want\nfull control over the stack.\n",
    "outOfScope": "Highly async / streaming workloads (Flask is sync at heart;\nuse Quart or FastAPI), and apps that would benefit from\nDjango's batteries.\n",
    "outOfScopeReasonIds": [
      "out-of-scope-reason:implementation-detail"
    ]
  },
  "outgoingEdges": [
    {
      "from": "scope-boundary:flask.scope",
      "to": "framework:flask",
      "kind": "bounds_subject"
    }
  ],
  "incomingEdges": []
}