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>
23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"author": {
|
|
"email": "defame1297@rkdr.net",
|
|
"name": "Defame1297"
|
|
},
|
|
"description": "Cross-cutting utility skills for everyday AI-assisted coding \u2014 triage, diagnosis, architecture review, and session navigation.",
|
|
"hooks": "hooks.json",
|
|
"keywords": [
|
|
"cross-cutting",
|
|
"triage",
|
|
"diagnose",
|
|
"architecture",
|
|
"debug"
|
|
],
|
|
"license": "MIT",
|
|
"mcpServers": ".mcp.json",
|
|
"name": "core",
|
|
"skills": [
|
|
"skills/"
|
|
],
|
|
"version": "1.1.0"
|
|
}
|