chore(core): bump version to 1.1.0 for new skill content

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>
This commit is contained in:
2026-07-23 17:29:02 +00:00
parent 956ff7a54a
commit d6b0292da7
2 changed files with 5 additions and 2 deletions

View File

@@ -14,5 +14,5 @@
],
"license": "MIT",
"name": "core",
"version": "1.0.0"
"version": "1.1.0"
}

View File

@@ -15,5 +15,8 @@
"license": "MIT",
"mcpServers": ".mcp.json",
"name": "core",
"version": "1.0.0"
"skills": [
"skills/"
],
"version": "1.1.0"
}