Build the workspace
From the repository root:Run the local build
Choose one method.Link the CLI
Use this when you will test several commands or projects:Call the built entry directly
Use this when you do not want to change yourPATH:
Test the package archive
Use this before a release to check the files that would actually be published:What to verify
Test the user-visible outcome, not only the exit code:- the command accepts the documented arguments;
- errors explain how to recover;
--jsonremains machine-readable when the command supports it;- Preview opens the correct project and reflects file changes;
- a render produces a playable file with the expected duration and media;
- temporary files and background processes are cleaned up after success and failure.
ffprobe or the repository’s existing fixture tests rather than relying on visual playback alone.
Common problems
If a globally installed CLI shadows the link, inspectwhich hyperframes, remove the global package, and link again. Preview starts at port 3002 and automatically tries a free port; pass --port only when a fixed port is required.