(&self)
| 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 |
no outgoing calls