Commits on May 2, 2026 docs: senior-engineer review pass — fix stale CLI refs and version an… …chors Pure docs-only change. No source files touched. Workspace tests remain at 1187 / 1187 passing locally. - README.md: `morph push <remote> <branch>` and `morph pull <remote> <branch>` — `<branch>` is required (matches morph-cli/src/cli.rs Push/Pull subcommands), not optional `[branch]`. Refresh the `cargo test --workspace` count from ~1170 to ~1187 to match the current workspace total. - docs/SECURITY.md: replace nonexistent `morph tap list` recipe with `morph run list` + `morph tap inspect` (TapCmd has no `List` variant — only Summary/Inspect/Diagnose/Export/TraceStats/Preview). Reframe `v0.41.0` / `v0.41.1` version anchors as roadmap items — the SSH-tombstone protocol upgrade and the `morph_forget` MCP tool are still pending in 0.42.2 (verified: no `tombstone` in ssh_proto.rs / ssh_store.rs; no `forget` tool in morph-mcp).…