Commits on May 2, 2026 docs(tutorials): rewrite T1 for ref-mode + polish T2 Tutorial 1 advertised a "Morph only, no Git" mode that doesn't exist any more — standalone mode was removed in v0.40 and reference mode is the only mode. A reader following T1 verbatim hit stale output, an unreproducible policy demo, and an auto-attach flow that silently failed because of an ordering quirk in `LAST_RUN.json` freshness. Tutorial 1 changes: - Title/lede/meta strip reframed as "Morph rides on top of a fresh git repo"; drop "no Git" claims. - §02 now opens with `git init -b main -q` and a one-paragraph explanation of why that's the only Git command in the tutorial. Adds a callout pointing at the v0.42.2 `morph init --git-init` shortcut for readers who want to skip the prompt. - §03 shows the real 4-line `morph init` output (was a stale 1-line stub) and the real default policy (empty required_metrics + git-hook exemption — different from the standalone-mode default this tutorial claimed).…