Skip to content

Fix llms.txt title generation and add AI-surface validation#167

Open
portdeveloper wants to merge 1 commit into
scaffold-eth:mainfrom
portdeveloper:codex/fix-llms-title-validation
Open

Fix llms.txt title generation and add AI-surface validation#167
portdeveloper wants to merge 1 commit into
scaffold-eth:mainfrom
portdeveloper:codex/fix-llms-title-validation

Conversation

@portdeveloper

Copy link
Copy Markdown
Member

What changed

  • Removes inline code from three recipe H1 headings so Vocs generates complete llms.txt titles.
  • Adds pnpm check:ai-surface to validate generated AI-facing files after pnpm build.
  • Checks generated llms.txt, llms-full.txt, robots.txt, sitemap.xml, and SKILL.md exist and catch malformed AI index entries.

Why

The public llms.txt index was emitting truncated titles for headings with inline code, which makes AI retrieval and page selection less reliable.

Fixes #164

Merge order

Independent. This PR can be merged in any order relative to #165 and #166.

Validation

  • pnpm build
  • pnpm check:ai-surface

@vercel

vercel Bot commented Jun 14, 2026

Copy link
Copy Markdown

@portdeveloper is attempting to deploy a commit to the BuidlGuidl Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix damaged llms.txt titles and validate AI index output

1 participant