mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-14 03:31:58 +08:00
Fix #17: Update root marketplace.json to use skills array
- Remove obsolete commands/agents arrays - Add skills array referencing ./skills/SKILL.md - Align root registration with plugin's marketplace.json format Generated by swe-agent
This commit is contained in:
@@ -172,11 +172,8 @@
|
|||||||
],
|
],
|
||||||
"category": "essentials",
|
"category": "essentials",
|
||||||
"strict": false,
|
"strict": false,
|
||||||
"commands": [
|
"skills": [
|
||||||
"./commands/clarif.md"
|
"./skills/SKILL.md"
|
||||||
],
|
|
||||||
"agents": [
|
|
||||||
"./agents/clarif-agent.md"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user