feat(core): discover ecosystem skill directories (#35956)
This commit is contained in:
parent
88925ec6e6
commit
99e52303e6
7 changed files with 89 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue