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:
swe-agent[bot]
2025-10-21 03:21:28 +00:00
parent 95b43c68fe
commit c080eea98c

View File

@@ -172,11 +172,8 @@
],
"category": "essentials",
"strict": false,
"commands": [
"./commands/clarif.md"
],
"agents": [
"./agents/clarif-agent.md"
"skills": [
"./skills/SKILL.md"
]
}
]