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

Method hook_verbs

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

Source from the content-addressed store, hash-verified

585 }
586
587 fn hook_verbs(&self) -> Vec<&str> {
588 vec![
589 "session-start",
590 "session-end",
591 "user-prompt",
592 "stop",
593 "before-tool",
594 "after-tool",
595 ]
596 }
597}
598
599// 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