diff --git a/.huskies/source-map.json b/.huskies/source-map.json index 11ffd3dc..67e91a76 100644 --- a/.huskies/source-map.json +++ b/.huskies/source-map.json @@ -2801,9 +2801,10 @@ "const RATE_LIMIT_DEBOUNCE", "const STAGE_TRANSITION_DEBOUNCE", "const AGENT_EVENT_DEBOUNCE", + "const NEW_ITEM_COALESCE_WINDOW", "fn should_send_rate_limit" ], - "server/src/service/notifications/format.rs": [ + "server/src/service/notifications/format/mod.rs": [ "fn stage_display_name", "fn format_stage_notification", "fn format_error_notification", @@ -2813,13 +2814,17 @@ "fn format_oauth_accounts_exhausted", "fn format_agent_started_notification", "fn format_agent_completed_notification", + "struct NewItemInfo", "fn format_new_item_notification", + "fn format_new_items_notification", "fn format_merge_auto_retry_notification", "fn format_disk_warning_notification", "fn format_disk_recovery_notification", + "fn project_display_name", "const MERGE_FAILURE_TAIL_LINES", "fn truncate_gate_output" ], + "server/src/service/notifications/format/tests.rs": [], "server/src/service/notifications/io/listener.rs": [ "fn spawn_notification_listener" ],