diff --git a/pstack/.cursor-plugin/plugin.json b/pstack/.cursor-plugin/plugin.json index b4755d32..07c09c54 100644 --- a/pstack/.cursor-plugin/plugin.json +++ b/pstack/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "pstack", "displayName": "pstack", - "version": "0.14.6", + "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" @@ -9,6 +9,7 @@ "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", diff --git a/pstack/assets/logo.png b/pstack/assets/logo.png new file mode 100644 index 00000000..d52edb89 Binary files /dev/null and b/pstack/assets/logo.png differ