From 7a75a3969d662913ed5d5a3219060ef6682ac1f7 Mon Sep 17 00:00:00 2001 From: Snider Date: Tue, 17 Mar 2026 18:41:28 +0000 Subject: [PATCH] chore: bump plugin to v0.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Plugin now provides MCP server via mcp.json (local core-agent stdio) - No manual .mcp.json needed — plugin auto-registers - Portable paths (CORE_WORKSPACE env var, no hardcoded machine paths) Co-Authored-By: Virgil --- claude/core/.claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude/core/.claude-plugin/plugin.json b/claude/core/.claude-plugin/plugin.json index 5be0160..f926973 100644 --- a/claude/core/.claude-plugin/plugin.json +++ b/claude/core/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "core", "description": "Core agent platform — dispatch (local + remote), verify+merge, CodeRabbit/Codex review queue, GitHub mirror, cross-agent messaging, OpenBrain integration, inbox notifications", - "version": "0.9.0", + "version": "0.10.0", "author": { "name": "Lethean", "email": "hello@host.uk.com"