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
Skip hidden directories in recursive skill loading
Return fs.SkipDir for hidden directories and symlinks instead of
descending into them. This avoids walking large trees like .git,
.node_modules, or .cache that can never contain skills.
Assisted-By: cagent
0 commit comments