(MOT-4187) chore(skills): add type: index to worker skill frontmatter - #575
(MOT-4187) chore(skills): add type: index to worker skill frontmatter#575rohitg00 wants to merge 2 commits into
Conversation
directory::skills::index selects skills whose frontmatter declares type: index. Only web and video-tools carried it; every other worker's root SKILL.md relied on the root-doc fallback, which newer index semantics drop. One line per worker, no body changes.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
skill-check — worker0 verified, 48 skipped (no docs/).
Four for four. Nicely done. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (26)
📝 WalkthroughWalkthroughTwenty-six ChangesSkill index metadata
Estimated code review effort: 1 (Trivial) | ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
directory::skills::indexselects rows that either declare frontmattertype: indexor are the namespace-root overview doc (<ns>/index, whichSKILL.mdaliases to). The second clause is documented as a bridge for legacy bundles that predate thetype: indexconvention; onlywebdeclares the convention today.Change
One frontmatter line,
type: index, added to 26 workers'skills/SKILL.md, moving every bundle onto the declared convention so index membership is explicit in the file rather than inferred from its on-disk name, and the legacy fallback clause can retire once published bundles catch up. No body changes.Refs MOT-4187
Summary by CodeRabbit