(&self)
| 377 | } |
| 378 | |
| 379 | fn supported_hooks(&self) -> Vec<HookType> { |
| 380 | vec![ |
| 381 | HookType::TurnStart, |
| 382 | HookType::TurnEnd, |
| 383 | HookType::PreToolUse, |
| 384 | HookType::PostToolUse, |
| 385 | ] |
| 386 | } |
| 387 | |
| 388 | fn detect_presence(&self, repo_root: &Path) -> bool { |
| 389 | // Kiro is present if the .kiro directory exists |
no outgoing calls