From 722eb088edb9cea34b8fda38d68f790962968b8f Mon Sep 17 00:00:00 2001 From: davidrobertson Date: Sun, 16 Aug 2026 11:55:39 -0400 Subject: [PATCH] chore: release 0.0.9 --- .claude-plugin/plugin.json | 13 ++++++++++--- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- plugin.json | 2 +- 6 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index c927588..ac2c58d 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,10 +1,17 @@ { "name": "agent-lcm", - "version": "0.0.8", + "version": "0.0.9", "description": "Shared local context memory for agent harnesses.", - "author": { "name": "Team Volt" }, + "author": { + "name": "Team Volt" + }, "homepage": "https://github.com/Team-Volt/agent-lcm", - "keywords": ["agent-memory", "context", "recall", "sessions"], + "keywords": [ + "agent-memory", + "context", + "recall", + "sessions" + ], "skills": "./skills/", "mcpServers": "./mcp.claude.json" } diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index e70bf5a..94bdb50 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agent-lcm", - "version": "0.0.8", + "version": "0.0.9", "description": "Shared local context memory for agent harnesses.", "author": { "name": "Team Volt" diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 6e7212b..a6538b0 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agent-lcm", - "version": "0.0.8", + "version": "0.0.9", "description": "Shared local context memory for agent harnesses.", "homepage": "https://github.com/Team-Volt/agent-lcm", "hooks": "./hooks/cursor.json", diff --git a/package-lock.json b/package-lock.json index bac55c2..5847640 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@team-volt/agent-lcm", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@team-volt/agent-lcm", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT", "bin": { "agent-lcm": "bin/agent-lcm" diff --git a/package.json b/package.json index 7a8b06a..e9ca301 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@team-volt/agent-lcm", - "version": "0.0.8", + "version": "0.0.9", "description": "Shared local context memory for agent harnesses.", "license": "MIT", "author": "Team Volt", diff --git a/plugin.json b/plugin.json index 278a2b1..da3fb1e 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "agent-lcm", - "version": "0.0.8", + "version": "0.0.9", "description": "Shared local context memory for agent harnesses.", "author": { "name": "Team Volt"