Skip to content

Commit 159d34d

Browse files
authored
rules: removes glob to cursor rules (#84)
Signed-off-by: Sam Alba <216487+samalba@users.noreply.github.com>
1 parent 758036a commit 159d34d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/cursor.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: "Container-use rules for safe containerized development"
3-
globs: ["**/*"]
3+
globs:
44
alwaysApply: true
55
---
66

@@ -13,4 +13,4 @@ Other git commands will not work as expected because each containers workdir is
1313

1414
The "checkout command for human" value returned to the user will switch to a branch that tracks the container-use remote, but won't have the changes pulled.
1515

16-
You MUST inform the user how to view their changes using a "git checkout" command that does not include container-use/remote. Your work will be useless without reporting this!
16+
You MUST inform the user how to view their changes using a "git checkout" command that does not include container-use/remote. Your work will be useless without reporting this!

0 commit comments

Comments
 (0)