mover-os 4.0.13 → 4.0.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mover-os",
3
- "version": "4.0.13",
3
+ "version": "4.0.14",
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"
@@ -58,7 +58,7 @@ cp "{VAULT_ROOT}/02_Areas/Engine/Metrics_Log.md" "$BACKUP_DIR/"
58
58
  cp "{VAULT_ROOT}/02_Areas/Engine/Someday_Maybe.md" "$BACKUP_DIR/"
59
59
  cp "{VAULT_ROOT}/02_Areas/Engine/Daily_Template.md" "$BACKUP_DIR/"
60
60
  ```
61
- Do NOT use `&&`. Run each `cp` separately.
61
+ Do NOT use `&&`. Run each `cp` separately. If a file doesn't exist (e.g. V3 user), the `cp` will fail silently — that's expected.
62
62
 
63
63
  3. Create a git tag as a checkpoint:
64
64
  ```bash
@@ -113,6 +113,12 @@ This is the safe part — workflows and rules don't contain user data.
113
113
 
114
114
  3. Run `bash src/install/link.sh` to re-establish hard links.
115
115
 
116
+ 4. Check vault-level CLAUDE.md:
117
+ - Read `{VAULT_ROOT}/CLAUDE.md`. If it exists but is V3-era (no workflow table, no Engine file table, no "analyse-day"), replace it with the current bundle's CLAUDE.md.
118
+ - This is the project-level CLAUDE.md (instructions for this vault), NOT the global rules file (~/.claude/CLAUDE.md which is handled by link.sh).
119
+ - Show user: "Your vault's CLAUDE.md is outdated (V3). I'll replace it with the current version — this file describes how agents should interact with your vault, it doesn't contain personal data."
120
+ - WAIT FOR CONFIRMATION before replacing.
121
+
116
122
  Output: "[X] workflows synced. [Y] skills updated. Rules updated to V{new}."
117
123
 
118
124
  ---
@@ -169,6 +175,9 @@ Read the file. Check for:
169
175
  |---------|----------|-------|
170
176
  | Version header | V4.6 | Contains `**Version:**` ? |
171
177
  | Title is "MOVER DOSSIER" not "ARCHITECT DOSSIER" | V4.6 | Check H1 heading |
178
+ | Specific Knowledge section (S3.5) | V4.0 | Contains "Specific Knowledge" or "Naval" heading? |
179
+ | Survival Capital section (S6) | V4.0 | Contains "SURVIVAL CAPITAL" heading? |
180
+ | Constraints section (S7) | V4.0 | Contains "CONSTRAINTS" heading? |
172
181
 
173
182
  ### 3E. Goals.md
174
183
 
@@ -180,12 +189,58 @@ Read the file. Check for:
180
189
 
181
190
  | Section | Added In | Check |
182
191
  |---------|----------|-------|
183
- | PATTERN entry type documented | V4.4 | Contains "PATTERN:" in any entry or header? |
192
+ | Two entry types documented (header) | V4.4 | Contains "CORRECTION" AND "PATTERN" in headers or entry examples? |
193
+ | PATTERN entry structure | V4.4 | Contains "Type:", "Trigger:", "Counter-Action:" fields? |
184
194
 
185
195
  ### 3G. Metrics_Log.md
186
196
 
187
197
  Check if file exists. If not, it was added in V4.0.
188
198
 
199
+ ### 3H. Someday_Maybe.md
200
+
201
+ Check if file exists at `02_Areas/Engine/Someday_Maybe.md`. If not, it was added in V4.0.
202
+
203
+ ### 3I. Daily_Template.md
204
+
205
+ Read the file. Check for:
206
+
207
+ | Section | Added In | Check |
208
+ |---------|----------|-------|
209
+ | Food tracking | V4.7 | Contains "Food" in the Log section? |
210
+ | Sleep tracking | V4.7 | Contains "Sleep:" or "Sleep Log" in the Log section? |
211
+ | Rudder section | V4.4 | Contains "Rudder" heading? |
212
+ | Key Insights section | V4.4 | Contains "Key Insights" heading? |
213
+ | Metrics section | V4.0 | Contains "Metrics" heading? |
214
+
215
+ ### 3J. Library Structure
216
+
217
+ Check if these directories and files exist:
218
+
219
+ | Path | Added In | Check |
220
+ |------|----------|-------|
221
+ | `03_Library/Entities/` | V4.0 | Directory exists? |
222
+ | `03_Library/Entities/People/` | V4.0 | Directory exists? |
223
+ | `03_Library/Entities/Organizations/` | V4.0 | Directory exists? |
224
+ | `03_Library/Entities/Places/` | V4.0 | Directory exists? |
225
+ | `03_Library/Entities/Decisions/` | V4.0 | Directory exists? |
226
+ | `03_Library/Entities/Entities MOC.md` | V4.0 | File exists? |
227
+ | `03_Library/Inputs/` | V4.0 | Directory exists? |
228
+ | `03_Library/Inputs/Articles/` | V4.0 | Directory exists? |
229
+ | `03_Library/Inputs/Books/` | V4.0 | Directory exists? |
230
+ | `03_Library/Inputs/Videos/` | V4.0 | Directory exists? |
231
+ | `03_Library/Inputs/Inputs MOC.md` | V4.0 | File exists? |
232
+
233
+ ### 3K. Vault CLAUDE.md
234
+
235
+ Check if `{VAULT_ROOT}/CLAUDE.md` exists and contains V4 content:
236
+
237
+ | Check | Added In | How |
238
+ |-------|----------|-----|
239
+ | V4 workflow table | V4.0 | Contains "analyse-day" in a workflow table? |
240
+ | Engine file table | V4.0 | Contains "Active_Context.md" in an Engine table? |
241
+
242
+ If the file exists but looks like V3 (no workflow table, no Engine table): flag for refresh.
243
+
189
244
  ---
190
245
 
191
246
  ## 4. MIGRATION REPORT
@@ -206,8 +261,29 @@ Identity_Prime.md:
206
261
  Active_Context.md:
207
262
  ✓ Strategic Verdict
208
263
  ✗ MISSING: Workflow State (V4.5)
264
+ ✗ MISSING: Identity Snapshot (V4.7)
265
+ ✗ MISSING: Backlog (V4.7)
266
+
267
+ Mover_Dossier.md:
268
+ ✓ Skills Inventory
269
+ ✗ MISSING: Specific Knowledge (V4.0)
209
270
 
210
- [...etc for all files]
271
+ New files needed:
272
+ ✗ Goals.md (V4.0)
273
+ ✗ Metrics_Log.md (V4.0)
274
+ ✗ Someday_Maybe.md (V4.0)
275
+
276
+ Template updates:
277
+ ✗ Daily_Template.md: missing Food/Sleep, Rudder, Key Insights
278
+
279
+ Library structure:
280
+ ✗ 03_Library/Entities/ (directories + templates)
281
+ ✗ 03_Library/Inputs/ (directories + templates)
282
+
283
+ Auto_Learnings.md:
284
+ ✗ MISSING: PATTERN entry type
285
+
286
+ [...check all sections from 3A-3K]
211
287
 
212
288
  Migrations needed: [N]
213
289
  ```
@@ -423,6 +499,254 @@ Read the full Identity_Prime.md. Derive the profile from existing content:
423
499
  "Adding a hidden metadata tag to Identity_Prime.md for other workflows to reference. Derived from your existing profile: [show values]. Accurate?"
424
500
  WAIT FOR CONFIRMATION.
425
501
 
502
+ ### 5Q. Metrics_Log.md (if file missing entirely)
503
+
504
+ No interview needed — structural file populated by /analyse-day. Create from template:
505
+
506
+ ```markdown
507
+ # Metrics Log
508
+
509
+ **Purpose:** 30-day rolling performance data. Archived monthly by `/review-week`.
510
+ **Written By:** `/analyse-day`, `/review-week`
511
+ **Read By:** `/plan-tomorrow`, `/review-week`, `/analyse-day`
512
+
513
+ ---
514
+
515
+ ## Current Period
516
+
517
+ ### Weekly Summary
518
+
519
+ | Week | Completion % | Deep Work Avg | Energy Avg | Zombie Tasks | Single Test Hit Rate |
520
+ | :--- | :--- | :--- | :--- | :--- | :--- |
521
+ | | | | | | |
522
+
523
+ ### Daily Entries
524
+
525
+ *Appended by `/analyse-day`. One row per day.*
526
+
527
+ | Date | Planned | Done | Rate | Deep Work | Energy | Single Test | Notes |
528
+ | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
529
+ | | | | | | | | |
530
+
531
+ ---
532
+
533
+ ## Baseline
534
+
535
+ *Established by `/review-week` Monthly Mode after Month 1 (20+ daily entries).*
536
+
537
+ | Metric | Value | Month Established |
538
+ | :--- | :--- | :--- |
539
+ | Completion Rate | — | — |
540
+ | Deep Work Avg (h) | — | — |
541
+ | Energy Avg (1-10) | — | — |
542
+ | Single Test Hit Rate | — | — |
543
+ | Zombie Task Avg | — | — |
544
+
545
+ ---
546
+
547
+ ## Archive
548
+
549
+ *Moved here by `/review-week` at month end. Never deleted.*
550
+ ```
551
+
552
+ "Creating Metrics_Log.md — your `/analyse-day` workflow will populate this with daily performance data."
553
+ WAIT FOR CONFIRMATION.
554
+
555
+ ### 5R. Someday_Maybe.md (if file missing entirely)
556
+
557
+ No interview needed — structural file. Create from template:
558
+
559
+ ```markdown
560
+ # Someday / Maybe
561
+
562
+ **Last Updated:** [today]
563
+
564
+ **Purpose:** Ideas, projects, and intentions that are NOT current commitments. Not now, but not never.
565
+ **Written By:** User directly, `/log` (detected from session), `/ignite` (if user declines to start now)
566
+ **Read By:** `/review-week` monthly mode (triage — kill, activate, or keep)
567
+ **Rule:** Never let this list pressure you. These are options, not obligations.
568
+
569
+ ---
570
+
571
+ ## Projects
572
+
573
+ *Ideas that could become projects. Not started, not committed.*
574
+
575
+ - [ ] [Project idea] — [Why it's interesting] — [What would trigger activation] — [Added: YYYY-MM-DD]
576
+
577
+ ---
578
+
579
+ ## Experiments
580
+
581
+ *Things to try once. Single actions, not projects.*
582
+
583
+ - [ ] [Experiment] — [Hypothesis] — [Added: YYYY-MM-DD]
584
+
585
+ ---
586
+
587
+ ## Learn
588
+
589
+ *Skills, topics, or domains to explore when there's space.*
590
+
591
+ - [ ] [Topic/skill] — [Why] — [Added: YYYY-MM-DD]
592
+
593
+ ---
594
+
595
+ ## Buy / Build
596
+
597
+ *Tools, gear, or systems worth getting eventually.*
598
+
599
+ - [ ] [Item] — [Why] — [Approx cost or effort] — [Added: YYYY-MM-DD]
600
+
601
+ ---
602
+
603
+ ## Review Protocol
604
+
605
+ During `/review-week` Monthly Mode, triage this list:
606
+ - **Activate:** Move to `01_Projects/` and run `/ignite`
607
+ - **Kill:** Remove if interest is gone — no guilt
608
+ - **Keep:** Leave it. If it's been here 6+ months, consider killing it
609
+
610
+ Items older than 6 months without a pulse get flagged: "This has been Someday for [N] months. Kill it or give it a date?"
611
+ ```
612
+
613
+ "Creating Someday_Maybe.md — a parking lot for future ideas. `/log` captures these automatically, `/review-week` triages them monthly."
614
+ WAIT FOR CONFIRMATION.
615
+
616
+ ### 5S. Auto_Learnings.md PATTERN Structure (if only CORRECTION entries exist)
617
+
618
+ No interview needed. The file exists but may only document CORRECTION entries (V3 format). Append a PATTERN example after the existing entries:
619
+
620
+ 1. Read the current file. If it already has PATTERN entries with Type/Trigger/Counter-Action fields, skip.
621
+ 2. If not, ensure the file header mentions both types: "Two entry types: CORRECTION (AI behavior fixes) and PATTERN (user behavioral patterns)."
622
+ 3. Append a PATTERN template entry:
623
+
624
+ ```markdown
625
+ ## PATTERN: [Pattern Name]
626
+ **Type:** [Avoidance / Energy / Scope / Execution / Habit]
627
+ **Domain:** [Business/Vitality/Mind]
628
+ **Hypothesis:** [Vx]
629
+ **Suspected Variable:** [Variable Name]
630
+ **Trigger:** [What causes this pattern to fire]
631
+ **Counter-Action:** [What to do instead]
632
+ **Status:** [ACTIVE/MONITORING/RESOLVED]
633
+ **First Detected:** [Date]
634
+ **Confidence:** 1
635
+ **Severity:** LOW
636
+ **Last Updated:** [Date]
637
+
638
+ ### Evidence
639
+ - [Date]: "Placeholder — `/analyse-day` will populate with real observations."
640
+ ```
641
+
642
+ "Updating Auto_Learnings.md with PATTERN entry format. Your `/analyse-day` workflow now detects behavioral patterns (avoidance, energy crashes, scope creep) in addition to AI corrections."
643
+ WAIT FOR CONFIRMATION.
644
+
645
+ ### 5T. Daily_Template.md Updates (if missing sections)
646
+
647
+ No interview needed — template updates. Read the current Daily_Template.md and add any missing sections:
648
+
649
+ 1. **Food + Sleep tracking** (if missing): Add after the freeform log line (`- 09:00 -`):
650
+ ```markdown
651
+ **Food:**
652
+
653
+ **Sleep:** Total: | Deep:
654
+ ```
655
+
656
+ 2. **Rudder section** (if missing): Add after Session Log:
657
+ ```markdown
658
+ ## Rudder
659
+
660
+ *AI-generated analysis. Written by `/analyse-day`.*
661
+
662
+ - **Verdict:** [Pass/Fail — with citations]
663
+ - **Volume Check:** [Did we hit daily volume?]
664
+ - **Battery Status:** [Energy assessment]
665
+ - **System Tweak:** [Fix for tomorrow]
666
+ ```
667
+
668
+ 3. **Key Insights section** (if missing): Add after Rudder:
669
+ ```markdown
670
+ ## Key Insights
671
+
672
+ *AI-generated tactical insights for tomorrow. Written by `/analyse-day`.*
673
+ ```
674
+
675
+ 4. **Metrics section** (if missing): Add after Key Insights:
676
+ ```markdown
677
+ ## Metrics
678
+
679
+ | Metric | Value | Notes |
680
+ | :--- | :--- | :--- |
681
+ | Tasks Planned | [0] | From Focus + Tasks |
682
+ | Tasks Completed | [0] | Checked off |
683
+ | Completion Rate | [0%] | Auto-calculated |
684
+ | Zombie Tasks | [0] | Carried 2+ days |
685
+ | Deep Work Actual | [0h] | From Schedule |
686
+ | Single Test Hit? | [Y/N] | Did you win the day? |
687
+ | Energy Avg | [0] | Self-reported 1-10 |
688
+ ```
689
+
690
+ "Updating your Daily_Template.md with new sections. Future daily notes will include: food/sleep tracking, metrics dashboard, rudder analysis, and key insights."
691
+ WAIT FOR CONFIRMATION. Only write sections that are actually missing.
692
+
693
+ ### 5U. Library Structure (if directories/templates missing)
694
+
695
+ No interview needed — structural scaffolding. Create any missing directories and template files:
696
+
697
+ **Entities system** (if `03_Library/Entities/` missing):
698
+ 1. Create directories: `Entities/People/`, `Entities/Organizations/`, `Entities/Places/`, `Entities/Decisions/`
699
+ 2. Copy templates from bundle: `_TEMPLATE.md` into each subdirectory
700
+ 3. Copy `Entities MOC.md` from bundle
701
+
702
+ **Inputs system** (if `03_Library/Inputs/` missing):
703
+ 1. Create directories: `Inputs/Articles/`, `Inputs/Books/`, `Inputs/Videos/`
704
+ 2. Copy templates from bundle: `_TEMPLATE.md` into each subdirectory
705
+ 3. Copy `Inputs MOC.md` from bundle
706
+
707
+ "Adding Library structure for entity memory and input capture. These enable `/log` to track people, organizations, articles, and decisions automatically."
708
+ WAIT FOR CONFIRMATION.
709
+
710
+ ### 5V. Dossier Specific Knowledge (if S3.5 missing)
711
+
712
+ Interview needed — this requires understanding the user's unique strengths.
713
+
714
+ "V4 added a 'Specific Knowledge' section to your Dossier — based on Naval Ravikant's framework. Two questions:"
715
+
716
+ 1. "What do you do that feels like play to you but looks like work to everyone else?"
717
+ 2. "What's the intersection of that with your current industry or business?"
718
+
719
+ **CHECKPOINT:** "Here's what I'll add as Section 3.5 in Mover_Dossier.md: [draft section]. Accurate?"
720
+ WAIT FOR CONFIRMATION.
721
+
722
+ ### 5W. Dossier Missing Sections (Survival Capital, Constraints)
723
+
724
+ If `SURVIVAL CAPITAL` section missing:
725
+
726
+ No interview needed — user can fill in later. Append scaffold:
727
+
728
+ ```markdown
729
+ ## 6. SURVIVAL CAPITAL
730
+
731
+ * **Runway:** [X] months at $[Monthly Burn]
732
+ * **Emergency Fund:** $[Amount]
733
+ * **Fallback Plan:** [What you'd do if this fails]
734
+ ```
735
+
736
+ If `CONSTRAINTS` section missing:
737
+
738
+ ```markdown
739
+ ## 7. CONSTRAINTS (The Box)
740
+
741
+ * **Time:** [Hours/week available]
742
+ * **Energy Windows:** Peak: [Times], Dead: [Times]
743
+ * **Location:** [Remote/On-site, Travel limitations]
744
+ * **Non-Negotiables:** [Sabbath, Family time, Health appointments]
745
+ ```
746
+
747
+ "Adding Survival Capital and Constraints sections to your Dossier. Fill these in when you have a moment — they help the system give realistic recommendations."
748
+ WAIT FOR CONFIRMATION.
749
+
426
750
  ---
427
751
 
428
752
  ## 6. APPLY MIGRATIONS
@@ -445,8 +769,15 @@ git add 02_Areas/Engine/Active_Context.md
445
769
  git add 02_Areas/Engine/Strategy.md
446
770
  git add 02_Areas/Engine/Mover_Dossier.md
447
771
  git add 02_Areas/Engine/Goals.md
772
+ git add 02_Areas/Engine/Auto_Learnings.md
773
+ git add 02_Areas/Engine/Metrics_Log.md
774
+ git add 02_Areas/Engine/Someday_Maybe.md
775
+ git add 02_Areas/Engine/Daily_Template.md
776
+ git add 03_Library/Entities/
777
+ git add 03_Library/Inputs/
778
+ git add CLAUDE.md
448
779
  ```
449
- Only add files that were actually modified.
780
+ Only add files that were actually modified or created.
450
781
 
451
782
  ```bash
452
783
  git commit -m "update: migrate Engine files to V{new}"
@@ -502,6 +833,11 @@ Based on what was migrated:
502
833
  1. If Vitality/Spiritual sections were just added: "Your Identity now covers three domains. Run `/morning` to visceralize the full picture." - Confidence: 4
503
834
  2. If Workflow State was added: "Cross-workflow prerequisites are now active. `/plan-tomorrow` will check for `/review-week` on Sundays." - Confidence: 5
504
835
  3. If Goals.md was just created: "Review your Goals with fresh eyes tomorrow. First-draft goals from a migration interview are usually 70% right." - Confidence: 3
836
+ 4. If Daily_Template was updated: "Your daily notes template now includes food/sleep tracking and metrics. Next daily note you create will have the new format." - Confidence: 5
837
+ 5. If Entities/Inputs structure was created: "Entity memory is active. When you mention people or organizations, the system will offer to create entity notes." - Confidence: 4
838
+ 6. If Someday_Maybe was created: "Someday/Maybe list is now available. Ideas that aren't commitments go here instead of cluttering your active plans." - Confidence: 4
839
+ 7. If Metrics_Log was created: "Run `/analyse-day` tonight to start populating your Metrics Log. After 20+ entries, the system establishes performance baselines." - Confidence: 4
840
+ 8. If Auto_Learnings PATTERN type was added: "Your system now tracks behavioral patterns (avoidance, energy, scope creep) — not just AI corrections. `/analyse-day` feeds this automatically." - Confidence: 5
505
841
 
506
842
  "Want me to address any of these?"
507
843