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

Method hook_verbs

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

Source from the content-addressed store, hash-verified

1037 }
1038
1039 fn hook_verbs(&self) -> Vec<&str> {
1040 vec!["pre-invocation", "stop", "post-tool-use"]
1041 }
1042
1043 fn stdout_response(&self, _hook_type: HookType) -> Option<&'static str> {
1044 // 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