diff --git a/.cursor/rules/version_control.mdc b/.cursor/rules/version_control.mdc index c486997d..b1a53c33 100644 --- a/.cursor/rules/version_control.mdc +++ b/.cursor/rules/version_control.mdc @@ -1,7 +1,13 @@ --- alwaysApply: true --- - do not add or commit for the user; let him control that process +# Rules for peaceful co-existence with developers + +do not add or commit for the user; let him control that process + +the content of commit messages should be from the files awaiting staging +and those which have been staged. use the differences in those files +to inform the content of the commit message always preview changes and commit message to use and allow me to copy and paste ✅ Preferred Commit Message Format diff --git a/src/components/MembersList.vue b/src/components/MembersList.vue index d10d4847..89840ebd 100644 --- a/src/components/MembersList.vue +++ b/src/components/MembersList.vue @@ -159,25 +159,6 @@