You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix/discover nested skills without parent skillmd (#109)
* fix(intent): discover skills under intermediate dirs without SKILL.md
The recursive walk in discoverSkills only descended into directories
that contained a SKILL.md, so skills nested under grouping directories
(dirs without their own SKILL.md) were silently skipped. Move the
walk(childDir) call outside the SKILL.md existence check so the
traversal always recurses into subdirectories.
* chore: add changeset for nested skill discovery fix
---------
Co-authored-by: Riku Kurosawa <riku@RikunoMacBook-Pro.local>
Co-authored-by: Sarah Gerrard <gerrardsarah@gmail.com>
0 commit comments