From 7941618b74a14df29c48304a4162fce59d4499ec Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 14 Mar 2026 12:55:48 -0500 Subject: fix(slack): add error visibility to notification handler Websocket library silently swallows callback errors via condition-case. Wrap cj/slack-notify in condition-case to surface errors in *Messages*. Add cj/slack-test-notify command for pipeline verification. --- assets/abbrev_defs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'assets/abbrev_defs') diff --git a/assets/abbrev_defs b/assets/abbrev_defs index 58168472..47a2685b 100644 --- a/assets/abbrev_defs +++ b/assets/abbrev_defs @@ -15,6 +15,7 @@ ("accomoplished" "accomplished" nil :count 0) ("acerage" "acreage" nil :count 0) ("acheive" "achieve" nil :count 0) + ("acknowledgement" "an" nil :count 0) ("acknowledment" "acknowledgment" nil :count 0) ("acknowlege" "acknowledge" nil :count 0) ("acommodate" "accommodate" nil :count 0) @@ -214,7 +215,7 @@ ("higeine" "hygiene" nil :count 0) ("hipocrit" "hypocrite" nil :count 0) ("horozontal" "horizontal" nil :count 0) - ("horus" "hours" nil :count 0) + ("horus" "hours" nil :count 1) ("hospiralization" "hospitalization" nil :count 0) ("hrie" "hire" nil :count 0) ("htey" "they" nil :count 3) @@ -446,7 +447,7 @@ ("withdrawls" "withdrawals" nil :count 0) ("withold" "withhold" nil :count 0) ("workign" "working" nil :count 3) - ("woudl" "would" nil :count 1) + ("woudl" "would" nil :count 2) ("wouldln't" "wouldn't" nil :count 0) )) -- cgit v1.2.3