wave_design_contract
Compose a design-contract.json from an extracted pen-extract directory and validate it against schema and acceptance-test catalogue, returning validator line, key counts, and written path.
Instructions
Compose a design-contract.json from an already-extracted pen-extract dir, then validate it against the schema + acceptance-tests catalogue. Returns the validator line, key counts, and the written path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out | No | Output contract file (default: <extract>/design-contract.json) | |
| extract | Yes | Path to a <board>.extract/ dir written by wave_design_extract |