chore: rename vibe-rules to ruler

This commit is contained in:
Aman Varshney
2025-08-13 18:31:59 +05:30
parent 5c2c4193ee
commit 0da814ac8d
12 changed files with 21 additions and 16 deletions

View File

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