From 36c921e3a94c7ded64c17e26701234edd35f6978 Mon Sep 17 00:00:00 2001 From: itsuzef <53057646+itsuzef@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:47:52 -0400 Subject: [PATCH] docs(architecture): fix HyperFrames npm package name ARCHITECTURE.md said `npx @hyperframes/cli` but that scoped package is a 404. The published npm package is `hyperframes`, consumed as `npx hyperframes`. hyperframes_compose.py already documents this distinction in its _NPM_PACKAGE constant and install_instructions. --- docs/ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 0491dca6..b961062c 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -437,7 +437,7 @@ A standalone Node.js/React subproject in `remotion-composer/` using [Remotion](h ### HyperFrames (HTML/CSS/GSAP) -Consumed via `npx @hyperframes/cli` (no monorepo checkout needed). Runtime floor: Node.js ≥ 22, FFmpeg, `npx`. +Consumed via `npx hyperframes` (no monorepo checkout needed). Runtime floor: Node.js ≥ 22, FFmpeg, `npx`. - Handles kinetic typography, product promos, launch reels, website-to-video, registry blocks - Driver: `tools/video/hyperframes_compose.py` materializes a workspace under `projects//hyperframes/`, then runs `lint → validate → render`