iiRecord
Agentic AI Atlas · genty Platform (current) — composed agent-platform + plugin/skill registry
agent-platform-impl:genty.platform@currenta5c.ai
II.
AgentPlatformImpl JSON

agent-platform-impl:genty.platform@current

Structured · live

genty Platform (current) — composed agent-platform + plugin/skill registry json

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

File · agent-stack/platform-impls/genty-platform-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-platform-impl:genty.platform@current",
  "_kind": "AgentPlatformImpl",
  "_file": "agent-stack/platform-impls/genty-platform-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "genty Platform (current) — composed agent-platform + plugin/skill registry",
    "agentVersionId": "agent-version:genty@current",
    "packageRef": "source-ref:packages-genty",
    "subagentDefinitionFormat": "js-module-export",
    "nativeExtensionFormat": "babysitter-plugin",
    "nativeExtensionManifestPath": "plugin.json",
    "nativeExtensionsDirectoryPath": [
      "~/.claude/plugins/",
      ".claude/plugins/",
      "plugins/"
    ],
    "skillFormat": "anthropic-skill-md",
    "skillsDirectoryPath": [
      "~/.claude/skills/",
      ".claude/skills/",
      "skills/"
    ],
    "customSlashCommandsPath": [
      "commands/",
      ".claude/commands/"
    ],
    "subagentsDirectoryPath": [
      "agents/",
      ".claude/agents/"
    ],
    "hooksDirectoryOrConfigPath": [
      "hooks/",
      ".claude/hooks.json"
    ],
    "settingsFiles": [
      ".claude/settings.json",
      ".claude/settings.local.json"
    ],
    "marketplaceUrl": "https://github.com/a5c-ai/babysitter",
    "pluginRegistryPath": "~/.claude/plugins/registry.json",
    "capabilityProfileRegistry": false,
    "launchConfigRegistry": false,
    "platformIdentityStrategy": "delegated-to-harness",
    "updateChannelMechanism": "npm",
    "supportedChannelKinds": [
      "mcp-channel"
    ],
    "notes": "genty platform layer composes agent-platform's defineTask registry,\nplugin/skill/agent loader, and breakpoint policy engine. Inherits all\nagent-platform platform surfaces and adds barrel-export convenience for\ndownstream consumers.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent-platform-impl:genty.platform@current",
      "to": "layer:6-agent-platform",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:genty.platform@current",
      "to": "agent:genty",
      "kind": "composes",
      "attributes": {
        "role": "platform"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "presentation:genty-cli",
      "to": "agent-platform-impl:genty.platform@current",
      "kind": "bundled_with"
    },
    {
      "from": "agent-version:genty@current",
      "to": "agent-platform-impl:genty.platform@current",
      "kind": "composed_of",
      "attributes": {
        "role": "platform"
      }
    }
  ]
}