Skip to content

Support recursive ~/.agents/skills#1631

Merged
rumpl merged 1 commit intodocker:mainfrom
dgageot:fix-1616
Feb 7, 2026
Merged

Support recursive ~/.agents/skills#1631
rumpl merged 1 commit intodocker:mainfrom
dgageot:fix-1616

Conversation

@dgageot
Copy link
Member

@dgageot dgageot commented Feb 7, 2026

Fixes #1616

Signed-off-by: David Gageot <david.gageot@docker.com>
@dgageot dgageot requested a review from a team as a code owner February 7, 2026 09:01
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Summary

No issues found! This PR cleanly changes ~/.agents/skills/ from flat to recursive search, following the same pattern already used for ~/.codex/skills/. The implementation is correct, and the added test comprehensively validates both nested and flat skill discovery.

✅ Code change is minimal and correct (one parameter changed from false to true)
✅ Documentation and comments properly updated
✅ New test validates both nested and flat skills are found
✅ Maintains backward compatibility (flat skills still work)
✅ Follows established pattern from existing recursive search implementation

@rumpl rumpl merged commit 3150c39 into docker:main Feb 7, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add recursive search for ~/.agents/skills

2 participants