Metadata-Version: 2.4
Name: conformance-harness
Version: 0.1.0
Summary: Conformance harness: fault schedules, sealed execution, probes, witnesses, reports
Keywords: agents,verification,determinism,conformance,fault-injection
Author: Conformance
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Dist: conformance-sdk==0.1.0
Requires-Dist: pyyaml>=6
Requires-Python: >=3.12
Project-URL: Changelog, https://github.com/RohitBind123/conformence_evaluation/blob/main/CHANGELOG.md
Project-URL: Documentation, https://github.com/RohitBind123/conformence_evaluation/tree/main/docs
Project-URL: Homepage, https://github.com/RohitBind123/conformence_evaluation
Project-URL: Source, https://github.com/RohitBind123/conformence_evaluation
Description-Content-Type: text/markdown

# conformance-harness

The verification plane for [Conformance](https://github.com/RohitBind123/conformence_evaluation):
fault schedules, sealed subprocess execution, the nine probes,
delta-debugging shrink, witness construction, and report rendering.

Runs offline against recorded cassettes. A cassette miss fails closed;
it never reaches a live model.

Apache-2.0.
