@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.
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-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
|
Binary file
|
package/python/sentinel/main.py
CHANGED
|
@@ -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
|