Discoverability Pipeline
Gate: P4 (post-merge auto-commit) + P3 validators on PR
Trigger: Push to docs-v2 branch after merge
Workflows: generator-discoverability-generate-*.yml + validator-discoverability-check-*.yml
What happens after a page merge
What happens on PR (validation)
Generators
Validators (P3 — advisory)
Gaps
- Validators check existence only: No content quality validation of llms.txt or sitemap-ai.xml (e.g., completeness, broken entries)
- OG images manual only:
generate-og-images.js not in CI — requires Puppeteer, runs locally. Fallback OG is generic
- No auto-update on page rename: llms.txt and sitemap-ai.xml have no mechanism to detect renames between generator runs. Stale entries persist until the next full regeneration
Last modified on May 22, 2026