@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-
|
|
1
|
+
2026-03-25T13:53:46.873Z
|
package/.cairn/session.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"message": "Auto-checkpoint at 2026-03-
|
|
3
|
-
"checkpoint_at": "2026-03-
|
|
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
|
@@ -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
|
|
64
|
-
#
|
|
65
|
-
#
|
|
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
|