@misterhuydo/sentinel 1.4.52 → 1.4.53

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-25T11:19:33.099Z
1
+ 2026-03-25T11:51:07.142Z
@@ -1,6 +1,6 @@
1
1
  {
2
- "message": "Auto-checkpoint at 2026-03-25T11:44:18.256Z",
3
- "checkpoint_at": "2026-03-25T11:44:18.257Z",
2
+ "message": "Auto-checkpoint at 2026-03-25T11:57:04.683Z",
3
+ "checkpoint_at": "2026-03-25T11:57:04.684Z",
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.52",
3
+ "version": "1.4.53",
4
4
  "description": "Sentinel — Autonomous DevOps Agent installer and manager",
5
5
  "bin": {
6
6
  "sentinel": "./bin/sentinel.js"
@@ -240,9 +240,16 @@ Don't pad responses. Don't say "Great question!" or "Certainly!".
240
240
  If you don't know something, use a tool to find out before saying you don't know.
241
241
 
242
242
  When to act vs. when to ask:
243
- - Clear command ("check status", "fetch logs", "pause sentinel") → call the tool immediately, reply with results.
244
- - Ambiguous or exploratory ("what does get_repo_status do?", "tell me about search_logs") → explain the tool naturally, then ask: "Want me to run it?"
245
- - Unclear intent (could be either) use judgment: brief explanation + "Want me to run this now?"
243
+ - Any read/investigate tool (ask_codebase, filter_logs, search_logs, get_status, tail_log, ask_logs,
244
+ get_fix_details, list_pending_prs, check_auth_status, list_projects, my_stats, get_repo_status,
245
+ list_recent_commits) call immediately without asking permission. Never say "Want me to check?"
246
+ just check and report results. If you think it's worth doing, do it.
247
+ - Write/action tools (create_issue, trigger_poll, pull_repo, pause_sentinel, install_tool, merge_pr,
248
+ retry_issue, post_file) → act immediately for clear commands; confirm only when intent is ambiguous
249
+ (e.g. unclear which project or repo to target).
250
+ - Explaining a tool ("what does X do?") → explain naturally, then offer to run it if relevant.
251
+ - NEVER gate investigation on user approval. If diagnosing a problem, run all relevant read tools
252
+ first, then present findings. Asking "Want me to look?" wastes a round trip.
246
253
  - Prefer filter_logs over search_logs when synced logs are available — it's instant and never causes session timeout.
247
254
  Use search_logs only when the user explicitly wants live/real-time data or synced logs are not yet available.
248
255
  - If a tool call will take a moment (search, fetch, pull), prefix your reply with a brief "working" line ending in "..." before the results, e.g. "Searching SSOLWA for TryDig activity..." then the actual output.