mover-os 4.0.13 → 4.0.15

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.15",
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"
@@ -324,6 +324,7 @@ These triggers fire during EVERY conversation, not just workflows. **DETECT > WR
324
324
  | Idea killed | "We're not doing X", "scrap that", "dead idea" | Active_Context `## 2. THE GRAVEYARD` |
325
325
  | URL/content pasted | Link to article, video, tweet, reel | Ask: "Capture to Library/Inputs?" then write on confirmation |
326
326
  | Named person mentioned | "I spoke to [Name]" (new, not in Entities/) | Ask: "Create entity note for [Name]?" |
327
+ | User corrects AI behavior | "Don't do that", "Why did you do X?", "From now on do Y" | Execute S11 Trigger A inline — propose fix, wait for approval |
327
328
 
328
329
  The file is the truth, not the conversation. Chat-only decisions evaporate between sessions.
329
330
 
@@ -397,14 +398,47 @@ The file is the truth, not the conversation. Chat-only decisions evaporate betwe
397
398
 
398
399
  ## 11. Self-Improvement & Pattern Detection
399
400
 
400
- **Trigger A: AI Correction** — User corrects AI behavior.
401
+ **Trigger A: AI Correction** — User corrects AI behavior ("Why did you do that?", "Don't do X", "From now on do Y").
402
+
401
403
  1. Acknowledge: "I made a mistake."
402
- 2. Update the relevant file so the next instance won't repeat it.
403
- 3. Ask user to review the update.
404
- 4. Log correction in `Auto_Learnings.md` with: Date, Error, Correction, Confidence: 3.
405
- 5. If same error caught 3x, confidence increases to 5.
404
+ 2. Identify the violated rule AND the source file (workflow or Global Rules).
405
+ 3. Propose a specific fix using diff format:
406
+ ```
407
+ CORRECTION FIX:
408
+ - File: [path]
409
+ - OLD: "[current text]"
410
+ + NEW: "[proposed text]"
411
+ SAFETY CHECK: [Which Safe Modification gate this passes]
412
+ ```
413
+ 4. **STOP. Wait for user approval.**
414
+ 5. If approved: implement immediately + log structured CORRECTION to Auto_Learnings.md:
415
+ ```
416
+ ## CORRECTION: [Error Name]
417
+ **Domain:** [AI Behavior / Workflow / Rule]
418
+ **Error:** [What the AI did wrong]
419
+ **Fix:** [What the correct behavior is]
420
+ **Status:** ACTIVE
421
+ **First Detected:** YYYY-MM-DD
422
+ **Confidence:** 3
423
+ **Last Updated:** YYYY-MM-DD
424
+ ### Evidence
425
+ - YYYY-MM-DD: "[description]"
426
+ ```
427
+ 6. If deferred: log with `Status: DEFERRED` — review-week 3H picks it up.
428
+ 7. If same correction 3x+: confidence escalates to 5, flag as structural.
406
429
  - NEVER argue or justify. Just fix and learn.
407
430
 
431
+ **Safe System Modification Protocol (mandatory for all self-edits):**
432
+ When the system proposes edits to its own workflow or rule files, these guardrails apply:
433
+
434
+ 1. **Scope Constraint** — Only edit the specific line that caused the issue. Never rewrite surrounding logic.
435
+ 2. **Leverage Check (mandatory)** — Same 4 gates from review-week 3H: (a) Does the model already handle this? (b) Enforcement or guidance? (c) Global or workflow-level? (d) Duplicate?
436
+ 3. **Diff Format (mandatory)** — Always show OLD and NEW. Never describe the change — show it.
437
+ 4. **User Gate (mandatory)** — STOP after showing diff. No auto-edits to workflow/rule files ever.
438
+ 5. **Blast Radius Check** — If change affects >1 file: "Recommend deferring to /review-week 3H for batch handling."
439
+ 6. **Rollback Path** — Log every approved edit to Active_Context `## My Customizations` table.
440
+ 7. **Excluded workflows** — Never self-edit during /setup, /walkthrough, /update (these have their own modification logic).
441
+
408
442
  **Trigger B: User Behavioral Pattern** — AI detects recurring behavior in Daily Notes/Session Logs.
409
443
  - Examples: avoidance of hard tasks, over-planning under-executing, energy crashes at same time, scope creep, task carry-over patterns.
410
444
  - Log as `PATTERN:` entry in Auto_Learnings.md (not `CORRECTION:`).
@@ -352,6 +352,11 @@ If tough day detected: "Consider running `/debug-resistance` to work through the
352
352
 
353
353
  ## 9. PROACTIVE SUGGESTIONS
354
354
 
355
+ **CORRECTION Pre-Check:** Before routing patterns, scan Auto_Learnings.md for CORRECTION entries with Status: ACTIVE or DEFERRED. Surface these separately:
356
+ - ACTIVE corrections (unresolved): "Correction '[name]' is still active (Conf [X]). Was this addressed today?"
357
+ - DEFERRED corrections >30 days old: "Correction '[name]' was deferred on [date]. Still relevant?"
358
+ - AI correction repeated 3x+ (Conf 5): "Recurring AI behavior issue: [name]. Propose inline fix or defer to `/review-week` 3H."
359
+
355
360
  Based on observations during analysis:
356
361
  1. [Pattern/suggestion] - Confidence: [X]
357
362
  2. [Pattern/suggestion] - Confidence: [X]
@@ -364,6 +369,7 @@ For any Auto_Learnings pattern with Confidence 3+, suggest the specific workflow
364
369
  - Identity drift (Conf 3+) → "Flag for `/review-week` identity audit."
365
370
  - Planning addiction (Conf 3+) → "You're over-planning again. Run `/debug-resistance` on the avoidance."
366
371
  - Scope creep (Conf 3+) → "Run `/refactor-plan` or `/overview` to reset scope."
372
+ - AI correction repeated 3x+ (Conf 5) → "Structural AI issue. Propose inline fix via S11 Trigger A or defer to `/review-week` 3H."
367
373
 
368
374
  Don't just say "pattern detected." Route to the fix.
369
375
 
@@ -261,11 +261,31 @@ Output to user:
261
261
  ## 10. SELF-IMPROVEMENT
262
262
 
263
263
  If user corrected AI during this session:
264
+
265
+ **Check first:** Did S11 Trigger A already handle this correction inline during the session? (Look for approved diff edits in conversation history.) If yes: log to Auto_Learnings only — skip the fix proposal.
266
+
267
+ **If NOT already handled inline:**
264
268
  1. Acknowledge: "I made a mistake."
265
- 2. Identify the rule violated.
266
- 3. Append to Auto_Learnings.md:
267
- `* [YYYY-MM-DD] CORRECTION: [Description]. Source: User correction. Confidence: 3.`
268
- 4. If same correction seen 3x+, escalate confidence to 5.
269
+ 2. Identify the rule violated AND the source file.
270
+ 3. Propose fix using S11 diff format (see Global Rules S11 Trigger A).
271
+ 4. **STOP. Wait for user approval.**
272
+
273
+ **In all cases, append structured CORRECTION to Auto_Learnings.md:**
274
+
275
+ ```markdown
276
+ ## CORRECTION: [Error Name]
277
+ **Domain:** [AI Behavior / Workflow / Rule]
278
+ **Error:** [What the AI did wrong]
279
+ **Fix:** [What the correct behavior is]
280
+ **Status:** [ACTIVE / RESOLVED / DEFERRED]
281
+ **First Detected:** YYYY-MM-DD
282
+ **Confidence:** 3
283
+ **Last Updated:** YYYY-MM-DD
284
+ ### Evidence
285
+ - YYYY-MM-DD: "[description]"
286
+ ```
287
+
288
+ If same correction seen 3x+, escalate confidence to 5 and flag as structural.
269
289
 
270
290
  ---
271
291
 
@@ -221,6 +221,7 @@ Entries have different shelf lives based on their domain:
221
221
  | Health/Vitality | 180 days | "Energy crashes at 2pm", "Skips gym on Mondays" |
222
222
  | Preferences | 365 days | "Prefers voice-to-text", "Uses dark mode" |
223
223
  | Identity/Values | No expiry | "Driven by proving doubters wrong" |
224
+ | AI Corrections | 90 days | "AI uses && on Windows", "AI overwrites Engine files" |
224
225
 
225
226
  If an entry exceeds its TTL without reconfirmation: reduce confidence by 1 and flag for review.
226
227
  If expired AND confidence ≤ 1: archive automatically.
@@ -231,6 +232,12 @@ If expired AND confidence ≤ 1: archive automatically.
231
232
  - Patterns confirmed 3+ times: promote confidence.
232
233
  - Chronic patterns (active 90+ days, confidence 4+): escalate — "This is structural, not situational."
233
234
 
235
+ **4. CORRECTION Lifecycle:**
236
+ - ACTIVE corrections absent 90+ days: reduce confidence by 1, set Status: MONITORING. "Fix appears to be working."
237
+ - ACTIVE Conf 5 absent 90+ days: reduce to 4, flag: "Structural fix may have taken hold. Reducing severity."
238
+ - DEFERRED corrections >30 days: surface explicitly — "Correction '[name]' deferred on [date]. Still relevant? Resolve or promote to ACTIVE."
239
+ - RESOLVED corrections: no decay. Kept as permanent record.
240
+
234
241
  **Output:** Highlight top 3 active patterns for user awareness. Flag any entries that decayed or expired this week.
235
242
 
236
243
  ### 3G. Wins Extraction
@@ -492,11 +499,22 @@ Create `{VAULT_ROOT}/02_Areas/Engine/Quarterly Reviews/Quarter - [YYYY-QN].md` w
492
499
  ## 8. SELF-IMPROVEMENT
493
500
 
494
501
  If user corrected AI behavior during this workflow:
502
+
495
503
  1. Acknowledge: "I made a mistake."
496
- 2. Identify which rule was violated.
497
- 3. Append to `Auto_Learnings.md`:
498
- `* [YYYY-MM-DD] CORRECTION: [Description]. Source: User correction during /review-week. Confidence: 3.`
499
- 4. If same correction seen 3x+, escalate confidence to 5 and propose adding to Global Rules.
504
+ 2. Identify the violated rule AND the source file.
505
+ 3. Propose fix using S11 diff format:
506
+ ```
507
+ CORRECTION FIX:
508
+ - File: [path]
509
+ - OLD: "[current text]"
510
+ + NEW: "[proposed text]"
511
+ SAFETY CHECK: [Which Safe Modification gate this passes]
512
+ ```
513
+ 4. **STOP. Wait for user approval.** (Same gate as S11 Trigger A.)
514
+ 5. If approved: implement + log structured CORRECTION to Auto_Learnings.md (see S11 format).
515
+ 6. If deferred: log with `Status: DEFERRED`.
516
+ 7. Before proposing rule additions, pass the Rule Addition Gate (Global Rules S11).
517
+ 8. If same correction seen 3x+, escalate confidence to 5 and flag as structural.
500
518
 
501
519
  ---
502
520
 
@@ -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
@@ -99,6 +99,65 @@ If versions match: "You're already on the latest version. No update needed." →
99
99
 
100
100
  ---
101
101
 
102
+ ## 1.5 WHAT'S NEW
103
+
104
+ Present this to the user after version detection confirms an update is available. Frame everything as **what you can do now**, not technical changelogs.
105
+
106
+ **If upgrading from V3 to V4:**
107
+
108
+ ---
109
+
110
+ **Your AI now challenges you (not just agrees).**
111
+ The system has anti-RLHF behavioral rules. When you set a plan and drift from it, it will call it out. When you say "I'll do it tomorrow" without a specific first step, it pushes back. This is a feature, not a bug. Escalating Friction gives you 4 levels: from a gentle "Your plan says X, you're working on Y" to a hard block on destructive actions. You can always override levels 1-3 with a reason — the system creates friction, not walls. Every override gets logged. `/analyse-day` uses overrides to score whether your day was strategic or avoidant.
112
+
113
+ **Your system learns from your corrections.**
114
+ Say "don't do that" or "from now on do X" and the AI proposes a fix to its own workflow files in diff format. You approve or defer. Approved fixes take effect immediately. Corrections accumulate in Auto_Learnings.md with confidence scoring. Patterns get routed to specific fix workflows. The system literally rewrites itself based on how you use it. Weekly: `/review-week` Step 3H batches all unresolved corrections and proposes permanent fixes. Quarterly: rules get audited for dead weight and pruned.
115
+
116
+ **Your daily flow is now a connected pipeline.**
117
+ - `/morning` reads your identity, sets a Single Test for the day, checks energy, alerts you to active patterns.
118
+ - `/plan-tomorrow` does dependency-aware task planning, zombie escalation (x3 = must break down or kill), and carry-over tracking from 2 days back.
119
+ - `/log` captures session work with timestamps, syncs plan.md, detects commitments/decisions/people passively.
120
+ - `/analyse-day` runs a brutal audit: Critical Path Check (was your work DIRECT, PREREQUISITE, or DRIFT?), Value Dysmorphia score, pattern detection.
121
+ - Every workflow hands off to the next. The system tells you what to run next.
122
+
123
+ **New workflows you didn't have:**
124
+ - `/ignite` — Start a new project OR add a feature to an existing one (`--feature` flag). Deep interrogation (7 clusters, 45+ questions). Also: `--monetize` for full go-to-market pipeline.
125
+ - `/debrief` — Run after any meeting or call. Extracts actions, decisions, commitments, and people automatically.
126
+ - `/history` — See how your Identity, Strategy, and Goals have evolved over time (uses git log).
127
+ - `/debug-resistance` — When you're avoiding something and you know it. Multi-step psychological diagnosis.
128
+ - `/update` — This workflow. Safely migrates your Engine files when you update Mover OS.
129
+
130
+ **Your Engine now tracks more.**
131
+ - `Goals.md` — North Star targets at 90-day, 1-year, and 10-year horizons.
132
+ - `Metrics_Log.md` — 30-day rolling performance data with baselines.
133
+ - `Someday_Maybe.md` — Ideas that aren't current commitments but shouldn't be forgotten.
134
+ - Entity memory (`03_Library/Entities/`) — People, Organizations, Places, Decisions. The system remembers who you've talked to and what was decided.
135
+ - Input capture (`03_Library/Inputs/`) — Articles, Books, Videos you consume get logged with key takeaways.
136
+ - `Active_Context.md` now has: Waiting For (what others owe you), Commitments (what you owe others), Backlog, My Customizations.
137
+
138
+ **System infrastructure (runs silently).**
139
+ - 6 hooks monitor your sessions: remind you to log, protect Engine files from accidental edits, warn on stale context, guard against `git add .`, back up transcripts before context compaction.
140
+ - Hard-link architecture: edit workflows from any location, changes propagate everywhere.
141
+ - 13 coding agents supported via `npx mover-os` installer.
142
+
143
+ ---
144
+
145
+ **If upgrading within V4 (V4.x incremental):**
146
+
147
+ | Version | What you can do now |
148
+ |---|---|
149
+ | V4.4 | Cross-workflow answer gating (can't skip questions by invoking a new workflow), PATTERN entries in Auto_Learnings, false causation guard |
150
+ | V4.5 | Shared state bus (workflows detect if prerequisites ran), canonical daily note paths |
151
+ | V4.6 | Decision persistence (decisions update files immediately), script routing (Library vs project), pattern-to-workflow routing |
152
+ | V4.7 | Entity memory (People, Orgs, Decisions), commitments tracking, passive detection protocol, escalating friction |
153
+ | V4.9+ | Critical path check in daily analysis, zombie task protection, monthly review tracking, comprehensive migration coverage, inline correction lifecycle |
154
+
155
+ ---
156
+
157
+ **STOP. "Ready to sync workflows and migrate your Engine files? (Y/N)"**
158
+
159
+ ---
160
+
102
161
  ## 2. WORKFLOW & RULES UPDATE
103
162
 
104
163
  This is the safe part — workflows and rules don't contain user data.
@@ -108,11 +167,17 @@ This is the safe part — workflows and rules don't contain user data.
108
167
  - WAIT for user to confirm they've run it (or ask you to run it).
109
168
 
110
169
  2. If no installer available (manual install):
111
- - List what changed between versions (read CHANGELOG from Global Rules)
170
+ - List what changed between versions (reference Section 1.5 above)
112
171
  - Guide user through manual file replacement
113
172
 
114
173
  3. Run `bash src/install/link.sh` to re-establish hard links.
115
174
 
175
+ 4. Check vault-level CLAUDE.md:
176
+ - 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.
177
+ - 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).
178
+ - 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."
179
+ - WAIT FOR CONFIRMATION before replacing.
180
+
116
181
  Output: "[X] workflows synced. [Y] skills updated. Rules updated to V{new}."
117
182
 
118
183
  ---
@@ -169,6 +234,9 @@ Read the file. Check for:
169
234
  |---------|----------|-------|
170
235
  | Version header | V4.6 | Contains `**Version:**` ? |
171
236
  | Title is "MOVER DOSSIER" not "ARCHITECT DOSSIER" | V4.6 | Check H1 heading |
237
+ | Specific Knowledge section (S3.5) | V4.0 | Contains "Specific Knowledge" or "Naval" heading? |
238
+ | Survival Capital section (S6) | V4.0 | Contains "SURVIVAL CAPITAL" heading? |
239
+ | Constraints section (S7) | V4.0 | Contains "CONSTRAINTS" heading? |
172
240
 
173
241
  ### 3E. Goals.md
174
242
 
@@ -180,12 +248,58 @@ Read the file. Check for:
180
248
 
181
249
  | Section | Added In | Check |
182
250
  |---------|----------|-------|
183
- | PATTERN entry type documented | V4.4 | Contains "PATTERN:" in any entry or header? |
251
+ | Two entry types documented (header) | V4.4 | Contains "CORRECTION" AND "PATTERN" in headers or entry examples? |
252
+ | PATTERN entry structure | V4.4 | Contains "Type:", "Trigger:", "Counter-Action:" fields? |
184
253
 
185
254
  ### 3G. Metrics_Log.md
186
255
 
187
256
  Check if file exists. If not, it was added in V4.0.
188
257
 
258
+ ### 3H. Someday_Maybe.md
259
+
260
+ Check if file exists at `02_Areas/Engine/Someday_Maybe.md`. If not, it was added in V4.0.
261
+
262
+ ### 3I. Daily_Template.md
263
+
264
+ Read the file. Check for:
265
+
266
+ | Section | Added In | Check |
267
+ |---------|----------|-------|
268
+ | Food tracking | V4.7 | Contains "Food" in the Log section? |
269
+ | Sleep tracking | V4.7 | Contains "Sleep:" or "Sleep Log" in the Log section? |
270
+ | Rudder section | V4.4 | Contains "Rudder" heading? |
271
+ | Key Insights section | V4.4 | Contains "Key Insights" heading? |
272
+ | Metrics section | V4.0 | Contains "Metrics" heading? |
273
+
274
+ ### 3J. Library Structure
275
+
276
+ Check if these directories and files exist:
277
+
278
+ | Path | Added In | Check |
279
+ |------|----------|-------|
280
+ | `03_Library/Entities/` | V4.0 | Directory exists? |
281
+ | `03_Library/Entities/People/` | V4.0 | Directory exists? |
282
+ | `03_Library/Entities/Organizations/` | V4.0 | Directory exists? |
283
+ | `03_Library/Entities/Places/` | V4.0 | Directory exists? |
284
+ | `03_Library/Entities/Decisions/` | V4.0 | Directory exists? |
285
+ | `03_Library/Entities/Entities MOC.md` | V4.0 | File exists? |
286
+ | `03_Library/Inputs/` | V4.0 | Directory exists? |
287
+ | `03_Library/Inputs/Articles/` | V4.0 | Directory exists? |
288
+ | `03_Library/Inputs/Books/` | V4.0 | Directory exists? |
289
+ | `03_Library/Inputs/Videos/` | V4.0 | Directory exists? |
290
+ | `03_Library/Inputs/Inputs MOC.md` | V4.0 | File exists? |
291
+
292
+ ### 3K. Vault CLAUDE.md
293
+
294
+ Check if `{VAULT_ROOT}/CLAUDE.md` exists and contains V4 content:
295
+
296
+ | Check | Added In | How |
297
+ |-------|----------|-----|
298
+ | V4 workflow table | V4.0 | Contains "analyse-day" in a workflow table? |
299
+ | Engine file table | V4.0 | Contains "Active_Context.md" in an Engine table? |
300
+
301
+ If the file exists but looks like V3 (no workflow table, no Engine table): flag for refresh.
302
+
189
303
  ---
190
304
 
191
305
  ## 4. MIGRATION REPORT
@@ -206,8 +320,29 @@ Identity_Prime.md:
206
320
  Active_Context.md:
207
321
  ✓ Strategic Verdict
208
322
  ✗ MISSING: Workflow State (V4.5)
323
+ ✗ MISSING: Identity Snapshot (V4.7)
324
+ ✗ MISSING: Backlog (V4.7)
325
+
326
+ Mover_Dossier.md:
327
+ ✓ Skills Inventory
328
+ ✗ MISSING: Specific Knowledge (V4.0)
329
+
330
+ New files needed:
331
+ ✗ Goals.md (V4.0)
332
+ ✗ Metrics_Log.md (V4.0)
333
+ ✗ Someday_Maybe.md (V4.0)
209
334
 
210
- [...etc for all files]
335
+ Template updates:
336
+ ✗ Daily_Template.md: missing Food/Sleep, Rudder, Key Insights
337
+
338
+ Library structure:
339
+ ✗ 03_Library/Entities/ (directories + templates)
340
+ ✗ 03_Library/Inputs/ (directories + templates)
341
+
342
+ Auto_Learnings.md:
343
+ ✗ MISSING: PATTERN entry type
344
+
345
+ [...check all sections from 3A-3K]
211
346
 
212
347
  Migrations needed: [N]
213
348
  ```
@@ -423,6 +558,254 @@ Read the full Identity_Prime.md. Derive the profile from existing content:
423
558
  "Adding a hidden metadata tag to Identity_Prime.md for other workflows to reference. Derived from your existing profile: [show values]. Accurate?"
424
559
  WAIT FOR CONFIRMATION.
425
560
 
561
+ ### 5Q. Metrics_Log.md (if file missing entirely)
562
+
563
+ No interview needed — structural file populated by /analyse-day. Create from template:
564
+
565
+ ```markdown
566
+ # Metrics Log
567
+
568
+ **Purpose:** 30-day rolling performance data. Archived monthly by `/review-week`.
569
+ **Written By:** `/analyse-day`, `/review-week`
570
+ **Read By:** `/plan-tomorrow`, `/review-week`, `/analyse-day`
571
+
572
+ ---
573
+
574
+ ## Current Period
575
+
576
+ ### Weekly Summary
577
+
578
+ | Week | Completion % | Deep Work Avg | Energy Avg | Zombie Tasks | Single Test Hit Rate |
579
+ | :--- | :--- | :--- | :--- | :--- | :--- |
580
+ | | | | | | |
581
+
582
+ ### Daily Entries
583
+
584
+ *Appended by `/analyse-day`. One row per day.*
585
+
586
+ | Date | Planned | Done | Rate | Deep Work | Energy | Single Test | Notes |
587
+ | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
588
+ | | | | | | | | |
589
+
590
+ ---
591
+
592
+ ## Baseline
593
+
594
+ *Established by `/review-week` Monthly Mode after Month 1 (20+ daily entries).*
595
+
596
+ | Metric | Value | Month Established |
597
+ | :--- | :--- | :--- |
598
+ | Completion Rate | — | — |
599
+ | Deep Work Avg (h) | — | — |
600
+ | Energy Avg (1-10) | — | — |
601
+ | Single Test Hit Rate | — | — |
602
+ | Zombie Task Avg | — | — |
603
+
604
+ ---
605
+
606
+ ## Archive
607
+
608
+ *Moved here by `/review-week` at month end. Never deleted.*
609
+ ```
610
+
611
+ "Creating Metrics_Log.md — your `/analyse-day` workflow will populate this with daily performance data."
612
+ WAIT FOR CONFIRMATION.
613
+
614
+ ### 5R. Someday_Maybe.md (if file missing entirely)
615
+
616
+ No interview needed — structural file. Create from template:
617
+
618
+ ```markdown
619
+ # Someday / Maybe
620
+
621
+ **Last Updated:** [today]
622
+
623
+ **Purpose:** Ideas, projects, and intentions that are NOT current commitments. Not now, but not never.
624
+ **Written By:** User directly, `/log` (detected from session), `/ignite` (if user declines to start now)
625
+ **Read By:** `/review-week` monthly mode (triage — kill, activate, or keep)
626
+ **Rule:** Never let this list pressure you. These are options, not obligations.
627
+
628
+ ---
629
+
630
+ ## Projects
631
+
632
+ *Ideas that could become projects. Not started, not committed.*
633
+
634
+ - [ ] [Project idea] — [Why it's interesting] — [What would trigger activation] — [Added: YYYY-MM-DD]
635
+
636
+ ---
637
+
638
+ ## Experiments
639
+
640
+ *Things to try once. Single actions, not projects.*
641
+
642
+ - [ ] [Experiment] — [Hypothesis] — [Added: YYYY-MM-DD]
643
+
644
+ ---
645
+
646
+ ## Learn
647
+
648
+ *Skills, topics, or domains to explore when there's space.*
649
+
650
+ - [ ] [Topic/skill] — [Why] — [Added: YYYY-MM-DD]
651
+
652
+ ---
653
+
654
+ ## Buy / Build
655
+
656
+ *Tools, gear, or systems worth getting eventually.*
657
+
658
+ - [ ] [Item] — [Why] — [Approx cost or effort] — [Added: YYYY-MM-DD]
659
+
660
+ ---
661
+
662
+ ## Review Protocol
663
+
664
+ During `/review-week` Monthly Mode, triage this list:
665
+ - **Activate:** Move to `01_Projects/` and run `/ignite`
666
+ - **Kill:** Remove if interest is gone — no guilt
667
+ - **Keep:** Leave it. If it's been here 6+ months, consider killing it
668
+
669
+ Items older than 6 months without a pulse get flagged: "This has been Someday for [N] months. Kill it or give it a date?"
670
+ ```
671
+
672
+ "Creating Someday_Maybe.md — a parking lot for future ideas. `/log` captures these automatically, `/review-week` triages them monthly."
673
+ WAIT FOR CONFIRMATION.
674
+
675
+ ### 5S. Auto_Learnings.md PATTERN Structure (if only CORRECTION entries exist)
676
+
677
+ No interview needed. The file exists but may only document CORRECTION entries (V3 format). Append a PATTERN example after the existing entries:
678
+
679
+ 1. Read the current file. If it already has PATTERN entries with Type/Trigger/Counter-Action fields, skip.
680
+ 2. If not, ensure the file header mentions both types: "Two entry types: CORRECTION (AI behavior fixes) and PATTERN (user behavioral patterns)."
681
+ 3. Append a PATTERN template entry:
682
+
683
+ ```markdown
684
+ ## PATTERN: [Pattern Name]
685
+ **Type:** [Avoidance / Energy / Scope / Execution / Habit]
686
+ **Domain:** [Business/Vitality/Mind]
687
+ **Hypothesis:** [Vx]
688
+ **Suspected Variable:** [Variable Name]
689
+ **Trigger:** [What causes this pattern to fire]
690
+ **Counter-Action:** [What to do instead]
691
+ **Status:** [ACTIVE/MONITORING/RESOLVED]
692
+ **First Detected:** [Date]
693
+ **Confidence:** 1
694
+ **Severity:** LOW
695
+ **Last Updated:** [Date]
696
+
697
+ ### Evidence
698
+ - [Date]: "Placeholder — `/analyse-day` will populate with real observations."
699
+ ```
700
+
701
+ "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."
702
+ WAIT FOR CONFIRMATION.
703
+
704
+ ### 5T. Daily_Template.md Updates (if missing sections)
705
+
706
+ No interview needed — template updates. Read the current Daily_Template.md and add any missing sections:
707
+
708
+ 1. **Food + Sleep tracking** (if missing): Add after the freeform log line (`- 09:00 -`):
709
+ ```markdown
710
+ **Food:**
711
+
712
+ **Sleep:** Total: | Deep:
713
+ ```
714
+
715
+ 2. **Rudder section** (if missing): Add after Session Log:
716
+ ```markdown
717
+ ## Rudder
718
+
719
+ *AI-generated analysis. Written by `/analyse-day`.*
720
+
721
+ - **Verdict:** [Pass/Fail — with citations]
722
+ - **Volume Check:** [Did we hit daily volume?]
723
+ - **Battery Status:** [Energy assessment]
724
+ - **System Tweak:** [Fix for tomorrow]
725
+ ```
726
+
727
+ 3. **Key Insights section** (if missing): Add after Rudder:
728
+ ```markdown
729
+ ## Key Insights
730
+
731
+ *AI-generated tactical insights for tomorrow. Written by `/analyse-day`.*
732
+ ```
733
+
734
+ 4. **Metrics section** (if missing): Add after Key Insights:
735
+ ```markdown
736
+ ## Metrics
737
+
738
+ | Metric | Value | Notes |
739
+ | :--- | :--- | :--- |
740
+ | Tasks Planned | [0] | From Focus + Tasks |
741
+ | Tasks Completed | [0] | Checked off |
742
+ | Completion Rate | [0%] | Auto-calculated |
743
+ | Zombie Tasks | [0] | Carried 2+ days |
744
+ | Deep Work Actual | [0h] | From Schedule |
745
+ | Single Test Hit? | [Y/N] | Did you win the day? |
746
+ | Energy Avg | [0] | Self-reported 1-10 |
747
+ ```
748
+
749
+ "Updating your Daily_Template.md with new sections. Future daily notes will include: food/sleep tracking, metrics dashboard, rudder analysis, and key insights."
750
+ WAIT FOR CONFIRMATION. Only write sections that are actually missing.
751
+
752
+ ### 5U. Library Structure (if directories/templates missing)
753
+
754
+ No interview needed — structural scaffolding. Create any missing directories and template files:
755
+
756
+ **Entities system** (if `03_Library/Entities/` missing):
757
+ 1. Create directories: `Entities/People/`, `Entities/Organizations/`, `Entities/Places/`, `Entities/Decisions/`
758
+ 2. Copy templates from bundle: `_TEMPLATE.md` into each subdirectory
759
+ 3. Copy `Entities MOC.md` from bundle
760
+
761
+ **Inputs system** (if `03_Library/Inputs/` missing):
762
+ 1. Create directories: `Inputs/Articles/`, `Inputs/Books/`, `Inputs/Videos/`
763
+ 2. Copy templates from bundle: `_TEMPLATE.md` into each subdirectory
764
+ 3. Copy `Inputs MOC.md` from bundle
765
+
766
+ "Adding Library structure for entity memory and input capture. These enable `/log` to track people, organizations, articles, and decisions automatically."
767
+ WAIT FOR CONFIRMATION.
768
+
769
+ ### 5V. Dossier Specific Knowledge (if S3.5 missing)
770
+
771
+ Interview needed — this requires understanding the user's unique strengths.
772
+
773
+ "V4 added a 'Specific Knowledge' section to your Dossier — based on Naval Ravikant's framework. Two questions:"
774
+
775
+ 1. "What do you do that feels like play to you but looks like work to everyone else?"
776
+ 2. "What's the intersection of that with your current industry or business?"
777
+
778
+ **CHECKPOINT:** "Here's what I'll add as Section 3.5 in Mover_Dossier.md: [draft section]. Accurate?"
779
+ WAIT FOR CONFIRMATION.
780
+
781
+ ### 5W. Dossier Missing Sections (Survival Capital, Constraints)
782
+
783
+ If `SURVIVAL CAPITAL` section missing:
784
+
785
+ No interview needed — user can fill in later. Append scaffold:
786
+
787
+ ```markdown
788
+ ## 6. SURVIVAL CAPITAL
789
+
790
+ * **Runway:** [X] months at $[Monthly Burn]
791
+ * **Emergency Fund:** $[Amount]
792
+ * **Fallback Plan:** [What you'd do if this fails]
793
+ ```
794
+
795
+ If `CONSTRAINTS` section missing:
796
+
797
+ ```markdown
798
+ ## 7. CONSTRAINTS (The Box)
799
+
800
+ * **Time:** [Hours/week available]
801
+ * **Energy Windows:** Peak: [Times], Dead: [Times]
802
+ * **Location:** [Remote/On-site, Travel limitations]
803
+ * **Non-Negotiables:** [Sabbath, Family time, Health appointments]
804
+ ```
805
+
806
+ "Adding Survival Capital and Constraints sections to your Dossier. Fill these in when you have a moment — they help the system give realistic recommendations."
807
+ WAIT FOR CONFIRMATION.
808
+
426
809
  ---
427
810
 
428
811
  ## 6. APPLY MIGRATIONS
@@ -445,8 +828,15 @@ git add 02_Areas/Engine/Active_Context.md
445
828
  git add 02_Areas/Engine/Strategy.md
446
829
  git add 02_Areas/Engine/Mover_Dossier.md
447
830
  git add 02_Areas/Engine/Goals.md
831
+ git add 02_Areas/Engine/Auto_Learnings.md
832
+ git add 02_Areas/Engine/Metrics_Log.md
833
+ git add 02_Areas/Engine/Someday_Maybe.md
834
+ git add 02_Areas/Engine/Daily_Template.md
835
+ git add 03_Library/Entities/
836
+ git add 03_Library/Inputs/
837
+ git add CLAUDE.md
448
838
  ```
449
- Only add files that were actually modified.
839
+ Only add files that were actually modified or created.
450
840
 
451
841
  ```bash
452
842
  git commit -m "update: migrate Engine files to V{new}"
@@ -502,6 +892,11 @@ Based on what was migrated:
502
892
  1. If Vitality/Spiritual sections were just added: "Your Identity now covers three domains. Run `/morning` to visceralize the full picture." - Confidence: 4
503
893
  2. If Workflow State was added: "Cross-workflow prerequisites are now active. `/plan-tomorrow` will check for `/review-week` on Sundays." - Confidence: 5
504
894
  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
895
+ 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
896
+ 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
897
+ 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
898
+ 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
899
+ 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
900
 
506
901
  "Want me to address any of these?"
507
902