fix(docs): point llms.txt links to real pages#34
Conversation
Why: the hardcoded URLs in generateLlmsTxt() referenced pages that don't exist (quick-start, installation, what-is-cis, solve-problems), producing 404s for anyone — human or LLM — following them. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe ChangesNavigation URL Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
Summary
The hardcoded URLs in
tools/build-docs.mjsgenerateLlmsTxt()referenced pages that don't exist indocs/, so the publishedllms.txt(https://cis-docs.bmad-method.org/llms.txt) shipped 404 links. This swaps them for real pages./tutorials/quick-start/tutorials/getting-started//reference/installation/reference/configuration//explanation/what-is-cis/explanation/creative-intelligence//how-to/brainstorm/how-to/brainstorm/(added trailing slash)/how-to/solve-problems/how-to/problem-solving/Test plan
/llms.txtno longer contains the four 404 pathsSummary by CodeRabbit