Menu

#153 site: add og.png for /compare/rag-coding-memory/

closed
nobody
None
2026-05-28
2026-05-28
Anonymous
No

Originally created by: TheoV823

Summary

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.)

Test plan

  • [ ] CI green
  • [ ] After merge, deploy ships the file to mnemehq.com
  • [ ] Verify https://mnemehq.com/compare/rag-coding-memory/og.png returns 200 with a 1200x630 PNG
  • [ ] Verify Twitter/LinkedIn/Slack link unfurls show the OG card

🤖 Generated with Claude Code

Related

Tickets: #149

Discussion

  • Anonymous

    Anonymous - 2026-05-28

    Ticket changed by: TheoV823

    • status: open --> closed
     
  • Anonymous

    Anonymous - 2026-05-28

    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/.

     

Log in to post a comment.

Auth0 Logo