hyperframes 0.7.71 → 0.7.72
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/dist/cli.js +4564 -2048
- package/dist/commands/layout-audit.browser.js +203 -0
- package/dist/hyperframe-runtime.js +34 -32
- package/dist/hyperframe.manifest.json +1 -1
- package/dist/hyperframe.runtime.iife.js +34 -32
- package/dist/hyperframes-player.global.js +1 -1
- package/dist/skills/hyperframes/SKILL.md +10 -0
- package/dist/skills/hyperframes/references/capability-menu.md +17 -17
- package/dist/skills/hyperframes-cli/references/compare-and-batch.md +1 -1
- package/dist/skills/hyperframes-cli/references/lint-validate-inspect.md +1 -7
- package/dist/studio/assets/{hyperframes-player-C1X90psg.js → hyperframes-player-Bjf2HPzR.js} +1 -1
- package/dist/studio/assets/index-BgZMle9I.css +1 -0
- package/dist/studio/assets/{index-nY4lLBqM.js → index-Ch1hbJ3e.js} +1 -1
- package/dist/studio/assets/{index-DzxDHPR1.js → index-Ct_pxETK.js} +1 -1
- package/dist/studio/assets/index-DCyWLHnx.js +428 -0
- package/dist/studio/index.d.ts +8 -0
- package/dist/studio/index.html +2 -2
- package/dist/studio/index.js +5383 -3804
- package/dist/studio/index.js.map +1 -1
- package/dist/templates/_shared/AGENTS.md +2 -0
- package/dist/templates/_shared/CLAUDE.md +2 -0
- package/package.json +1 -1
- package/dist/studio/assets/index-CSCh2Vrp.js +0 -428
- package/dist/studio/assets/index-Ceyz8Qt2.css +0 -1
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
|
|
21
21
|
The domain skills (`/hyperframes-core`, `/hyperframes-animation`, `/hyperframes-keyframes`, `/hyperframes-creative`, `/hyperframes-cli`, `/media-use`, `/hyperframes-registry`, `/figma`) and the full capability map live inside `/hyperframes` — it is the single source of truth for which skill handles which intent.
|
|
22
22
|
|
|
23
|
+
**Changing how real footage or images look or reveal?** Load `/media-use` and its media-treatment policy before editing, even when the request only says dark, flat, boring, retro, private, or “make the reveal cooler.” Use canonical media treatments and seek-safe motion; do not improvise equivalent CSS/SVG filters or overlays.
|
|
24
|
+
|
|
23
25
|
> **Tailwind v4 projects** (`hyperframes init --tailwind`): see `/hyperframes-core` → `references/tailwind.md`.
|
|
24
26
|
|
|
25
27
|
> **Skill missing or stale?** Run `npx hyperframes skills update <name>` to install/refresh
|
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
|
|
21
21
|
The domain skills (`/hyperframes-core`, `/hyperframes-animation`, `/hyperframes-keyframes`, `/hyperframes-creative`, `/hyperframes-cli`, `/media-use`, `/hyperframes-registry`, `/figma`) and the full capability map live inside `/hyperframes` — it is the single source of truth for which skill handles which intent.
|
|
22
22
|
|
|
23
|
+
**Changing how real footage or images look or reveal?** Load `/media-use` and its media-treatment policy before editing, even when the request only says dark, flat, boring, retro, private, or “make the reveal cooler.” Use canonical media treatments and seek-safe motion; do not improvise equivalent CSS/SVG filters or overlays.
|
|
24
|
+
|
|
23
25
|
> **Tailwind v4 projects** (`hyperframes init --tailwind`): see `/hyperframes-core` → `references/tailwind.md`.
|
|
24
26
|
|
|
25
27
|
> **Skill missing or stale?** Run `npx hyperframes skills update <name>` to install/refresh
|