feat(skills): load config sources in runtime discovery
This commit is contained in:
@@ -14,6 +14,7 @@ export interface MergeSkillsOptions {
|
||||
export function mergeSkills(
|
||||
builtinSkills: BuiltinSkill[],
|
||||
config: SkillsConfig | undefined,
|
||||
configSourceSkills: LoadedSkill[],
|
||||
userClaudeSkills: LoadedSkill[],
|
||||
userOpencodeSkills: LoadedSkill[],
|
||||
projectClaudeSkills: LoadedSkill[],
|
||||
@@ -47,6 +48,7 @@ export function mergeSkills(
|
||||
}
|
||||
|
||||
const fileSystemSkills = [
|
||||
...configSourceSkills,
|
||||
...userClaudeSkills,
|
||||
...userOpencodeSkills,
|
||||
...projectClaudeSkills,
|
||||
|
||||
Reference in New Issue
Block a user