From 7e30ef627adc9a5fc4bd18658072830cc2058146 Mon Sep 17 00:00:00 2001 From: smypmsa Date: Tue, 15 Jul 2025 14:12:25 +0000 Subject: [PATCH] docs(cursor): fix globs in bots --- .cursor/rules/bots.mdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cursor/rules/bots.mdc b/.cursor/rules/bots.mdc index 32d7a45..4046f5c 100644 --- a/.cursor/rules/bots.mdc +++ b/.cursor/rules/bots.mdc @@ -1,6 +1,6 @@ --- description: Comprehensive configuration guide for trading bots in the pump-bot system. Apply when configuring bots. -globs: ["bots/*.yaml"] +globs: bots/*.yaml alwaysApply: true ---