@misterhuydo/sentinel 1.0.25 → 1.0.26

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-21T19:50:26.796Z",
3
- "checkpoint_at": "2026-03-21T19:50:26.797Z",
2
+ "message": "Auto-checkpoint at 2026-03-21T20:00:24.443Z",
3
+ "checkpoint_at": "2026-03-21T20:00:24.444Z",
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.25",
3
+ "version": "1.0.26",
4
4
  "description": "Sentinel — Autonomous DevOps Agent installer and manager",
5
5
  "bin": {
6
6
  "sentinel": "./bin/sentinel.js"
@@ -19,7 +19,7 @@ from datetime import datetime, timezone
19
19
  from pathlib import Path
20
20
 
21
21
  from .cairn_client import ensure_installed as cairn_installed, index_repo
22
- from .config_loader import ConfigLoader
22
+ from .config_loader import ConfigLoader, SentinelConfig
23
23
  from .fix_engine import generate_fix
24
24
  from .git_manager import apply_and_commit, publish
25
25
  from .cicd_trigger import trigger as cicd_trigger