From 99733bd83e9b53a82ad7f04829e5ede8daafa217 Mon Sep 17 00:00:00 2001 From: Snider Date: Tue, 17 Mar 2026 05:45:01 +0000 Subject: [PATCH] chore: bump plugin to v0.7.0 New since v0.6.0: - Monitor subsystem (background ecosystem watcher via MCP session) - agentic_watch tool (progress notifications) - Auto PR creation on agent completion - Sandbox enforcement (3-layer) - Completion events (events.jsonl) - status://agents MCP resource - go-process init for dispatch Co-Authored-By: Virgil --- .claude-plugin/marketplace.json | 4 ++-- claude/core/.claude-plugin/plugin.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 7ceacea..3607298 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,8 +9,8 @@ { "name": "core", "source": "./claude/core", - "description": "Core agent platform — dispatch, status, review, verify, sweep, recall, scan, messaging, conventions enforcement", - "version": "0.6.0" + "description": "Core agent platform — dispatch, watch, monitor, status, review, scan, messaging, PR automation, sandboxed agents", + "version": "0.7.0" }, { "name": "core-php", diff --git a/claude/core/.claude-plugin/plugin.json b/claude/core/.claude-plugin/plugin.json index 672d616..4eb27ed 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, status, review, verify, sweep, recall, scan, messaging, conventions enforcement", - "version": "0.6.0", + "description": "Core agent platform — dispatch, watch, monitor, status, review, scan, messaging, PR automation, sandboxed agents", + "version": "0.7.0", "author": { "name": "Lethean", "email": "hello@host.uk.com"