docs(skills): text corrections from prompt-guide validation#2109
Open
vanceingalls wants to merge 1 commit into
Open
docs(skills): text corrections from prompt-guide validation#2109vanceingalls wants to merge 1 commit into
vanceingalls wants to merge 1 commit into
Conversation
7 tasks
40d3095 to
745168e
Compare
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 <g> so scale/rotation pivot on the shape's middle. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
745168e to
6fba438
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation-only updates surfaced by the prompt-guide validation campaign (~40 builds of published prompts, executed exactly as written). The behavior fixes from the same campaign were split out to #2110; Tier 3 block bugs are tracked in #2107.
data-start="0"(root_composition_missing_data_start), and initial states belong ingsap.fromTo, never a CSStransformpaired with a GSAP tween on the same property (gsap_css_transform_conflict). Both were guaranteed first-build lint failures for agents writing compositions cold.data-composition-srcpaths resolve relative to the project root, not the referencing file (previously undocumented; a nested composition one level deep still writescompositions/foo.html).createElementNS) has no reliable center pivot; draw geometry at local(0,0)inside a positioning<g>so scale/rotation pivot on the shape's middle.Dropped in rebase: a media-use SKILL.md "local-model defaults" correction — superseded by #2027/#2065, which changed the actual default to the HeyGen free-usage path and rewrote that row.
(
skills-manifest.jsonhash churn is the pre-commit hook keeping the manifest in sync.)Test plan
data-composition-srcresolution confirmed; pivot bug reproduced + workaround validated in a shipped composition)🤖 Generated with Claude Code