From fb4c99ce116977aff34387b772118bfa762b7532 Mon Sep 17 00:00:00 2001 From: davidrobertson Date: Tue, 11 Aug 2026 14:39:38 -0400 Subject: [PATCH] chore: release 0.0.7 --- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- plugin.json | 9 +++++++-- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 006b858..a75b851 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agent-lcm", - "version": "0.0.6", + "version": "0.0.7", "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 ebef559..8600e1a 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agent-lcm", - "version": "0.0.6", + "version": "0.0.7", "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 42ea945..ac4aae7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@team-volt/agent-lcm", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@team-volt/agent-lcm", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "bin": { "agent-lcm": "bin/agent-lcm" diff --git a/package.json b/package.json index 637e26d..cc3848b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@team-volt/agent-lcm", - "version": "0.0.6", + "version": "0.0.7", "description": "Shared local context memory for agent harnesses.", "license": "MIT", "author": "Team Volt", diff --git a/plugin.json b/plugin.json index 55ddf55..debaa38 100644 --- a/plugin.json +++ b/plugin.json @@ -1,11 +1,16 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "agent-lcm", - "version": "0.0.6", + "version": "0.0.7", "description": "Shared local context memory for agent harnesses.", "author": { "name": "Team Volt" }, - "keywords": ["agent-memory", "context", "recall", "sessions"], + "keywords": [ + "agent-memory", + "context", + "recall", + "sessions" + ], "homepage": "https://github.com/Team-Volt/agent-lcm" }