mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
32 lines
812 B
JSON
32 lines
812 B
JSON
{
|
|
"name": "orchestrate",
|
|
"displayName": "Orchestrate",
|
|
"version": "1.1.0",
|
|
"description": "Fan a large task out across parallel Cursor cloud agents via the Cursor SDK: planners publish tasks, workers hand off back up, and a script reconciles the tree from disk and git.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins/tree/main/orchestrate",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/avatar.png",
|
|
"keywords": [
|
|
"orchestrate",
|
|
"cursor",
|
|
"cursor-sdk",
|
|
"agents",
|
|
"cloud-agents",
|
|
"parallel",
|
|
"automation"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"agents",
|
|
"automation",
|
|
"developer-tools",
|
|
"sdk"
|
|
],
|
|
"skills": "./skills/"
|
|
}
|