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