hyperframes 0.8.3 → 0.8.4

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
@@ -33,11 +33,33 @@ Start the live preview studio in your browser:
33
33
 
34
34
  ```bash
35
35
  npx hyperframes preview
36
- # Studio running at http://localhost:3002
36
+ # Studio: http://localhost:3002/#project/my-video
37
+ # Server: http://localhost:3002
37
38
 
38
39
  npx hyperframes preview --port 4567
39
40
  ```
40
41
 
42
+ In an interactive terminal, the preview stays attached until you press
43
+ Ctrl+C. In a non-interactive shell such as a coding-agent session, the same
44
+ command starts a managed preview that survives after the command returns. Use
45
+ `--background` or `--foreground` to choose explicitly, and manage persistent
46
+ previews with `--status`, `--stop`, `--list`, and `--kill-all`. Add `--json` to
47
+ managed lifecycle commands for machine-readable output. `--foreground --json`
48
+ prints the ready-session envelope once, then remains attached until stopped.
49
+
50
+ ### `normalize-audio`
51
+
52
+ Measure two local authored audio clips with integrated LUFS and match the target
53
+ to the unchanged reference. The command is a dry run unless `--write` is passed:
54
+
55
+ ```bash
56
+ npx hyperframes normalize-audio --reference target-audio --target user-audio
57
+ npx hyperframes normalize-audio --reference target-audio --target user-audio --write
58
+ ```
59
+
60
+ It updates only the target element's `data-volume` and refuses unsafe boosts
61
+ that exceed Studio's +12 dB ceiling or would clip.
62
+
41
63
  ### `render`
42
64
 
43
65
  Render a composition to MP4. Run from the project directory; the positional