(&self, hook_type: HookType, input: &[u8])
| 203 | } |
| 204 | |
| 205 | fn parse_event(&self, hook_type: HookType, input: &[u8]) -> AgentResult<TurnEvent> { |
| 206 | parse::parse_hook_event(self, hook_type, input) |
| 207 | } |
| 208 | |
| 209 | fn install(&self, repo_root: &Path) -> AgentResult<usize> { |
| 210 | let settings_path = Self::settings_path(repo_root); |