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:
parent
06493a1da3
commit
0fd1da62f8
|
|
@ -161,7 +161,7 @@ ${launcherContent}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
path: launcherPath,
|
path: launcherPath,
|
||||||
command: `/bmad:custom:agents:${agentName}`,
|
command: `/bmad/custom/agents/${agentName}`,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue