From 2b13cc5dcbd86742dc655073f854c63edadfbad4 Mon Sep 17 00:00:00 2001 From: himomohi Date: Sat, 5 Sep 2026 16:30:03 +0900 Subject: [PATCH] Enable the pstack Cursor plugin for this project. Project agents can now resolve poteto-mode, how, why, and the other pstack skills from committed settings. --- .cursor/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cursor/settings.json diff --git a/.cursor/settings.json b/.cursor/settings.json new file mode 100644 index 0000000..0b2ee0a --- /dev/null +++ b/.cursor/settings.json @@ -0,0 +1,5 @@ +{ + "plugins": { + "pstack": { "enabled": true } + } +}