tweak: read plurals too and stop erroring on them

This commit is contained in:
Aiden Cline
2025-12-30 18:58:31 -06:00
parent eb81994a18
commit b9ef09a0f4
2 changed files with 5 additions and 24 deletions

View File

@@ -35,7 +35,7 @@ export namespace Skill {
}),
)
const OPENCODE_SKILL_GLOB = new Bun.Glob("skill/**/SKILL.md")
const OPENCODE_SKILL_GLOB = new Bun.Glob("{skill,skills}/**/SKILL.md")
const CLAUDE_SKILL_GLOB = new Bun.Glob("skills/**/SKILL.md")
export const state = Instance.state(async () => {