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

Method hook_verbs

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

Source from the content-addressed store, hash-verified

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

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36