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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,10 @@ Looking for the VS Code extension? [See here](extensions/vscode/README.md).
80
80
Read the [contributing guide](https://github.com/continuedev/continue/blob/main/CONTRIBUTING.md), and
81
81
join the [GitHub Discussions](https://github.com/continuedev/continue/discussions).
82
82
83
+
## AI Checks
84
+
85
+
AI checks are markdown files that define code quality standards — each one runs as a full AI agent on every PR, catching issues that linters and tests can't express. Follow the [continuedev/checks](https://github.com/continuedev/checks) README to set up your first check.
0 commit comments