feat(core): discover ecosystem skill directories (#35956)

This commit is contained in:
James Long 2026-07-08 16:34:41 -04:00 committed by GitHub
commit 99e52303e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 89 additions and 7 deletions

View file

@ -92,6 +92,7 @@ const configuredPlugins = Effect.fn("SkillPlugin.configuredPlugins")(function* (
}),
)
}
if (entry.type !== "directory") return Effect.succeed([])
return fs
.glob("{plugin,plugins}/*.{ts,js}", {
cwd: entry.path,