From 0fd1da62f8d6324afd7f3b429ed3deab8383293f Mon Sep 17 00:00:00 2001 From: Phil Mahncke Date: Thu, 8 Jan 2026 16:06:59 -0500 Subject: [PATCH] style: adjust constructor formatting and update command path in Cursor IDE setup - Reformatted the constructor method for consistency. - Updated the command path syntax in the Cursor IDE setup to use a more standard format. --- tools/cli/installers/lib/ide/cursor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli/installers/lib/ide/cursor.js b/tools/cli/installers/lib/ide/cursor.js index 82893535..61f374a4 100644 --- a/tools/cli/installers/lib/ide/cursor.js +++ b/tools/cli/installers/lib/ide/cursor.js @@ -161,7 +161,7 @@ ${launcherContent} return { path: launcherPath, - command: `/bmad:custom:agents:${agentName}`, + command: `/bmad/custom/agents/${agentName}`, }; } }