Skip to content

v0.7.50

Choose a tag to compare

@github-actions github-actions released this 10 Jul 22:52
1d97dda

HyperFrames v0.7.50

Released on 2026-07-10.

This release makes hyperframes check the canonical verification gate: one command, one browser session covering lint, runtime errors, layout, motion intent, and WCAG contrast, with agent-actionable findings (source anchors, contrast fix suggestions) and snapshot evidence via annotated frames and per-finding crops. validate, inspect, and layout are deprecated but fully functional; snapshot gains --zoom for high-density crops of any element or region.

Features

  • CLI: --frame-check accepts a severity/seek/tol spec (659cb6a23)
  • CLI: Persistence-tiered findings, frozen-sweep guard, occlusion coverage (94f6de8b8)
  • CLI: Snapshot --zoom and per-finding crops on check --snapshots (f4cef54b8)
  • CLI: Deprecate validate, inspect, layout in favor of check (58f45ef75)
  • CLI: Run-ID telemetry correlation and check breakdown event (3a02942a0)
  • CLI: Caption-zone and frame-check gates on check (7ab6c2b7a)
  • CLI: Add check — single-session verification gate (7d6d41361)

Fixes

  • CLI: Address review — clip-duration audit in check, failure classing, crop observability (67cdf0fdb)
  • Core: Preserve playhead during volume probing (16ab8b293, #2143)
  • Escape NUL bytes in HFMASK regex (Bun blank renders) + Windows junction for studio preview links (718c67b38, #2140)
  • CLI: Page closures survive keepNames transpilation; format motion-blur (2ceb0683a)
  • CLI: Contrast gate judges only readable content; examples pass check (4b03866c0)

Docs & Examples

  • Cli,skills: Teach check as the canonical verification gate (cf7c1d760)

Internal

  • CLI: Type the guard test's mock so the full typecheck passes (96cb5e39d)
  • CLI: Import the page-function guard in its new unit test (c169dbaa5)
  • CLI: Single-source-of-truth pass over the check branch (cea345801)
  • Examples: Mark product-promo cursor and comment layering intentional (b218ee744)
  • CLI: Unify seek/settle and Chrome launch across browser commands (feb256df8)

Full changelog

v0.7.49...v0.7.50