From 2eeb2390656d6b176ca3bc665e10b49756ca8d86 Mon Sep 17 00:00:00 2001 From: hopeatina Date: Thu, 21 May 2026 19:23:27 -0500 Subject: [PATCH] docs: add OrgX OpenCode plugin --- data/plugins/orgx-opencode-plugin.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/plugins/orgx-opencode-plugin.yaml diff --git a/data/plugins/orgx-opencode-plugin.yaml b/data/plugins/orgx-opencode-plugin.yaml new file mode 100644 index 0000000..85f98f0 --- /dev/null +++ b/data/plugins/orgx-opencode-plugin.yaml @@ -0,0 +1,21 @@ +name: OrgX OpenCode Plugin +repo: https://github.com/useorgx/orgx-opencode-plugin +tagline: OrgX Work Graph peer for task dispatch, receipts, deviations, and passive reconciliation +description: OrgX OpenCode Plugin connects OpenCode sessions to the OrgX execution control plane. It receives OrgX task dispatches, drives the user's local OpenCode session, posts execution receipts and deviations back to OrgX, and writes compact Work Graph events for later audit-first reconciliation. +scope: + - global +tags: + - agent-orchestration + - work-graph + - task-dispatch + - receipts + - mcp +homepage: https://github.com/useorgx/orgx-opencode-plugin#readme +installation: | + ```bash + npm install -g @useorgx/orgx-opencode-plugin + + export ORGX_API_KEY=oxk_... + export ORGX_WORKSPACE_ID= + orgx-opencode-plugin + ```