Skip to content

Commit 537f7d9

Browse files
fix: add skills/ to INVALID_DIRS
1 parent eab177f commit 537f7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencode/src/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export namespace Config {
147147
}
148148
})
149149

150-
const INVALID_DIRS = new Bun.Glob(`{${["agents", "commands", "plugins", "tools"].join(",")}}/`)
150+
const INVALID_DIRS = new Bun.Glob(`{${["agents", "commands", "plugins", "skills", "tools"].join(",")}}/`)
151151
async function assertValid(dir: string) {
152152
const invalid = await Array.fromAsync(
153153
INVALID_DIRS.scan({

0 commit comments

Comments
 (0)