hyperframes 0.1.13 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -51,9 +51,13 @@ npx hyperframes render ./my-composition.html -o output.mp4
51
51
  Validate your Hyperframes HTML:
52
52
 
53
53
  ```bash
54
- npx hyperframes lint ./my-composition.html
54
+ npx hyperframes lint ./my-composition
55
+ npx hyperframes lint ./my-composition --json # JSON output for CI/tooling
56
+ npx hyperframes lint ./my-composition --verbose # Include info-level findings
55
57
  ```
56
58
 
59
+ By default only errors and warnings are shown. Use `--verbose` to also display informational findings (e.g., external script dependency notices). Use `--json` for machine-readable output with `errorCount`, `warningCount`, `infoCount`, and a `findings` array.
60
+
57
61
  ### `compositions`
58
62
 
59
63
  List compositions found in the current project: