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>
33 lines
803 B
JSON
33 lines
803 B
JSON
{
|
|
"name": "agent-compatibility",
|
|
"displayName": "Agent Compatibility",
|
|
"version": "1.0.0",
|
|
"description": "CLI-backed repo compatibility scans plus agents that audit startup, validation, and docs against reality.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins/tree/main/agent-compatibility",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/avatar.png",
|
|
"keywords": [
|
|
"agent-compatibility",
|
|
"agents",
|
|
"compatibility",
|
|
"cursor-plugin",
|
|
"repo-audit",
|
|
"startup",
|
|
"validation"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"agents",
|
|
"compatibility",
|
|
"quality",
|
|
"workflow"
|
|
],
|
|
"skills": "./skills/",
|
|
"agents": "./agents/"
|
|
}
|