@misterhuydo/sentinel 1.0.47 → 1.0.48

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "message": "Auto-checkpoint at 2026-03-22T05:48:46.579Z",
3
- "checkpoint_at": "2026-03-22T05:48:46.580Z",
2
+ "message": "Auto-checkpoint at 2026-03-22T05:57:18.189Z",
3
+ "checkpoint_at": "2026-03-22T05:57:18.190Z",
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.47",
3
+ "version": "1.0.48",
4
4
  "description": "Sentinel — Autonomous DevOps Agent installer and manager",
5
5
  "bin": {
6
6
  "sentinel": "./bin/sentinel.js"
@@ -13,8 +13,10 @@ MAILS=you@yourdomain.com
13
13
  SEND_HEALTH=disabled
14
14
  REPORT_INTERVAL_HOURS=1
15
15
 
16
- # GitHub token for opening PRs (required when AUTO_PUBLISH=false)
17
- GITHUB_TOKEN=<github-pat>
16
+ # GitHub token for opening PRs (when AUTO_PUBLISH=false).
17
+ # Usually set once in the workspace sentinel.properties and shared across all projects.
18
+ # Uncomment here only if this project needs a different token.
19
+ # GITHUB_TOKEN=<github-pat>
18
20
 
19
21
  # State DB and workspace paths (relative to this project dir)
20
22
  STATE_DB=./sentinel.db
@@ -10,6 +10,10 @@ SMTP_PORT=587
10
10
  SMTP_USER=sentinel@yourdomain.com
11
11
  SMTP_PASSWORD=<app-password>
12
12
 
13
+ # GitHub token for opening PRs (when AUTO_PUBLISH=false).
14
+ # Shared across all projects — override per-project in config/sentinel.properties if needed.
15
+ GITHUB_TOKEN=<github-pat>
16
+
13
17
  # Fix confidence threshold (0.0 - 1.0)
14
18
  FIX_CONFIDENCE_THRESHOLD=0.7
15
19