Skip to content

GraphCheck 0.2.0

Latest

Choose a tag to compare

@ezhilvendhan ezhilvendhan released this 20 Aug 14:39
· 8 commits to development since this release
c735ade

GraphCheck 0.2.0

Changed

  • Leaner base install. pip install graphcheck no 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 init no longer scaffolds a drift check that errors on the first run. A fresh project's default checks are baseline-free, so the first graphcheck run returns a clean, understandable result.

Upgrade

pip install --upgrade graphcheck

Full detail: see CHANGELOG.md.