core gained three skills for the first time (agentsmd-author, agentsmd-audit, provider-adapter-author). Minor bump reflects new capability rather than a fix. Also declares the missing `skills` path in the Copilot manifest so Copilot CLI discovers them (CC auto-discovers from the plugin root; Copilot requires explicit declaration per ADR-0016 convention). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
19 lines
439 B
JSON
19 lines
439 B
JSON
{
|
|
"author": {
|
|
"name": "Defame1297",
|
|
"url": "https://git.dev.rkdr.net/Defame1297/"
|
|
},
|
|
"description": "Cross-cutting utility skills for everyday AI-assisted coding \u2014 triage, diagnosis, architecture review, and session navigation.",
|
|
"displayName": "Core",
|
|
"keywords": [
|
|
"cross-cutting",
|
|
"triage",
|
|
"diagnose",
|
|
"architecture",
|
|
"debug"
|
|
],
|
|
"license": "MIT",
|
|
"name": "core",
|
|
"version": "1.1.0"
|
|
}
|