chore: update INVALID_DIRS to include plural 'skills' directory (#6255)

This commit is contained in:
Connor Adams 2025-12-28 01:10:51 +00:00 committed by GitHub
parent 7a94d7a2c5
commit 8a2f4ddf70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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({