mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
Add explicit command and skill paths to plugin.json
Plugin discovery doesn't auto-detect .claude/ folder structure, so explicit paths are needed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
79d06b61ab
commit
0cfe0c19d2
@@ -8,5 +8,7 @@
|
||||
"email": "paul@paulbakaus.com"
|
||||
},
|
||||
"homepage": "https://impeccable.style",
|
||||
"repository": "https://github.com/pbakaus/impeccable"
|
||||
"repository": "https://github.com/pbakaus/impeccable",
|
||||
"commands": "./.claude/commands",
|
||||
"skills": "./.claude/skills"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user