> ## Documentation Index
> Fetch the complete documentation index at: https://ralphy.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ralphy hyperframes

> HyperFrames inner-loop verbs (lint / validate / snapshot / render / save-version / extract-frames / watch). Wraps bunx hyperframes so iterations log to generati

## Summary

```bash theme={"dark"}
ralphy hyperframes|hf [options] [command]
```

**Example**

```bash theme={"dark"}
ralphy hyperframes lint spring-001
```

<Expandable title="Full reference">
  **Flags**

  | Flag         | Description              |
  | ------------ | ------------------------ |
  | `-h, --help` | display help for command |

  **All examples**

  ```bash theme={"dark"}
  ralphy hyperframes lint spring-001
  ralphy hyperframes validate spring-001
  ralphy hyperframes snapshot spring-001                # auto --at from STORYBOARD
  ralphy hyperframes snapshot spring-001 --at 0.5 1.8 3.2
  ralphy hyperframes save-version spring-001            # → compositions/v1.html
  ralphy hyperframes render spring-001 --require-snapshot-review
  ralphy hyperframes extract-frames spring-001 --in render/final.mp4 --at 1.0 5.0
  ralphy hyperframes watch spring-001
  ```
</Expandable>
