From d6b0292da7bd688e2a3dc97bab01ad78f45ede49 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Thu, 23 Jul 2026 17:29:02 +0000 Subject: [PATCH] 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 --- plugins/core/.claude-plugin/plugin.json | 2 +- plugins/core/plugin.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/core/.claude-plugin/plugin.json b/plugins/core/.claude-plugin/plugin.json index 76229b3..2fc0c23 100644 --- a/plugins/core/.claude-plugin/plugin.json +++ b/plugins/core/.claude-plugin/plugin.json @@ -14,5 +14,5 @@ ], "license": "MIT", "name": "core", - "version": "1.0.0" + "version": "1.1.0" } diff --git a/plugins/core/plugin.json b/plugins/core/plugin.json index e0d2f31..c24ed8e 100644 --- a/plugins/core/plugin.json +++ b/plugins/core/plugin.json @@ -15,5 +15,8 @@ "license": "MIT", "mcpServers": ".mcp.json", "name": "core", - "version": "1.0.0" + "skills": [ + "skills/" + ], + "version": "1.1.0" }