From a62fa06faab5438d78836feb9f62c422bce5c480 Mon Sep 17 00:00:00 2001 From: mergetest Date: Wed, 23 Sep 2026 06:12:08 -0700 Subject: [PATCH] chore: prepare 0.9.13 development version Advance release metadata after publishing v0.9.12 so subsequent shipped changes use an unpublished version. Co-Authored-By: Codex --- agentkit/.claude-plugin/plugin.json | 2 +- agentkit/.codex-plugin/plugin.json | 2 +- opencode/package-lock.json | 4 ++-- opencode/package.json | 2 +- plugin/agentkit/.claude-plugin/plugin.json | 2 +- plugin/agentkit/.codex-plugin/plugin.json | 2 +- plugin/opencode/package.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/agentkit/.claude-plugin/plugin.json b/agentkit/.claude-plugin/plugin.json index 8ec78423..a7036d38 100644 --- a/agentkit/.claude-plugin/plugin.json +++ b/agentkit/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentkit", - "version": "0.9.12", + "version": "0.9.13", "description": "Board-aware parallel issue and PR review skills, with lifecycle hooks and a per-repository contract.", "author": { "name": "wrzonance", diff --git a/agentkit/.codex-plugin/plugin.json b/agentkit/.codex-plugin/plugin.json index fe92f129..9cf3162e 100644 --- a/agentkit/.codex-plugin/plugin.json +++ b/agentkit/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentkit", - "version": "0.9.12", + "version": "0.9.13", "description": "Board-aware parallel issue and PR review skills, with lifecycle hooks and a per-repository contract.", "author": { "name": "wrzonance", diff --git a/opencode/package-lock.json b/opencode/package-lock.json index cb349ad8..6864512b 100644 --- a/opencode/package-lock.json +++ b/opencode/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wrzonance/agentkit-opencode", - "version": "0.9.12", + "version": "0.9.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wrzonance/agentkit-opencode", - "version": "0.9.12", + "version": "0.9.13", "license": "MIT", "devDependencies": { "@opencode-ai/plugin": "1.18.18" diff --git a/opencode/package.json b/opencode/package.json index c47d56bf..d4fcbe01 100644 --- a/opencode/package.json +++ b/opencode/package.json @@ -1,6 +1,6 @@ { "name": "@wrzonance/agentkit-opencode", - "version": "0.9.12", + "version": "0.9.13", "description": "Agent Kit plugin for OpenCode CLI: injects the environment contract into the model's system prompt at session start.", "type": "module", "main": "./index.js", diff --git a/plugin/agentkit/.claude-plugin/plugin.json b/plugin/agentkit/.claude-plugin/plugin.json index 8ec78423..a7036d38 100644 --- a/plugin/agentkit/.claude-plugin/plugin.json +++ b/plugin/agentkit/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentkit", - "version": "0.9.12", + "version": "0.9.13", "description": "Board-aware parallel issue and PR review skills, with lifecycle hooks and a per-repository contract.", "author": { "name": "wrzonance", diff --git a/plugin/agentkit/.codex-plugin/plugin.json b/plugin/agentkit/.codex-plugin/plugin.json index fe92f129..9cf3162e 100644 --- a/plugin/agentkit/.codex-plugin/plugin.json +++ b/plugin/agentkit/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentkit", - "version": "0.9.12", + "version": "0.9.13", "description": "Board-aware parallel issue and PR review skills, with lifecycle hooks and a per-repository contract.", "author": { "name": "wrzonance", diff --git a/plugin/opencode/package.json b/plugin/opencode/package.json index c47d56bf..d4fcbe01 100644 --- a/plugin/opencode/package.json +++ b/plugin/opencode/package.json @@ -1,6 +1,6 @@ { "name": "@wrzonance/agentkit-opencode", - "version": "0.9.12", + "version": "0.9.13", "description": "Agent Kit plugin for OpenCode CLI: injects the environment contract into the model's system prompt at session start.", "type": "module", "main": "./index.js",