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 + ```