Metadata-Version: 2.4
Name: continuo-validation-contract
Version: 0.2.0
Summary: The continuo validation runner contract: the WarehouseAdapter port and result-block wire format.
Author: Simone Carolini
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# continuo-validation-contract

The contract shared by the continuo validation runner and every engine adapter
library: the `WarehouseAdapter` port (engine-specific empty-table DDL) plus
entry-point discovery, and the sentinel-framed result-block wire format the
runner emits and the k8s-controller parses. Each `continuo-validation-<engine>`
library depends on this package and implements the port.
