mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
c5b04a5445
Drop 'Cursor' from plugin descriptions in the marketplace manifest and per-plugin manifests so they read correctly in any agent client, and resync the README table that mirrors them. Co-authored-by: Alex Vandak Maloney <maloney.a12@gmail.com>
32 lines
805 B
JSON
32 lines
805 B
JSON
{
|
|
"name": "orchestrate",
|
|
"displayName": "Orchestrate",
|
|
"version": "1.1.0",
|
|
"description": "Fan a large task out across parallel 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/"
|
|
}
|