feat(cli): update ruler addon with more mcp

This commit is contained in:
Aman Varshney
2025-09-09 05:44:55 +05:30
parent 2f9eb1faca
commit d059d7de1d
7 changed files with 174 additions and 153 deletions

View File

@@ -620,8 +620,6 @@ export async function setupAddonsTemplate(
for (const addon of context.addons) {
if (addon === "none") continue;
if (addon === "ruler") continue;
let addonSrcDir = path.join(PKG_ROOT, `templates/addons/${addon}`);
let addonDestDir = projectDir;