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: docs/docs/customize/deep-dives/rules.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,15 @@ This can be viewed in the rules section of the toolbar (see above), or visit the
59
59
60
60
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).
61
61
62
-
## `.continue/rules`
62
+
## `.continuerules`
63
63
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.
0 commit comments