From dd54d285a92f7562fa81dcc9baca7b0eaf1d1d3a Mon Sep 17 00:00:00 2001 From: richard-epsilla Date: Sun, 13 Sep 2026 21:42:45 -0700 Subject: [PATCH] kits: package version 1.0.1, the Skills changed A package whose files changed is a new version: launch installs the kit's current package on an existing Harness only when the version differs, so the Skill fix of #24 reaches launched Harnesses through this bump. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Q96VFkSEJZdTydczxxJHMD --- kits/dashboard/plugin/plugin.json | 2 +- kits/sheets/plugin/plugin.json | 2 +- kits/slides/plugin/plugin.json | 2 +- kits/video/plugin/plugin.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kits/dashboard/plugin/plugin.json b/kits/dashboard/plugin/plugin.json index 964efdc..d7f7f05 100644 --- a/kits/dashboard/plugin/plugin.json +++ b/kits/dashboard/plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "harnessrouter-dashboard", - "version": "1.0.0", + "version": "1.0.1", "description": "Say what you want to understand; your database answers it.", "author": { "name": "HarnessRouter", diff --git a/kits/sheets/plugin/plugin.json b/kits/sheets/plugin/plugin.json index dd066cc..282f46d 100644 --- a/kits/sheets/plugin/plugin.json +++ b/kits/sheets/plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "harnessrouter-sheets", - "version": "1.0.0", + "version": "1.0.1", "description": "A spreadsheet where a column can be an agent.", "author": { "name": "HarnessRouter", diff --git a/kits/slides/plugin/plugin.json b/kits/slides/plugin/plugin.json index 50034d9..bfbc77a 100644 --- a/kits/slides/plugin/plugin.json +++ b/kits/slides/plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "harnessrouter-slides", - "version": "1.0.0", + "version": "1.0.1", "description": "Design presentations by conversation, then edit them by hand.", "author": { "name": "HarnessRouter", diff --git a/kits/video/plugin/plugin.json b/kits/video/plugin/plugin.json index 7c58f9b..318ba48 100644 --- a/kits/video/plugin/plugin.json +++ b/kits/video/plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "harnessrouter-video", - "version": "1.0.0", + "version": "1.0.1", "description": "Describe the film; watch the shots arrive on the canvas.", "author": { "name": "HarnessRouter",