mirror of
https://github.com/backnotprop/plannotator.git
synced 2026-09-14 14:17:26 +08:00
566df72f11
For provenance purposes, this commit was AI assisted.
18 lines
416 B
JSON
18 lines
416 B
JSON
{
|
|
"name": "plannotator",
|
|
"owner": {
|
|
"name": "backnotprop"
|
|
},
|
|
"metadata": {
|
|
"description": "Interactive Plan & Code Review plugins"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "plannotator-copilot",
|
|
"source": "./apps/copilot",
|
|
"description": "Interactive Plan & Code Review for GitHub Copilot CLI. Visual annotations, team sharing, structured feedback.",
|
|
"version": "0.17.0"
|
|
}
|
|
]
|
|
}
|