From 4822454e77839ce126c7ef4d7dd8d80e930c3e98 Mon Sep 17 00:00:00 2001 From: calesthio Date: Thu, 16 Apr 2026 20:23:05 -0700 Subject: [PATCH] pipelines: require meta/animation-runtime-selector in animation-heavy pipelines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Declaratively wire the new Layer 2 animation-runtime dispatcher into the four pipelines that do meaningful animation authoring: - animated-explainer (generated explainer scenes, kinetic typography) - animation (motion graphics, logo morphs, motion paths) - cinematic (title cards, curved camera moves, prestige easings) - screen-demo (synthetic terminal timing + callout overlays) Before this, skills/meta/animation-runtime-selector.md was referenced only in asset-director prose — a fresh-context agent running preflight on the manifest alone would miss it. Adding it to required_skills: closes the discovery loop: the reviewer + checkpoint systems now enforce that it was consulted before authoring animated components. No schema change required — follows the existing pattern of listing meta skills (reviewer, checkpoint-protocol, skill-creator) as required. --- pipeline_defs/animated-explainer.yaml | 1 + pipeline_defs/animation.yaml | 1 + pipeline_defs/cinematic.yaml | 1 + pipeline_defs/screen-demo.yaml | 1 + 4 files changed, 4 insertions(+) diff --git a/pipeline_defs/animated-explainer.yaml b/pipeline_defs/animated-explainer.yaml index 1ea2ac6..094a7eb 100644 --- a/pipeline_defs/animated-explainer.yaml +++ b/pipeline_defs/animated-explainer.yaml @@ -39,6 +39,7 @@ required_skills: - meta/reviewer - meta/checkpoint-protocol - meta/skill-creator + - meta/animation-runtime-selector orchestration: mode: executive-producer diff --git a/pipeline_defs/animation.yaml b/pipeline_defs/animation.yaml index 2aab5f9..1c1ef64 100644 --- a/pipeline_defs/animation.yaml +++ b/pipeline_defs/animation.yaml @@ -39,6 +39,7 @@ required_skills: - pipelines/animation/publish-director - meta/reviewer - meta/checkpoint-protocol + - meta/animation-runtime-selector orchestration: mode: executive-producer diff --git a/pipeline_defs/cinematic.yaml b/pipeline_defs/cinematic.yaml index a327f36..89bffdb 100644 --- a/pipeline_defs/cinematic.yaml +++ b/pipeline_defs/cinematic.yaml @@ -46,6 +46,7 @@ required_skills: - pipelines/cinematic/publish-director - meta/reviewer - meta/checkpoint-protocol + - meta/animation-runtime-selector compatible_playbooks: recommended: diff --git a/pipeline_defs/screen-demo.yaml b/pipeline_defs/screen-demo.yaml index 7af4aeb..defc3d0 100644 --- a/pipeline_defs/screen-demo.yaml +++ b/pipeline_defs/screen-demo.yaml @@ -65,6 +65,7 @@ required_skills: - pipelines/screen-demo/publish-director - meta/reviewer - meta/checkpoint-protocol + - meta/animation-runtime-selector compatible_playbooks: recommended: