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

Method hook_verbs

atomic-agent/src/hooks/agy.rs:354–356  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

352 }
353
354 fn hook_verbs(&self) -> Vec<&str> {
355 vec!["pre-invocation", "stop", "post-tool-use"]
356 }
357
358 fn stdout_response(&self, _hook_type: HookType) -> Option<&'static str> {
359 // Antigravity reads a JSON object from hook stdout. `{}` satisfies

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36