This commit is contained in:
2026-01-30 02:02:32 +03:00
parent 06adcca9d9
commit 0bbea95260
9 changed files with 1026 additions and 30 deletions

View File

@@ -16,8 +16,8 @@ const resultMd = concatMdSync("./parts", {
}
});
// Записываем результат в файл .cursorrules в корне проекта
const outputPath = path.join("./", ".cursorrules");
// Записываем результат в файл RULES.md в корне проекта
const outputPath = path.join("./", "RULES.md");
fs.writeFileSync(outputPath, resultMd, "utf8");
console.log(`Файл .cursorrules успешно создан: ${outputPath}`);
console.log(`Файл RULES.md успешно создан: ${outputPath}`);