Add workflow section to running-locally docs (#11046)
Replace check CLI with /check skill in running-locally docs
The primary local path is now the /check skill installed via npx skills add. Removes all CLI references (curl install, check scan, check init).
Co-authored-by: Claude Opus 4.6 noreply@anthropic.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Continue
Source-controlled AI checks, enforceable in CI
Getting started
Paste this into your coding agent of choice:
How it works
Continue runs agents on every pull request as GitHub status checks. Each agent is a markdown file in your repo at
.continue/checks/. Green if the code looks good, red with a suggested diff if not. Here is an example that performs a security review:Install CLI
AI checks are powered by the open-source Continue CLI (
cn).macOS / Linux:
Windows (PowerShell):
Or with npm (requires Node.js 20+):
Then run:
Looking for the VS Code extension? See here.
Contributing
Read the contributing guide, and join the GitHub Discussions.
License
Apache 2.0 © 2023-2024 Continue Dev, Inc.