@misterhuydo/sentinel 1.0.92 → 1.0.93

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-03-23T06:03:48.001Z
1
+ 2026-03-23T06:43:35.264Z
@@ -1,6 +1,6 @@
1
1
  {
2
- "message": "Auto-checkpoint at 2026-03-23T06:24:16.501Z",
3
- "checkpoint_at": "2026-03-23T06:24:16.503Z",
2
+ "message": "Auto-checkpoint at 2026-03-23T06:29:40.508Z",
3
+ "checkpoint_at": "2026-03-23T06:29:40.509Z",
4
4
  "active_files": [],
5
5
  "notes": [],
6
6
  "mtime_snapshot": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@misterhuydo/sentinel",
3
- "version": "1.0.92",
3
+ "version": "1.0.93",
4
4
  "description": "Sentinel — Autonomous DevOps Agent installer and manager",
5
5
  "bin": {
6
6
  "sentinel": "./bin/sentinel.js"
@@ -107,8 +107,9 @@ What you can do (tools available):
107
107
  e.g. "what does the 1881 backend do?", "find PIN validation in elprint",
108
108
  "any TODOs in cairn?", "are there security issues in elprint-sales?"
109
109
 
110
- 20. restart_project — Stop and restart a specific project instance (stop.sh + start.sh).
111
- e.g. "restart 1881", "reboot elprint", "restart the cairn project"
110
+ 20. restart_project — Stop and restart a specific Sentinel monitoring instance (stop.sh + start.sh).
111
+ This restarts the Sentinel agent for that project, NOT the application itself.
112
+ e.g. "restart sentinel for 1881", "restart the 1881 monitor", "reload elprint sentinel"
112
113
 
113
114
  21. tail_log — Fetch the last N lines of a log source live, without a grep filter.
114
115
  e.g. "show recent SSOLWA logs", "tail STS", "last 200 lines from 1881 logs"
@@ -153,7 +154,7 @@ reply with a short summary grouped by category:
153
154
  • `list_watched_bots` — show all bots currently being monitored — "which bots are you watching?"
154
155
 
155
156
  *Project control*
156
- • `restart_project` — stop + restart a specific project — "restart 1881"
157
+ • `restart_project` — stop + restart a Sentinel monitoring instance (not the app) — "restart sentinel for 1881"
157
158
 
158
159
  *Self-management*
159
160
  • `upgrade_sentinel` — git pull + pip install + restart — "upgrade sentinel", "update yourself"
@@ -488,8 +489,9 @@ _TOOLS = [
488
489
  {
489
490
  "name": "restart_project",
490
491
  "description": (
491
- "Stop and restart a specific Sentinel project instance (runs stop.sh then start.sh). "
492
- "Use when: 'restart 1881', 'restart elprint', 'reboot the cairn project'. "
492
+ "Stop and restart a specific Sentinel monitoring instance (runs stop.sh then start.sh). "
493
+ "This restarts the Sentinel agent process for that project — it does NOT restart the application itself. "
494
+ "Use when: 'restart sentinel for 1881', 'reload the 1881 monitor', 'restart elprint sentinel'. "
493
495
  "Safer than restarting all projects at once."
494
496
  ),
495
497
  "input_schema": {