@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-24T11:26:01.385Z
1
+ 2026-04-24T12:01:49.183Z
@@ -1,6 +1,6 @@
1
1
  {
2
- "message": "Auto-checkpoint at 2026-04-24T11:34:54.330Z",
3
- "checkpoint_at": "2026-04-24T11:34:54.331Z",
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@misterhuydo/sentinel",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "Sentinel — Autonomous DevOps Agent installer and manager",
5
5
  "bin": {
6
6
  "sentinel": "./bin/sentinel.js"
@@ -1 +1 @@
1
- __version__ = "1.6.3"
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 STEP checkpoint cairn",
224
- "10. Before you stop, call the `cairn_checkpoint` MCP tool with a one-line summary",
225
- " of what you changed (e.g. \"Broaden FirstName regex; bump consumer to 2.7.1\").",
226
- " This lets the next session resume with full context of prior fixes.",
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