mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
chore: update INVALID_DIRS to include plural 'skills' directory (#6255)
This commit is contained in:
parent
7a94d7a2c5
commit
8a2f4ddf70
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ export namespace Config {
|
|||
}
|
||||
})
|
||||
|
||||
const INVALID_DIRS = new Bun.Glob(`{${["agents", "commands", "plugins", "tools"].join(",")}}/`)
|
||||
const INVALID_DIRS = new Bun.Glob(`{${["agents", "commands", "plugins", "tools", "skills"].join(",")}}/`)
|
||||
async function assertValid(dir: string) {
|
||||
const invalid = await Array.fromAsync(
|
||||
INVALID_DIRS.scan({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue