From 0f2a60124d61bd9593a51e2d512b318e59e897a4 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 20 May 2026 10:43:02 +0100 Subject: [PATCH] Update minimum required CLI version for plug and bump plugin version for SKILL updates --- plugins/cq/.claude-plugin/plugin.json | 2 +- plugins/cq/pyproject.toml | 2 +- plugins/cq/scripts/bootstrap.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/cq/.claude-plugin/plugin.json b/plugins/cq/.claude-plugin/plugin.json index 9ba65e2..f0a1349 100644 --- a/plugins/cq/.claude-plugin/plugin.json +++ b/plugins/cq/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cq", - "version": "0.9.0", + "version": "0.10.0", "description": "Shared knowledge commons for AI agents; find, share, and confirm collective knowledge to stop rediscovering the same failures.", "author": { "name": "Mozilla AI", diff --git a/plugins/cq/pyproject.toml b/plugins/cq/pyproject.toml index f60de64..d797e94 100644 --- a/plugins/cq/pyproject.toml +++ b/plugins/cq/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cq-plugin" -version = "0.9.0" +version = "0.10.0" description = "cq Plugin for coding agents (e.g. Claude Code, OpenCode) - shared agent knowledge commons" requires-python = ">=3.11" license = { text = "Apache-2.0" } diff --git a/plugins/cq/scripts/bootstrap.json b/plugins/cq/scripts/bootstrap.json index 625118d..54bbc82 100644 --- a/plugins/cq/scripts/bootstrap.json +++ b/plugins/cq/scripts/bootstrap.json @@ -1,3 +1,3 @@ { - "cli_min_version": "0.9.0" + "cli_min_version": "0.10.0" }