mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-08-14 19:14:24 +00:00
docs: add OrgX OpenCode plugin
This commit is contained in:
parent
6624a86531
commit
2eeb239065
1 changed files with 21 additions and 0 deletions
21
data/plugins/orgx-opencode-plugin.yaml
Normal file
21
data/plugins/orgx-opencode-plugin.yaml
Normal file
|
|
@ -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=<uuid>
|
||||
orgx-opencode-plugin
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue