@misterhuydo/sentinel 1.5.55 → 1.5.56
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/.hint-lock
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2026-04-
|
|
1
|
+
2026-04-21T07:25:38.460Z
|
package/.cairn/session.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"message": "Auto-checkpoint at 2026-04-
|
|
3
|
-
"checkpoint_at": "2026-04-
|
|
2
|
+
"message": "Auto-checkpoint at 2026-04-21T07:26:06.811Z",
|
|
3
|
+
"checkpoint_at": "2026-04-21T07:26:06.813Z",
|
|
4
4
|
"active_files": [
|
|
5
5
|
"J:\\Projects\\Sentinel\\cli\\bin\\sentinel.js",
|
|
6
6
|
"J:\\Projects\\Sentinel\\cli\\lib\\test.js",
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.5.
|
|
1
|
+
__version__ = "1.5.56"
|
|
@@ -1350,6 +1350,9 @@ _TOOLS = [
|
|
|
1350
1350
|
"Allowed tools: fetch_logs, filter_logs, get_status, ask_logs, list_recent_commits, check_health. "
|
|
1351
1351
|
"Boss calculates stop_at from phrases like 'within 2 hours' / 'for 30 minutes' using "
|
|
1352
1352
|
"the current UTC time in the system prompt. "
|
|
1353
|
+
"IMPORTANT: ALWAYS call list_monitors FIRST to get the live DB state before calling "
|
|
1354
|
+
"this tool — never infer active monitors from conversation history, as finished monitors "
|
|
1355
|
+
"are deleted and context window state will be stale. "
|
|
1353
1356
|
"Examples: 'fetch SSOLWA logs filtered by provision/phone every 5 min for 2 hours', "
|
|
1354
1357
|
"'check STS health every 10 min until I say stop', 'get status every hour for 3 times'."
|
|
1355
1358
|
),
|