You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rules/cursor.mdc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
description: "Container-use rules for safe containerized development"
3
-
globs: ["**/*"]
3
+
globs:
4
4
alwaysApply: true
5
5
---
6
6
@@ -13,4 +13,4 @@ Other git commands will not work as expected because each containers workdir is
13
13
14
14
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.
15
15
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