From 8e8249eb43c1723adb8a613e5a8b8d1fb67d7f31 Mon Sep 17 00:00:00 2001 From: Zack Whitson Date: Wed, 15 Jul 2026 13:16:27 -0500 Subject: [PATCH] Release CodeTruss plugins v0.1.4 --- .claude-plugin/marketplace.json | 2 +- .codex-plugin/plugin.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- plugins/codetruss-claude/.claude-plugin/plugin.json | 2 +- plugins/codetruss/.codex-plugin/plugin.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 82fb59e..38534a3 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/claude-code-marketplace.json", "name": "codetruss", "description": "Verify the acceptance contract for coding-agent changes locally", - "version": "0.1.3", + "version": "0.1.4", "owner": { "name": "CodeTruss", "email": "zack@codetruss.com" diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 1224ae4..e42b62a 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "codetruss", - "version": "0.1.3", + "version": "0.1.4", "description": "Verify the acceptance contract for coding-agent changes locally.", "author": { "name": "CodeTruss", diff --git a/package-lock.json b/package-lock.json index c9a5467..ec20766 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codetruss-agent-plugins", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codetruss-agent-plugins", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "engines": { "node": ">=20.9" diff --git a/package.json b/package.json index 8025c91..1344322 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codetruss-agent-plugins", - "version": "0.1.3", + "version": "0.1.4", "private": true, "description": "Open Claude Code, Codex, and Agent Skills wrappers for the CodeTruss CLI", "license": "MIT", diff --git a/plugins/codetruss-claude/.claude-plugin/plugin.json b/plugins/codetruss-claude/.claude-plugin/plugin.json index 20fe8fe..399d7cc 100644 --- a/plugins/codetruss-claude/.claude-plugin/plugin.json +++ b/plugins/codetruss-claude/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "codetruss", - "version": "0.1.3", + "version": "0.1.4", "description": "Verify coding-agent changes locally with the separately installed free CodeTruss CLI.", "author": { "name": "CodeTruss", diff --git a/plugins/codetruss/.codex-plugin/plugin.json b/plugins/codetruss/.codex-plugin/plugin.json index 3d4a2e5..5f19d7c 100644 --- a/plugins/codetruss/.codex-plugin/plugin.json +++ b/plugins/codetruss/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "codetruss", - "version": "0.1.3", + "version": "0.1.4", "description": "Verify the acceptance contract for coding-agent changes locally.", "author": { "name": "CodeTruss",