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

Method hook_verbs

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

Source from the content-addressed store, hash-verified

613 }
614
615 fn hook_verbs(&self) -> Vec<&str> {
616 vec![
617 "session-start",
618 "session-end",
619 "user-prompt",
620 "stop",
621 "before-tool",
622 "after-tool",
623 ]
624 }
625}
626
627// 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