@misterhuydo/sentinel 1.6.3 → 1.6.4
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-04-
|
|
1
|
+
2026-04-24T12:01:49.183Z
|
package/.cairn/session.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"message": "Auto-checkpoint at 2026-04-
|
|
3
|
-
"checkpoint_at": "2026-04-
|
|
2
|
+
"message": "Auto-checkpoint at 2026-04-24T12:05:54.299Z",
|
|
3
|
+
"checkpoint_at": "2026-04-24T12:05:54.301Z",
|
|
4
4
|
"active_files": [
|
|
5
5
|
"J:\\Projects\\Sentinel\\cli\\bin\\sentinel.js",
|
|
6
6
|
"J:\\Projects\\Sentinel\\cli\\lib\\test.js",
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.6.
|
|
1
|
+
__version__ = "1.6.4"
|
|
@@ -220,10 +220,11 @@ def _build_prompt(
|
|
|
220
220
|
" BOSS_ESCALATE: <description of what needs to change in Sentinel>",
|
|
221
221
|
" This escalates to Patch, the Sentinel dev agent, who will implement it.",
|
|
222
222
|
"",
|
|
223
|
-
"FINAL
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"
|
|
223
|
+
"CRITICAL — your FINAL message must be the patch itself",
|
|
224
|
+
" The unified diff (with the `# Affected repos:` header for multi-repo) MUST be",
|
|
225
|
+
" the very last text you emit. Do NOT call any tool (including cairn_checkpoint)",
|
|
226
|
+
" after the diff — Sentinel only reads the FINAL assistant message and a trailing",
|
|
227
|
+
" tool call leaves the result field empty.",
|
|
227
228
|
]
|
|
228
229
|
return "\n".join(lines_out)
|
|
229
230
|
|