R3 best-in-class rerun flagged: build/llms.txt exists in the repo as a stale artifact from the old docusaurus-plugin-llms setup. Has 0 ai-tools entries (predates Phase 6.2 F-004), uses .md URL extensions (Docusaurus convention), and would silently shadow the live TanStack Start dynamic route in some deploy configurations.
Action
git rm build/llms.txt and confirm /build is gitignored so it doesn't reappear via someone running the old build.
Why post-merge
The risk is low (production serves from /llms.txt via the dynamic route on Vercel; the static build/ artifact isn't consulted), but cleanup is hygiene — and would have surfaced as a finding if anyone copy-pasted the stale file at deploy time.
R3 best-in-class rerun flagged:
build/llms.txtexists in the repo as a stale artifact from the olddocusaurus-plugin-llmssetup. Has 0 ai-tools entries (predates Phase 6.2 F-004), uses.mdURL extensions (Docusaurus convention), and would silently shadow the live TanStack Start dynamic route in some deploy configurations.Action
git rm build/llms.txtand confirm/buildis gitignored so it doesn't reappear via someone running the old build.Why post-merge
The risk is low (production serves from
/llms.txtvia the dynamic route on Vercel; the staticbuild/artifact isn't consulted), but cleanup is hygiene — and would have surfaced as a finding if anyone copy-pasted the stale file at deploy time.