on_step (OpenCode)
hook-surface:opencode.on-step
HookSurfacechannels-hooks/hook-surfaces/native/opencode-on-step.yaml·Open in Graph → {
"id": "hook-surface:opencode.on-step",
"_kind": "HookSurface",
"_file": "channels-hooks/hook-surfaces/native/opencode-on-step.yaml",
"_cluster": "channels-hooks",
"attributes": {
"eventName": "on_step (OpenCode)",
"displayName": "on_step (OpenCode)",
"kind": "native",
"originVendor": "OpenCode",
"direction": "post",
"blocking": false,
"family": "shell-hook",
"payloadSchema": {
"type": "object",
"required": [
"step"
],
"properties": {
"step": {
"type": "object"
}
}
},
"description": "OpenCode's per-step hook. Fires once per agent loop iteration.\nCanonicalizes to post-tool-use for cross-product policies.\n"
},
"outgoingEdges": [
{
"from": "hook-surface:opencode.on-step",
"to": "hook-surface:post-tool-use",
"kind": "canonicalized_to",
"attributes": {}
}
],
"incomingEdges": []
}