Metadata-Version: 2.4
Name: eval-conformance-suite
Version: 0.1.1
Summary: Executable rubric-spec v1 conformance suite.
Author: AuraOne
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rubric-spec>=0.1.1
Dynamic: license-file

# eval-conformance-suite

Executable rubric-spec v1 conformance checks and reproducible SVG badges. Inspect AI is documented as the first external adapter target. Reference badges can be hosted at `auraone.ai/conformance/<framework>.svg`.

## Quickstart

```bash
pip install eval-conformance-suite rubric-spec
eval-conformance-suite run --against rubric_spec.adapters.inspect_ai
eval-conformance-suite badge --against inspect_ai
```

The CI suite runs all bundled `rubric-spec` adapters: Inspect AI, PromptFoo, DeepEval, LangSmith, and EvalKit.

## What This Is Not

Not a benchmark. It only checks schema and adapter compliance using synthetic fixtures.
