@misterhuydo/sentinel 1.0.57 → 1.0.58
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/.cairn/session.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"message": "Auto-checkpoint at 2026-03-22T14:
|
|
3
|
-
"checkpoint_at": "2026-03-22T14:
|
|
2
|
+
"message": "Auto-checkpoint at 2026-03-22T14:28:09.441Z",
|
|
3
|
+
"checkpoint_at": "2026-03-22T14:28:09.442Z",
|
|
4
4
|
"active_files": [],
|
|
5
5
|
"notes": [],
|
|
6
6
|
"mtime_snapshot": {}
|
package/package.json
CHANGED
|
@@ -138,6 +138,7 @@ Don't pad responses. Don't say "Great question!" or "Certainly!".
|
|
|
138
138
|
If you don't know something, use a tool to find out before saying you don't know.
|
|
139
139
|
|
|
140
140
|
When the engineer's request is fully handled, end your LAST message with the token: [DONE]
|
|
141
|
+
Always write at least one sentence of actual reply before [DONE] — never send [DONE] alone.
|
|
141
142
|
If you need a follow-up from them, do NOT include [DONE] — wait for their next message.
|
|
142
143
|
"""
|
|
143
144
|
|
|
@@ -291,7 +291,7 @@ async def _dispatch(event: dict, client, cfg_loader, store) -> None:
|
|
|
291
291
|
text = _strip_mention(event.get("text", "")).strip()
|
|
292
292
|
|
|
293
293
|
if not text:
|
|
294
|
-
|
|
294
|
+
text = "hello"
|
|
295
295
|
|
|
296
296
|
# Allowlist check — if SLACK_ALLOWED_USERS is configured, silently ignore everyone else
|
|
297
297
|
allowed = cfg_loader.sentinel.slack_allowed_users
|