mover-os 4.0.3 → 4.0.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.

Potentially problematic release.


This version of mover-os might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mover-os",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "The self-improving OS for AI agents. Turns Obsidian into an execution engine.",
5
5
  "bin": {
6
6
  "mover-os": "install.js"
@@ -36,7 +36,7 @@ if [ -f "$PENDING_FILE" ]; then
36
36
  fi
37
37
  # Current time is the definitive post-compaction anchor
38
38
  CURRENT_TS=$(date '+%Y-%m-%dT%H:%M')
39
- echo "{\"decision\":\"block\",\"reason\":\"POST-COMPACTION AUTO-LOG: Context was just compacted. Current time: ${CURRENT_TS}. Pre-compaction ended: ${COMPACT_TS:-unknown}. Use these as timestamp anchors — do NOT estimate or project timestamps beyond ${CURRENT_TS}. Read the session summary at: ${SUMMARY_PATH} for what happened before compaction. REQUIRED STEPS (from log.md): (1) Pre-Flight: resolve vault root via git rev-parse --show-toplevel. (2) Step 4: Write session log entries to {VAULT_ROOT}/02_Areas/Engine/Dailies/YYYY-MM/Daily - YYYY-MM-DD.md. Mark as [COMPACTED]. Use pre-compaction timestamp for entries BEFORE compaction, current time for the log entry itself. (3) Step 5: Update plan.md — mark completed tasks [x], append to EXECUTION LOG. (4) Step 6: Update project_state.md — new Solutions Ledger entries, Changelog, Snapshot if significant. (5) Step 7: Update Active_Context Active Sessions buffer (1-line summary, keep 5 most recent). (6) Update Active_Context Workflow State: log_last_run to ${CURRENT_TS}. (7) Git commit changed files. Skip Steps 3.7-3.13 (commitments, waiting-for, decisions, inputs) — these require full conversation context that may be lost in summarization.\"}"
39
+ echo "{\"decision\":\"block\",\"reason\":\"POST-COMPACTION AUTO-LOG: Context was just compacted. You MUST run the /log workflow now. Use the Skill tool to invoke skill 'log'. CONTEXT FOR /log: Current time: ${CURRENT_TS}. Pre-compaction ended: ${COMPACT_TS:-unknown}. Use these as timestamp anchors — do NOT estimate or project timestamps beyond ${CURRENT_TS}. Read the session summary at: ${SUMMARY_PATH} for what happened before compaction. Mark session log entries as [COMPACTED]. Skip Steps 3.7-3.13 (commitments, waiting-for, decisions, inputs) — these require full conversation context that may be lost in summarization.\"}"
40
40
  exit 0
41
41
  fi
42
42
  fi