fix: address review comments - remove duplicates and respect skills config
This commit is contained in:
@@ -38,7 +38,7 @@ export async function applyCommandConfig(params: {
|
||||
|
||||
// Detect conflicting skill plugins
|
||||
const externalSkillPlugin = detectExternalSkillPlugin(params.ctx.directory);
|
||||
if (externalSkillPlugin.detected) {
|
||||
if (includeClaudeSkills && externalSkillPlugin.detected) {
|
||||
log(getSkillPluginConflictWarning(externalSkillPlugin.pluginName!));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user