pub fn notify_phase_completed(
task_id: &str,
task_title: &str,
config: &WebhookConfig,
timestamp_rfc3339: &str,
context: WebhookContext,
)Expand description
Convenience function to send phase completed webhook.
pub fn notify_phase_completed(
task_id: &str,
task_title: &str,
config: &WebhookConfig,
timestamp_rfc3339: &str,
context: WebhookContext,
)Convenience function to send phase completed webhook.