slack-term 1.22.0 → 1.23.0
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/SKILL.md +5 -0
- package/dist/cli.js +72 -72
- package/package.json +1 -1
- package/ts/cli.ts +64 -2
package/SKILL.md
CHANGED
|
@@ -95,6 +95,11 @@ When the target is a **thread**, the confirm preview shows the thread's recent m
|
|
|
95
95
|
(not the channel's last message) and prints `⚠ possible duplicate: …` if your text is
|
|
96
96
|
near-identical to an existing reply — so you can avoid re-posting something already said.
|
|
97
97
|
|
|
98
|
+
`send` also warns (non-blocking) when the destination's most recent message is your own
|
|
99
|
+
and no one has replied since — `⚠ 相手はまだ返信していません…`, suggesting `slack edit`
|
|
100
|
+
on that message instead of piling on a new one. Reply-status based, not time-based; opt
|
|
101
|
+
out with `SLACK_UNREPLIED_WARN=0`.
|
|
102
|
+
|
|
98
103
|
**Etiquette:** prefer a `react` over a reply for simple acks (了解 → `eyes`, 完了 →
|
|
99
104
|
`white_check_mark`, 処理中 → `hourglass`) so threads stay short; read the thread with
|
|
100
105
|
`slack thread`/`slack read` before replying to avoid duplicates; consolidate multiple
|