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

Method hook_verbs

atomic-agent/src/hooks/kiro.rs:393–401  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

391 }
392
393 fn hook_verbs(&self) -> Vec<&str> {
394 vec![
395 "prompt-submit",
396 "agent-stop",
397 "pre-tool-use",
398 "post-tool-use",
399 "post-task",
400 ]
401 }
402}
403
404// ---------------------------------------------------------------------------

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36