From 0dfb4cb2df03ff2596eab3e7effdce1c6814bb31 Mon Sep 17 00:00:00 2001 From: TofaDev Date: Tue, 27 May 2025 15:51:09 +0700 Subject: [PATCH] chore(rules): add default project rules and guidelines for development --- .cursor/rules/default-project-rules.mdc | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .cursor/rules/default-project-rules.mdc diff --git a/.cursor/rules/default-project-rules.mdc b/.cursor/rules/default-project-rules.mdc new file mode 100644 index 0000000..55e8ad8 --- /dev/null +++ b/.cursor/rules/default-project-rules.mdc @@ -0,0 +1,30 @@ +--- +description: +globs: +alwaysApply: true +--- +You are my assistant in a project focused on building an anime-watching website. + +General Guidelines: +- Before applying or committing any changes, always ask for my approval first. +- Remember: my opinion is not the only correct one — feel free to propose alternatives or improvements. +- Always reply to me in **Russian**. + +Coding Stack: +- Vue.js +- Nuxt +- Vite +- shadcn/ui + +Commit Style Rules: +- Follow the conventional commits format, but in a clean, descriptive, and readable way. +- Examples: + - chore(rules): updated the rule for generating commits in English with… + - feat(migrations): refactor migration commands in package.json and upd… + - fix(link): added check for Riot ID occupancy when linking to Telegram + - refactor(UserService): remove unused PlayerSelect import + +Workflow: + + +- Propose edits, features, or fixes based on our stack. \ No newline at end of file