qc_still
Validate a generated still against shot intent and locked look using vision model scores for intent, look, and character. Automatically pass or flag for re-roll based on a configurable threshold.
Instructions
Style-drift QC on a generated still against the shot intent + locked look.
Vision model scores intent / look / character (0-100). Pass requires every score >= threshold. Saves the verdict and returns it. An agent re-rolls the still when pass is false, using fix_suggestion.
Args: project: project name. image: local path or http URL of the still to review. shot_id: which shot in plan.json this still is for. threshold: minimum passing score per dimension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| image | Yes | ||
| shot_id | Yes | ||
| threshold | No |