iiRecord
Agentic AI Atlas · Babysitter Plugin Governance (current)
agent-governance-impl:babysitter-plugin.governance@currenta5c.ai
II.
AgentGovernanceImpl JSON

agent-governance-impl:babysitter-plugin.governance@current

Structured · live

Babysitter Plugin Governance (current) json

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

File · agent-stack/governance-impls/babysitter-plugin-governance-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-governance-impl:babysitter-plugin.governance@current",
  "_kind": "AgentGovernanceImpl",
  "_file": "agent-stack/governance-impls/babysitter-plugin-governance-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Babysitter Plugin Governance (current)",
    "agentVersionId": "agent-version:babysitter@current",
    "packageRef": "source-ref:babysitter-plugin",
    "componentKind": "plugin-governance",
    "governedSurfaces": [
      "babysitter-plugin manifests",
      "generated platform plugins",
      "harness stop hooks",
      "task-tool and breakpoint routing surfaces",
      "hook merge decisions",
      "installed skill and command bundles"
    ],
    "riskControls": [
      "plugin supply-chain provenance",
      "hook fanout and merge-policy enforcement",
      "permission escalation through generated plugin hooks",
      "prompt/harness intent fidelity",
      "non-interactive orchestration guardrails",
      "audit evidence for delegated runs"
    ],
    "evidenceProduced": [
      "plugin.json and generated manifest artifacts",
      "hooks.json and hook merge diagnostics",
      "run journal effect events",
      "task:post result records",
      "completion proof"
    ],
    "notes": "Babysitter plugin governance is the control component that makes a\nbabysitter plugin safe to install into concrete agent platforms. It governs\nplugin manifests, generated hook surfaces, skill entrypoints, task-tool\nrouting, breakpoint routing, and non-interactive orchestration policy. The\nsame governance component projects into concrete platform plugins such as\nbabysitter-codex and babysitter-claude through PluginTarget integration\nsurfaces.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent-governance-impl:babysitter-plugin.governance@current",
      "to": "layer:14-governance",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-governance-impl:babysitter-plugin.governance@current",
      "to": "agent:babysitter",
      "kind": "composes",
      "attributes": {
        "role": "governance"
      }
    },
    {
      "from": "agent-governance-impl:babysitter-plugin.governance@current",
      "to": "extension-interface:governance",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "agent-governance-impl:babysitter-plugin.governance@current",
      "to": "plugin-target:codex",
      "kind": "targets_plugin_surface",
      "attributes": {}
    },
    {
      "from": "agent-governance-impl:babysitter-plugin.governance@current",
      "to": "plugin-target:claude-code",
      "kind": "targets_plugin_surface",
      "attributes": {}
    },
    {
      "from": "agent-governance-impl:babysitter-plugin.governance@current",
      "to": "source-ref:babysitter-plugin",
      "kind": "depends_on",
      "attributes": {}
    },
    {
      "from": "agent-governance-impl:babysitter-plugin.governance@current",
      "to": "capability:supports-mcp",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=5.0.0",
        "level": "partial",
        "notes": "Governance spans MCP and hook surfaces when a platform plugin exposes them."
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:babysitter@current",
      "to": "agent-governance-impl:babysitter-plugin.governance@current",
      "kind": "composed_of",
      "attributes": {
        "role": "governance"
      }
    }
  ]
}