Sweet! CLI

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:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
./sweet --prompt "Review this repo for broken links in docs"

API

If you need to integrate with billing/auth endpoints, see API Reference.