Skip to content

Commit 2907680

Browse files
feat: add @openacp/cowork plugin to registry
Multi-agent coordination plugin — enables multiple AI agents to collaborate on the same codebase with status broadcasting and context injection.
1 parent 9e6fa49 commit 2907680

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

package-lock.json

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/openacp--cowork.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "cowork",
3+
"displayName": "Cowork — Multi-Agent Coordination",
4+
"description": "Coordinate multiple AI agents working on the same codebase with status broadcasting and context injection",
5+
"npm": "openacp-cowork",
6+
"repository": "https://github.com/norwayiscoming/OpenACP-Cowork",
7+
"author": {
8+
"name": "norway",
9+
"github": "norwayiscoming"
10+
},
11+
"version": "1.0.0",
12+
"minCliVersion": "2026.0326.4",
13+
"category": "utility",
14+
"tags": ["cowork", "multi-agent", "collaboration", "coordination"],
15+
"icon": "🤝",
16+
"license": "MIT",
17+
"verified": false,
18+
"featured": false,
19+
"createdAt": "2026-03-27T00:00:00Z"
20+
}

0 commit comments

Comments
 (0)