iiRecord
Agentic AI Atlas · OpenCode shell-env (native)
hook-surface:opencode.shell-enva5c.ai
II.
HookSurface JSON

hook-surface:opencode.shell-env

Structured · live

OpenCode shell-env (native) json

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

File · channels-hooks/hook-surfaces/canonical/lifecycle-and-native-stubs.yamlCluster · channels-hooks
Record JSON
{
  "id": "hook-surface:opencode.shell-env",
  "_kind": "HookSurface",
  "_file": "channels-hooks/hook-surfaces/canonical/lifecycle-and-native-stubs.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "eventName": "OpenCode shell-env (native)",
    "displayName": "OpenCode shell-env (native)",
    "kind": "native",
    "originVendor": "SST",
    "direction": "event",
    "blocking": false,
    "family": "shell-hook",
    "payloadSchema": {
      "type": "object",
      "properties": {
        "session_id": {
          "type": "string"
        },
        "env": {
          "type": "object",
          "description": "Map of env vars exposed to shell tools."
        }
      }
    },
    "description": "OpenCode's shell-env hook."
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:opencode.runtime@1.x",
      "to": "hook-surface:opencode.shell-env",
      "kind": "exposes",
      "attributes": {}
    },
    {
      "from": "hook-mapping:opencode-shell-env",
      "to": "hook-surface:opencode.shell-env",
      "kind": "maps_hook",
      "attributes": {}
    }
  ]
}