iiRecord
Agentic AI Atlas · GitHub Codespaces workspace
workspace:github-codespacesa5c.ai
II.
Workspace JSON

workspace:github-codespaces

Structured · live

GitHub Codespaces workspace json

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

File · lifecycle/workspaces/example-workspace-codespace.yamlCluster · lifecycle
Record JSON
{
  "id": "workspace:github-codespaces",
  "_kind": "Workspace",
  "_file": "lifecycle/workspaces/example-workspace-codespace.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "displayName": "GitHub Codespaces workspace",
    "rootPath": "/workspaces/<repo>",
    "description": "Cloud-hosted VS Code workspace. Storage is a container volume managed\nby the Codespaces backend; per-file encryption is provided by the\nunderlying Azure storage; the IDE owns indexing.\n",
    "materialization": "clone",
    "storageBackend": "container-volume",
    "encryptionAtRest": "per-file-encrypted",
    "indexingState": "indexing",
    "gitHooksInstalled": [],
    "agentArtifactsScope": "inside-workspace",
    "multiTenantPolicy": "single-user"
  },
  "outgoingEdges": [
    {
      "from": "workspace:github-codespaces",
      "to": "layer:7-workspace",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "workspace:github-codespaces",
      "to": "execution:codespaces-container",
      "kind": "runs_via",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}