From 56677952ac59adf9edd16dd7baf4181f2e108457 Mon Sep 17 00:00:00 2001 From: hopeatina Date: Thu, 21 May 2026 23:14:53 -0500 Subject: [PATCH] bump OpenCode plugin alpha release --- package.json | 2 +- plugin.manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dfc38f9..2ccf240 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@useorgx/orgx-opencode-plugin", - "version": "0.1.0-alpha.2", + "version": "0.1.0-alpha.3", "description": "OrgX plugin peer for OpenCode with task dispatch, execution receipts, deviations, and passive Work Graph reconciliation events.", "type": "module", "main": "dist/index.js", diff --git a/plugin.manifest.json b/plugin.manifest.json index af04d6d..cf93a21 100644 --- a/plugin.manifest.json +++ b/plugin.manifest.json @@ -1,6 +1,6 @@ { "plugin_name": "@useorgx/orgx-opencode-plugin", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.3", "manifest_fingerprint": "", "signature": "", "capabilities": ["gateway:drive", "plugin:heartbeat"],