From e7a6cb0da622e2086afb27fe1ecb6144af2734c4 Mon Sep 17 00:00:00 2001 From: Vance Ingalls Date: Thu, 9 Jul 2026 11:59:27 -0700 Subject: [PATCH 1/8] docs(skills): text corrections from prompt-guide validation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Documentation-only updates surfaced by the prompt-guide validation campaign. The behavior fixes from the same campaign are in a separate PR (pipeline fixes); Tier 3 block bugs are tracked in #2107. - hyperframes-core SKILL.md: new "First-pass lint gotchas" subsection — the root composition element must carry data-start="0" (root_composition_missing_data_start), and initial states belong in gsap.fromTo, never a CSS transform paired with a GSAP tween on the same property (gsap_css_transform_conflict). Both were guaranteed first-build lint failures for agents writing compositions cold. - media-use SKILL.md: "Weak local-model defaults" row corrected — local Kokoro TTS is the free default with HeyGen as the paid upsell (was described backwards), and bg-removal runs via the hyperframes CLI. - docs/concepts/compositions.mdx: document that data-composition-src paths resolve relative to the project root, not the referencing file. - gsap-transforms-and-perf.md: runtime-created SVG (createElementNS) has no reliable center pivot — draw geometry at local (0,0) inside a positioning so scale/rotation pivot on the shape's middle. Co-Authored-By: Claude Fable 5 --- docs/concepts/compositions.mdx | 2 ++ skills-manifest.json | 4 ++-- .../adapters/gsap-transforms-and-perf.md | 1 + skills/hyperframes-core/SKILL.md | 7 +++++++ 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/concepts/compositions.mdx b/docs/concepts/compositions.mdx index fecb3d2ecb..d68e32e3ae 100644 --- a/docs/concepts/compositions.mdx +++ b/docs/concepts/compositions.mdx @@ -37,6 +37,8 @@ You can embed one composition inside another in two ways: loading from an extern Reference another HTML file with `data-composition-src`. The framework automatically fetches the file, extracts the `