Files
hyperframes/packages
Miguel Ángel 5f731892f1 fix(cli): distinguish info vs warning severity in lint output
The lint command displayed info-level findings with the warning icon
and counted them in the warning total, while JSON correctly reported
severity as "info". Now info findings show a distinct icon (ℹ) and
are counted separately in both human and JSON output.

Reproducer:
  # Create a composition with a timed element missing class="clip"
  npx hyperframes lint        # Was: "1 warning(s)" with ⚠ icon
  npx hyperframes lint --json # Was: severity: "info" but warningCount: 1
  # Human and JSON output now agree
2026-03-30 18:29:47 +02:00
..
2026-03-29 10:10:03 +00:00
2026-03-29 10:10:03 +00:00
2026-03-29 10:10:03 +00:00