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.
This commit is contained in:
Phil Mahncke 2026-01-08 16:06:59 -05:00
parent 06493a1da3
commit 0fd1da62f8
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ ${launcherContent}
return {
path: launcherPath,
command: `/bmad:custom:agents:${agentName}`,
command: `/bmad/custom/agents/${agentName}`,
};
}
}