Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion packages/studio/src/hooks/gsapDragCommit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import { describe, expect, it, beforeEach } from "vitest";
import type { GsapAnimation } from "@hyperframes/core/gsap-parser";
import type { DomEditSelection } from "../components/editor/domEditingTypes";
import {
commitGsapPositionFromDrag,
commitStaticGsapPosition,
commitStaticGsapRotation,
parkPlayheadOnKeyframe,
type GsapDragCommitCallbacks,
} from "./gsapDragCommit";
import { commitGsapPositionFromDrag } from "./gsapDragPositionCommit";
import { usePlayerStore } from "../player/store/playerStore";

// Minimal selection whose element has no drag-baseline attributes (origX/Y = 0).
Expand Down
10 changes: 7 additions & 3 deletions scripts/test-skills-fresh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# 5. Installs the full skills tree from the LOCAL repo via `npx skills add
# --agent <agent>`, then prunes the internal _meta/ authoring skills so the
# installed set matches what an end user gets.
# 6. Verifies the router + 6 workflows + 6 domain skills landed.
# 6. Verifies the router + 10 workflows + 6 domain skills landed.
# 7. Prints the command to start the agent + example prompts to try.
#
# Iterate after editing:
Expand Down Expand Up @@ -234,7 +234,9 @@ fi
say "Verifying skill installation..."

ROUTER="hyperframes"
WORKFLOWS=(product-launch-video faceless-explainer footage-recut pr-to-video general-video remotion-to-hyperframes motion-graphics)
WORKFLOWS=(product-launch-video website-to-video faceless-explainer embedded-captions \
graphic-overlays pr-to-video motion-graphics general-video \
remotion-to-hyperframes slideshow)
DOMAIN=(hyperframes-core hyperframes-creative hyperframes-animation hyperframes-cli hyperframes-media hyperframes-registry)

MISSING=()
Expand Down Expand Up @@ -272,6 +274,8 @@ echo "Then type any request you want to test — the agent routes it to a workfl
echo " • \"make a product launch video for https://your-site.com/\" → product-launch-video (exercises capture)"
echo " • \"explain how transformers work as a faceless explainer video\" → faceless-explainer"
echo " • \"make a video from this PR: owner/repo#123\" → pr-to-video"
echo " • \"recut this footage ./clip.mp4 with info-card overlays\" → footage-recut"
echo " • \"add lower-thirds / overlay cards to ./clip.mp4\" → graphic-overlays"
echo " • \"add captions/subtitles to ./clip.mp4\" → embedded-captions"
echo " • \"turn https://your-site.com/ into a site tour video\" → website-to-video"
echo " • \"a logo reveal / title card / data montage\" → general-video"
echo ""
405 changes: 102 additions & 303 deletions skills/faceless-explainer/SKILL.md

Large diffs are not rendered by default.

187 changes: 0 additions & 187 deletions skills/faceless-explainer/agents/hyperframes-finalize.md

This file was deleted.

430 changes: 0 additions & 430 deletions skills/faceless-explainer/agents/hyperframes-scene.md

This file was deleted.

50 changes: 0 additions & 50 deletions skills/faceless-explainer/agents/scriptwriting.md

This file was deleted.

40 changes: 0 additions & 40 deletions skills/faceless-explainer/agents/visual-design.md

This file was deleted.

35 changes: 0 additions & 35 deletions skills/faceless-explainer/assets/sfx/CREDITS.md

This file was deleted.

Binary file removed skills/faceless-explainer/assets/sfx/chime.mp3
Binary file not shown.
Binary file removed skills/faceless-explainer/assets/sfx/click-soft.mp3
Binary file not shown.
Binary file removed skills/faceless-explainer/assets/sfx/click.mp3
Binary file not shown.
Binary file removed skills/faceless-explainer/assets/sfx/error.mp3
Binary file not shown.
Binary file removed skills/faceless-explainer/assets/sfx/glitch-1.mp3
Binary file not shown.
Binary file removed skills/faceless-explainer/assets/sfx/glitch-2.mp3
Binary file not shown.
Binary file removed skills/faceless-explainer/assets/sfx/glitch-3.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed skills/faceless-explainer/assets/sfx/key-press.mp3
Binary file not shown.
97 changes: 0 additions & 97 deletions skills/faceless-explainer/assets/sfx/manifest.json

This file was deleted.

Binary file not shown.
Binary file removed skills/faceless-explainer/assets/sfx/ping.mp3
Binary file not shown.
Binary file removed skills/faceless-explainer/assets/sfx/pop.mp3
Binary file not shown.
Binary file removed skills/faceless-explainer/assets/sfx/riser.mp3
Binary file not shown.
Binary file removed skills/faceless-explainer/assets/sfx/sparkle.mp3
Binary file not shown.
Binary file removed skills/faceless-explainer/assets/sfx/typing.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed skills/faceless-explainer/assets/sfx/whoosh.mp3
Binary file not shown.
55 changes: 0 additions & 55 deletions skills/faceless-explainer/phases/audio/guide.md

This file was deleted.

Loading
Loading