II.
ScopeBoundary JSON
Structured · livescope-boundary:codex.scope
scope-boundary:codex.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:codex.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/codex.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "agent:codex",
"inScope": "Developer terminal coding workflows targeting OpenAI o-series models.\nLocal file editing, shell command execution, and headless runs\nsuitable for scripted automation.\n",
"outOfScope": "Production runtime, multi-tenant hosting, CI without explicit\n--quiet / --json setup, browser-only environments, and tasks that\nrequire non-OpenAI model routing through the same harness.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:runtime-only",
"out-of-scope-reason:future-phase"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:codex.scope",
"to": "agent:codex",
"kind": "bounds_subject"
}
],
"incomingEdges": []
}