Commits on May 3, 2026 site: drop version number from OG card to eliminate drift The card's caption used to read 'v0.48 · alpha · open research prototype'. The version was the only thing on the card that drifted as a side-effect of unrelated work (every release would silently stale the preview image until somebody remembered to re-render). Drop the version. The remaining elements on the card — pitch, subtitle, agent list, alpha tag, URL — only change on deliberate edits, so the card now stays in sync with no automation. Caption now reads 'alpha · open research prototype'. If we ever want to put the version back, we'd auto-render in CI: read [workspace.package].version from Cargo.toml, template into the HTML, run make-og-card.sh on a GitHub Actions runner (which ships Chromium), and commit the result back. Out of scope for this commit. No CLI/MCP behavior change — site asset only, no version bump.…