fix(skill): pass directory to getAllSkills and fix async test timing
This commit is contained in:
@@ -273,6 +273,7 @@ export function createToolRegistry(args: {
|
||||
enabledPluginsOverride: pluginConfig.claude_code?.plugins_override,
|
||||
})
|
||||
const skillTool = factories.createSkillTool({
|
||||
directory: ctx.directory,
|
||||
commands,
|
||||
skills: skillContext.mergedSkills,
|
||||
mcpManager: managers.skillMcpManager,
|
||||
|
||||
Reference in New Issue
Block a user