@misterhuydo/sentinel 1.4.59 → 1.4.60

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-25T12:30:48.361Z
1
+ 2026-03-25T13:53:46.873Z
@@ -1,6 +1,6 @@
1
1
  {
2
- "message": "Auto-checkpoint at 2026-03-25T12:25:21.116Z",
3
- "checkpoint_at": "2026-03-25T12:25:21.118Z",
2
+ "message": "Auto-checkpoint at 2026-03-25T13:52:47.919Z",
3
+ "checkpoint_at": "2026-03-25T13:52:47.921Z",
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.4.59",
3
+ "version": "1.4.60",
4
4
  "description": "Sentinel — Autonomous DevOps Agent installer and manager",
5
5
  "bin": {
6
6
  "sentinel": "./bin/sentinel.js"
@@ -60,8 +60,7 @@ WORKSPACE_DIR=./workspace
60
60
  # Comma-separated list of Slack bot IDs (starts with B, not U).
61
61
  # SLACK_WATCH_BOT_IDS=B12345678, B87654321
62
62
 
63
- # Boss conversation mode — controls how Boss handles off-topic requests (default: standard)
64
- # standard — professional DevOps agent; off-topic questions answered helpfully but concisely
65
- # strict — DevOps only; politely redirects off-topic requests (recommended for shared/enterprise workspaces)
66
- # fun — fully open; jokes, stories, SVGs, creative tasks — Boss engages enthusiastically
63
+ # Boss mode override overrides the workspace-level BOSS_MODE for this project only.
64
+ # Options: standard (default) | strict | fun
65
+ # See workspace sentinel.properties for full description.
67
66
  # BOSS_MODE=standard
@@ -90,3 +90,10 @@ SYNC_MAX_FILE_MB=200
90
90
  # list_all_errors, export_db
91
91
  # These are powerful operations — restrict to trusted team members.
92
92
  # SLACK_ADMIN_USERS=U123ABC
93
+ #
94
+ # Boss conversation mode — controls how Boss handles off-topic (non-DevOps) requests.
95
+ # standard — professional; off-topic questions answered helpfully but concisely (default)
96
+ # strict — DevOps only; off-topic politely declined (recommended for shared/enterprise workspaces)
97
+ # fun — fully open; jokes, stories, SVGs, creative tasks — Boss engages enthusiastically
98
+ # Can be overridden per-project in config/sentinel.properties.
99
+ # BOSS_MODE=standard