Files
hyperframes/packages
Miguel Angel Simon Sierra d70f00f707 docs: say one paused ROOT timeline, not "timelines must be paused"
`skills/hyperframes-core/SKILL.md` has always been right: "Each composition
registers exactly one gsap.timeline({ paused: true })... Don't manually nest
sub-timelines into the host."

The four compressed copies dropped both halves and said only "GSAP timelines
must be paused and registered on window.__timelines". Plural, with no cap and
no warning against nesting. An author following that writes a paused timeline
per scene and combines them, which is precisely the shape that renders black:
a paused child never advances when the root is seeked, so every frame is the
t=0 state, and lint, check and validate all pass because none looks at pixels.

This is the drift the skill-catalog rule exists to prevent — a compressed copy
asserting something the skill does not.

The runtime now repairs this shape (#3427), so nobody is stuck. This closes the
door on authoring it in the first place.

Both template files kept byte-identical, as required.
2026-08-22 11:59:52 -04:00
..
2026-08-22 11:16:32 -04:00
2026-08-22 11:16:32 -04:00
2026-08-22 11:16:32 -04:00
2026-08-22 11:16:32 -04:00
2026-08-22 11:16:32 -04:00
2026-08-22 11:16:32 -04:00
2026-08-22 11:16:32 -04:00
2026-08-22 11:16:32 -04:00
2026-08-22 11:16:32 -04:00