Originally created by: TheoV823
Three pages added or touched in the wave 2 launch batch are missing from llms.txt:
/insights/ai-native-engineering-intent-debt/ (new article, wave 2)/demo/governed-python-agent//insights/harness-engineering-still-needs-governance/llms.txt is a GEO/LLM citation surface. Missing entries mean these pages are invisible to LLM crawlers that respect the file.
Discovered during Task 2b of the post-launch cleanup runbook (2026-05-17) via scripts/seo_check.py — rule geo.llms fired as WARN on all three pages.
The publishing script (scripts/create_mneme_article.py or equivalent) does not validate llms.txt coverage after adding a new page. There is no automated check in the deploy path for this gap.
Add a rule_llms_coverage check to scripts/seo_check.py (or a dedicated step in the publishing script) that:
site/sitemap.xml (already updated per deploy).llms.txt.llms.txt.This makes llms.txt lag a first-class deploy signal rather than a manual catch.
scripts/seo_check.py or scripts/create_mneme_article.pyllms.txt edits in this issue (fix the automation first, then run it)Discovered during post-launch cleanup runbook (2026-05-17).