iiRecord
Agentic AI Atlas · babysitter-codex
plugin:babysitter-codexa5c.ai
II.
Plugin JSON

plugin:babysitter-codex

Structured · live

babysitter-codex json

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

File · extensions/plugins/babysitter-platform-plugins.yamlCluster · extensions
Record JSON
{
  "id": "plugin:babysitter-codex",
  "_kind": "Plugin",
  "_file": "extensions/plugins/babysitter-platform-plugins.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "babysitter-codex",
    "vendor": "a5c-ai",
    "homepageUrl": "https://github.com/a5c-ai/babysitter-codex",
    "installFormats": [
      "npm",
      "local"
    ],
    "nativeFormat": "codex-extension",
    "portability": "native",
    "description": "Codex-native Babysitter plugin integration. It targets the Codex plugin\nsurface through plugin-target:codex and carries the Babysitter governance,\norchestration, hook, task-tool, and breakpoint-routing surfaces into Codex.\n"
  },
  "outgoingEdges": [
    {
      "from": "plugin:babysitter-codex",
      "to": "layer:14-governance",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "plugin:babysitter-codex",
      "to": "agent:codex",
      "kind": "installs_into",
      "attributes": {
        "installMethod": "npm"
      }
    },
    {
      "from": "plugin:babysitter-codex",
      "to": "extension-interface:governance",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "plugin:babysitter-codex",
      "to": "extension-interface:orchestration",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "plugin:babysitter-codex",
      "to": "source-ref:babysitter-codex-plugin",
      "kind": "sourced_from",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "plugin:babysitter-platform-plugin",
      "to": "plugin:babysitter-codex",
      "kind": "compiles_to",
      "attributes": {
        "host": "plugin-target:codex"
      }
    }
  ]
}