mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
f3fc06544b
Keep the inherit-parent/auto definition in setup-pstack (steps 1/3/4 and the generated rule's header comment) and one poteto-mode clause; drop the per-call-site resolution instructions from how, why, arena, architect, reflect, and interrogate, restoring the compact configured-role pointers with the current defaults. Make interrogate reviewer counts configurable: the interrogate reviewers list sets the panel size and the Reviewer A/B/C labels extend or shrink to the entry count. Bump 0.11.7 -> 0.11.8.
31 lines
693 B
JSON
31 lines
693 B
JSON
{
|
|
"name": "pstack",
|
|
"displayName": "pstack",
|
|
"version": "0.11.8",
|
|
"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",
|
|
"keywords": [
|
|
"pstack",
|
|
"poteto-mode",
|
|
"workflow",
|
|
"principles",
|
|
"agent-style",
|
|
"subagents",
|
|
"unslop"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"workflow",
|
|
"principles",
|
|
"review",
|
|
"planning"
|
|
],
|
|
"skills": "./skills/",
|
|
"agents": "./agents/"
|
|
}
|