Validate QuokkaPix result manifest
validate_result_manifestCheck a QuokkaPix result manifest against an official recipe or custom QA contract. Verifies status, file counts, formats, dimensions, size limits, and ZIP metadata.
Instructions
Validate an existing quokkapix-result.json manifest against an official recipe or custom QA contract. Use this after process_images/process_with_settings or when inspecting a previous run. It checks status, file counts, formats, dimensions, size limits, ZIP entry metadata and marketplace QA metadata; it does not read image pixels or upload files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe | No | Optional custom recipe with expectedResult.qa. Used instead of recipeId when provided. | |
| manifest | Yes | QuokkaPix result manifest returned by getResultManifest() or saved as quokkapix-result.json. | |
| recipeId | No | Optional official recipe id whose expectedResult.qa contract should be used. | |
| ruleProfileId | No | Optional sourced platform rule profile id. The profile is returned beside the QA report for agent audit trails. |