Skip to content

Commit aaaffc9

Browse files
connoradshk9890
authored andcommitted
chore: update INVALID_DIRS to include plural 'skills' directory (anomalyco#6255)
1 parent 2ae0dc6 commit aaaffc9

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
@@ -155,7 +155,7 @@ export namespace Config {
155155
}
156156
})
157157

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

0 commit comments

Comments
 (0)