Skip to content

Commit bf24c34

Browse files
committed
Fix rule metadata
1 parent 47f9235 commit bf24c34

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cursor-rules/100-ox-direct-style.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description:
3-
globs:
3+
globs: *.scala
44
alwaysApply: false
55
---
66
# Ox Direct-Style Programming

cursor-rules/101-ox-structured-concurrency.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description:
3-
globs:
2+
description:
3+
globs: *.scala
44
alwaysApply: false
55
---
66
# Ox Structured Concurrency

cursor-rules/102-ox-virtual-threads.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description:
3-
globs:
3+
globs: *.scala
44
alwaysApply: false
55
---
66
# Ox Virtual Threads

cursor-rules/generation/prompt2-rule-gen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Rules which are automatically applied, must have the following metadata header:
2323
```
2424
---
2525
description:
26-
globs:
26+
globs: *.scala
2727
alwaysApply: true
2828
---
2929

0 commit comments

Comments
 (0)