fix(docs): trigger workflow on README.md changes to keep llms.txt current#1332
fix(docs): trigger workflow on README.md changes to keep llms.txt current#1332joshuadarron wants to merge 1 commit into
Conversation
…rent gather.js reads node docs from nodes/src/nodes/*/README.md, not doc.md. The stale doc.md path filter meant node doc changes never triggered a rebuild, leaving llms.txt and llms-full.txt stale on the deployed site. Closes #1331 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesDocs Workflow Path Filter
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 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)
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. Comment |
🤖 Internal: Discord sync markerAuto-managed by the Discord notification workflow. Stores the linked Discord message ID. Do not edit or delete. |
Summary
nodes/src/nodes/**/doc.mdpath trigger indocs.ymlwithnodes/src/nodes/**/README.md— matching whatgather.jsactually reads.Problem
gather.jsusesNODES_GLOB = 'nodes/src/nodes/*/README.md'(and variant sub-pages atnodes/src/nodes/*/*/README.md) as its source for all node documentation. Thedoc.mdentry in the workflow paths filter never matched any real file, so node doc changes never triggered a docs rebuild — leavingllms.txtandllms-full.txtout of date on the deployed site.Test plan
README.md(e.g.nodes/src/nodes/webhook/README.md) and confirm theDocsworkflow fires.llms-full.txtreflects the updated content.Closes #1331
🤖 Generated with Claude Code
Summary by CodeRabbit