Commits on May 2, 2026 docs: align user-facing docs and tutorials with v0.41.0 reality Phase F of the cleanup sweep — documentation drift fixes after a sweep of docs/, site/, README.md, CHANGELOG.md, and the embedded asset rules. User-facing fixes: - README.md: dropped the `morph init --reference` / `--reference --solo` example that hasn't been valid since v0.40.0. Section is now "Sit alongside Git" with the correct unconditional `morph init` / `morph init --solo` invocations and a pointer at MORPH-AND-GIT.md. Test count "~1100" bumped to "~1170" to match the actual workspace pass count (1171 / 1187). - docs/README.md: replaced "drop Git later if you want to" lede with the truth that morph requires a git repo (and offers `git init` when there isn't one). Updated the SECURITY.md row in the Guides table to describe `morph forget` as shipped, not as a "until v0.41.0" gap.…