MCPcopy
hub / github.com/letta-ai/claude-subconscious / HookInput

Interface HookInput

scripts/pretool_sync.ts:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37interface HookInput {
38 session_id: string;
39 cwd: string;
40 hook_event_name: string;
41 tool_name?: string;
42}
43
44interface MemoryBlock {
45 label: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected