mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: use relative path './' for plugin source instead of GitHub object
Using './' lets Claude Code use the already-cloned marketplace repo directly instead of fetching from GitHub again. This avoids potential double-fetch issues and simplifies the installation.
This commit is contained in:
parent
ee5affbdbd
commit
ecfbbd3da1
1 changed files with 1 additions and 4 deletions
|
|
@ -11,10 +11,7 @@
|
|||
"plugins": [
|
||||
{
|
||||
"name": "everything-claude-code",
|
||||
"source": {
|
||||
"source": "github",
|
||||
"repo": "affaan-m/everything-claude-code"
|
||||
},
|
||||
"source": "./",
|
||||
"description": "Complete collection of agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue