-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathregistry.json
More file actions
30 lines (30 loc) · 936 Bytes
/
registry.json
File metadata and controls
30 lines (30 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"$schema": "https://ocx.kdco.dev/schema/registry.json",
"name": "kdco-background-agents",
"description": "Async background agents for OpenCode - lightweight delegation system",
"components": [
{
"name": "kdco-background-agents",
"description": "Async delegation system with waiter model - run parallel tasks using specialized agents",
"type": "ocx:plugin",
"files": [
{
"path": "src/plugin/kdco-background-agents.ts",
"target": "plugin/kdco-background-agents.ts"
}
],
"skills": ["kdco-background-protocol"]
},
{
"name": "kdco-background-protocol",
"description": "Guidelines for effective background agent delegation",
"type": "ocx:skill",
"files": [
{
"path": "src/skill/kdco-background-protocol/SKILL.md",
"target": "skill/kdco-background-protocol/SKILL.md"
}
]
}
]
}