cross-session-continuity-protocol-via-state-md-and-git-log
R-Same encodes a 7-step continuity protocol so any Claude session (or developer) can resume without prior context: (1) git pull, (2) read STATE.md for current phase and next action, (3) scan recent git log, (4) work, (5) update STATE.md on completion, (6) commit with structured trailers, (7) git push. STATE.md is the single source of truth for phase, next action, drifts, and blockers. All substantial work sessions must update it before closing.