Skip to content

LaunchClip v0.1.0

Latest

Choose a tag to compare

@rogerchappel rogerchappel released this 15 Jul 01:58
df02b7a

LaunchClip's first public version turns local product and repository evidence into reviewable launch videos and OSS promotion packets.

Highlights

  • Model-directed, resumable HyperFrames production with approval-gated final rendering
  • Deterministic local OSS promotion-packet workflow
  • Subscription-agent skills for creative orchestration without a LaunchClip model API key
  • Pinned HyperFrames and Remotion runtimes
  • launchclip --version and launchclip doctor
  • Workspace-isolated generated media and clean consumer-package verification

Install for smoke testing

Until the npm registry publication is completed, install the attached npm artifact directly:

npm install --global https://github.com/rogerchappel/launchclip/releases/download/v0.1.0/launchclip-0.1.0.tgz
launchclip --version
launchclip doctor

Or build from source with Node.js 22 or newer:

git clone --branch v0.1.0 https://github.com/rogerchappel/launchclip.git
cd launchclip
npm ci
npm run release:check
npm link

Artifact SHA-256: d6473ffd7ae16a9181de46a4e03bdb6b0a64231bdef5d234de742e4b0e5518cb

Verification

  • 289 tests passed
  • deterministic packet smoke passed
  • clean tarball install/bin/doctor/init smoke passed
  • npm audit reported zero production dependency vulnerabilities
  • Node.js 22 and 24 Linux CI passed
  • Node.js 22 macOS CI passed

The npm registry package and Homebrew tap are not published by this release.