MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / hook_verbs

Method hook_verbs

atomic-agent/src/hooks/claude_code/mod.rs:297–308  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

295 }
296
297 fn hook_verbs(&self) -> Vec<&str> {
298 vec![
299 "session-start",
300 "session-end",
301 "stop",
302 "user-prompt-submit",
303 "pre-task",
304 "post-task",
305 "post-todo",
306 "post-tool",
307 ]
308 }
309}
310
311// ============================================================================

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36