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