r-same-cross-session-continuity-protocol

R-Same uses STATE.md as the living status document for cross-session continuity. Every new Claude session must: git pull → read STATE.md (current phase, next action, blockers) → scan recent git log → work → update STATE.md on completion → commit with structured trailers → git push. A fresh Claude instance with zero prior context can orient entirely from STATE.md at /opt/infra/r-same/. ADRs in docs/adr/ are immutable frozen decisions; STATE.md is the mutable status layer.