II.
HookSurface JSON
Structured · livehook-surface:claude.instructions-loaded
InstructionsLoaded (Claude Code) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "hook-surface:claude.instructions-loaded",
"_kind": "HookSurface",
"_file": "channels-hooks/hook-surfaces/native/claude-code-extended-hooks.yaml",
"_cluster": "channels-hooks",
"attributes": {
"eventName": "InstructionsLoaded (Claude Code)",
"displayName": "InstructionsLoaded (Claude Code)",
"kind": "native",
"originVendor": "Anthropic",
"direction": "post",
"blocking": false,
"family": "observer",
"payloadSchema": {
"type": "object",
"required": [
"hook_event_name",
"file_path",
"memory_type",
"load_reason"
],
"properties": {
"hook_event_name": {
"type": "string",
"const": "InstructionsLoaded"
},
"file_path": {
"type": "string"
},
"memory_type": {
"type": "string",
"enum": [
"User",
"Project",
"Local",
"Managed"
]
},
"load_reason": {
"type": "string",
"enum": [
"session_start",
"nested_traversal",
"path_glob_match",
"include",
"compact"
]
},
"globs": {
"type": "array",
"items": {
"type": "string"
}
},
"trigger_file_path": {
"type": "string"
},
"parent_file_path": {
"type": "string"
}
}
},
"description": "Fires when a CLAUDE.md or .claude/rules/*.md file is loaded into\ncontext. Observer-only. Used for memory / context-load telemetry +\naudit trail of what shaped the agent's instructions for a given turn.\nMatchable by load_reason.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "hook-surface:claude.instructions-loaded",
"kind": "exposes",
"attributes": {}
},
{
"from": "hook-mapping:claude-instructions-loaded",
"to": "hook-surface:claude.instructions-loaded",
"kind": "maps_hook",
"attributes": {}
}
]
}