Skip to content

Commit 4dc8226

Browse files
committed
rules set to always not applied to chat, changed to auto attach with *.*
1 parent 4a79622 commit 4dc8226

5 files changed

Lines changed: 18 additions & 6 deletions

.cursor/rules/always-add-license-headers.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description:
3-
globs:
4-
alwaysApply: true
3+
globs: *.*
4+
alwaysApply: false
55
---
66
// Copyright 2022-2025 Salesforce, Inc.
77
//
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description:
3+
globs: *.*
4+
alwaysApply: false
5+
---
6+
When recieving instructions about changes to be made, always prepare a plan and present it for approval before making any edits.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description:
3+
globs: *.*
4+
alwaysApply: false
5+
---
6+
Never make unrelated changes to the project while making edits. Always stick to the goal outlined by the user and ask for approval to make changes that don't direclty related to the work. When unsure, err on the side of caution and ask the user.

.cursor/rules/cleanup-after-changes.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description:
3-
globs:
4-
alwaysApply: true
3+
globs: *.go
4+
alwaysApply: false
55
---
66
// Copyright 2022-2025 Salesforce, Inc.
77
//

.cursor/rules/explicit-backward-compatibility.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description:
3-
globs:
4-
alwaysApply: true
3+
globs: *.go
4+
alwaysApply: false
55
---
66
// Copyright 2022-2025 Salesforce, Inc.
77
//

0 commit comments

Comments
 (0)