Integrations
This repo does not ship official IDE plugins (VS Code/JetBrains) or hosted CI integrations. You can integrate Sweet! CLI by invoking it from scripts and CI runners.
Scripts
Invoke Sweet! CLI from any shell script:
sweet --prompt "Scan the repo and summarize the top risks"
CI
In CI, check out the repo, install dependencies, then run:
npm install -g @sweet-cli/sweet
sweet --prompt "Review this repo for broken links in docs"
API
If you need to integrate with billing/auth endpoints, see API Reference.