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(opencode): ignore node_modules during config and skill discovery
Closes#30337
Config and skill discovery use glob scans rooted at .opencode/
with recursive patterns (**/*.md, **/SKILL.md) and follow every
directory — including node_modules/ installed by @opencode-ai/plugin.
Add ignore: ["**/node_modules/**"] to all .opencode/ glob scans
and thread the ignore option through Glob.scan's Options interface.
0 commit comments