/brief Pull a curated session brief from Origin. Three sources, in order: 1. Project status file — what last wrote. Authoritative for "what's left to do" right now. 2. MCP — identity, preferences, topic-relevant memories. Background, not ledger. 3. — daemon-flagged memories awaiting review. Status file wins on "what's next" because memories rank by topic similarity and surface stale items alongside fresh ones; the status file is the live ledger maintained per session. 1. Read project status file first Detect project root: - If output is a path → = basename (e.g. ). - If → = cwd basename. Read…