site: add og.png for /compare/rag-coding-memory/
Engineering guardrails for AI coding agents
Brought to you by:
mnemehq
Originally created by: TheoV823
Adds the rendered og.png for /compare/rag-coding-memory/. The HTML template (site/og-compare-rag-coding-memory.html) and the TEMPLATE_MAP entry in scripts/generate_og_images.py landed in [#149]. This PR ships the actual rendered image so the new comparison page's og:image meta tag resolves instead of 404ing.
Generated locally via:
python -c "
import asyncio, sys
sys.path.insert(0, 'scripts')
import generate_og_images as g
g.TEMPLATE_MAP = {'og-compare-rag-coding-memory.html': 'compare/rag-coding-memory/og.png'}
asyncio.run(g.generate())
"
(Targeted the new template only so existing OG PNGs don't get re-rendered with potential cross-machine font-rendering drift.)
https://mnemehq.com/compare/rag-coding-memory/og.png returns 200 with a 1200x630 PNG🤖 Generated with Claude Code
Ticket changed by: TheoV823
Originally posted by: github-actions[bot]
mneme self-governance check
Mode:
warn- verdicts are visible but do not block merge. Rollout plan:.mneme/README.md.No files in scope. Filter:
mneme-project-memory/mneme/,docs/adr/,.mneme/,site/,scripts/.