mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
13 lines
309 B
JSON
13 lines
309 B
JSON
|
|
{
|
||
|
|
"name": "superclaude-local",
|
||
|
|
"description": "Local development marketplace for SuperClaude plugins",
|
||
|
|
"plugins": [
|
||
|
|
{
|
||
|
|
"name": "pm-agent",
|
||
|
|
"path": ".",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Project Manager Agent with 90% confidence checks and zero-footprint memory"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|