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

Method hook_verbs

atomic-agent/src/hooks/opencode.rs:620–629  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

618 }
619
620 fn hook_verbs(&self) -> Vec<&str> {
621 vec![
622 "session-start",
623 "session-end",
624 "user-prompt",
625 "stop",
626 "before-tool",
627 "after-tool",
628 ]
629 }
630}
631
632// Helper: generate short pseudo-UUID for fallback session IDs

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36