main is the only source of truth. Not OneDrive, not the other machine.Do this first, on desktop or laptop, before any project. It pulls the latest brain and orients the agent.
git pull first · NEEDS PUSH commit & push before you leaveCapture as you go. File everything under your device folder so the two machines never collide.
| What | Where |
|---|---|
| Notes / decisions | memory/captures/sarah-desktop/ |
| Daily activity | daily/sarah-desktop/ |
| Durable decision | decisions/README.md |
| Stable reusable fact | memory/facts/*.yaml |
| Client / project status | clients/*.md · projects/index.md |
memory/captures/sarah-desktop/ and promote later.Project repos are per‑device. Stay on your branch — don't merge the two devices into each other.
C:\altior? Clone it there from GitHub (never work out of OneDrive).Push the brain so the other device sees today's work.
SARAHHH). Tag = git config --global altior.device.main. Both devices commit here, into their own folders.sarah-laptop / sarah-desktop). Separate on purpose.C:\altior\, off OneDrive.Run once per device. The device tag auto‑detects from hardware — don't type it by hand.
~/.claude/CLAUDE.mdC:\altior\altior-master. Stop opening the old OneDrive\Desktop\… copies — rename them _OLD, then delete once GitHub has everything.Full procedure: ops/sync-playbook.md in the vault.
| Symptom | Fix |
|---|---|
| NEEDS PUSH | git push (vault) or git push origin sarah-desktop (project) |
| NEEDS PULL | git pull before you start, to avoid conflicts |
push rejected — no upstream | git push --set-upstream origin sarah-desktop |
upstream [gone] | remote branch was deleted — re‑push with git push origin HEAD |
| Wrong device tag | re‑run the auto‑detect snippet in First time on a machine |
| New project | gh repo create smarier13/<name> --private → clone into C:\altior\ → add to projects/index.md |
This doc stays lean on purpose — the truth lives in these files. Re‑pull the vault to keep it current.