·
8 commits
to development
since this release
GraphCheck 0.2.0
Changed
-
Leaner base install.
pip install graphcheckno longer pulls the LLM provider SDKs or the MCP server stack. Add them with extras when you need them:pip install graphcheck[generate]— AI-assisted check authoring (graphcheck generate)pip install graphcheck[mcp]— the agent surface (graphcheck mcp serve)
Each command prints the matching install hint if its extra is absent.
Fixed
graphcheck initno longer scaffolds a drift check that errors on the first run. A fresh project's default checks are baseline-free, so the firstgraphcheck runreturns a clean, understandable result.
Upgrade
pip install --upgrade graphcheck
Full detail: see CHANGELOG.md.