@circlesac/holla 26.3.11 → 26.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -42,5 +42,5 @@
42
42
  "test": "vitest run"
43
43
  },
44
44
  "type": "module",
45
- "version": "26.3.11"
45
+ "version": "26.3.13"
46
46
  }
@@ -187,3 +187,11 @@ holla slack channels history --channel <ch> --limit 1 -w <ws> --json
187
187
  - **Deletions**: Confirm the message/reaction is actually gone
188
188
 
189
189
  Never assume a write action succeeded — always verify.
190
+
191
+ **After verification, always provide the permalink** so the user can check the result themselves:
192
+
193
+ ```bash
194
+ holla slack chat permalink --channel <ch> --ts <ts> -w <ws>
195
+ ```
196
+
197
+ Report the permalink URL back to the user along with the verification result.