Skip to content

Commit 21d1b23

Browse files
committed
revert .continuerules change
1 parent 84f08d0 commit 21d1b23

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/docs/customize/deep-dives/rules.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,15 @@ This can be viewed in the rules section of the toolbar (see above), or visit the
5959
6060
Advanced users can override this system message for a specific model if needed by using `chatOptions.baseSystemMessage`. See the [`config.yaml` reference](../../reference.md#models).
6161

62-
## `.continue/rules`
62+
## `.continuerules`
6363

64-
You can create project-specific rules by adding a `.continue/rules` file to the root of your project. This file is raw text and its full contents will be used as rules.
64+
:::warning
65+
66+
`.contninuerules` will be deprecarted in a future release. Please use `.continue/rules` instead.
67+
68+
:::
69+
70+
You can create project-specific rules by adding a `.continuerules` file to the root of your project. This file is raw text and its full contents will be used as rules.
6571

6672
### Simple Examples
6773

0 commit comments

Comments
 (0)