(&self)
| 445 | } |
| 446 | |
| 447 | fn hook_verbs(&self) -> Vec<&str> { |
| 448 | vec![ |
| 449 | "task-start", |
| 450 | "task-resume", |
| 451 | "task-complete", |
| 452 | "task-cancel", |
| 453 | "user-prompt", |
| 454 | "post-tool", |
| 455 | "pre-tool", |
| 456 | ] |
| 457 | } |
| 458 | } |
| 459 | |
| 460 | // ============================================================================= |
no outgoing calls