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