v0.8.1
Fixed
- Model-proposed verification queries were silently dropped when the model
emitted theverificationkey as a bare query list instead of the
{"queries": [...]}envelope — the plan parser rejected the whole block and
every such round fell back to floor-only checks (observed on
claude-haiku-4-5immediately after 0.8.0 went live). The prompt now spells
out the exact envelope shape and the parser accepts both shapes, so targeted
disprove-queries — including the mandatory ones behind the scope-inflation
guard — actually run.
Full Changelog: v0.8.0...v0.8.1