mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
efa2a53198
* feat(pstack): reference plugin logo and bump to 0.14.7 Add "logo": "assets/logo.png" to the pstack manifest, matching the relative-path style used by google-calendar and thermos, and bump the patch version 0.14.6 -> 0.14.7. The pstack/assets/logo.png file itself is added in a follow-up commit; the image attachment did not reach the agent VM in this run. Co-authored-by: lauren <poteto@users.noreply.github.com> * feat(pstack): add plugin logo.png --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
32 lines
721 B
JSON
32 lines
721 B
JSON
{
|
|
"name": "pstack",
|
|
"displayName": "pstack",
|
|
"version": "0.14.7",
|
|
"description": "if you want to go fast, go deep first. pstack helps you write less, but higher quality code. rigorous agent workflows you can parallelize with confidence.",
|
|
"author": {
|
|
"name": "Lauren Tan"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins/tree/main/pstack",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/logo.png",
|
|
"keywords": [
|
|
"pstack",
|
|
"poteto-mode",
|
|
"workflow",
|
|
"principles",
|
|
"agent-style",
|
|
"subagents",
|
|
"unslop"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"workflow",
|
|
"principles",
|
|
"review",
|
|
"planning"
|
|
],
|
|
"skills": "./skills/",
|
|
"agents": "./agents/"
|
|
}
|