fix(studio): harden export cache, pacing UI, phase tests, and modularize server - #90
Closed
yasenchen-cmd wants to merge 7 commits into
Closed
fix(studio): harden export cache, pacing UI, phase tests, and modularize server#90yasenchen-cmd wants to merge 7 commits into
yasenchen-cmd wants to merge 7 commits into
Conversation
… radar Adapted from Hermes Studio (chenys/hermes-studio) scene components: - frame-data-donut (DataDonut.tsx): SVG donut/ring chart with spring-animated slices, center figure rollup, staggered legend. 382 lines. ← src/video/scenes.tsx SceneDonut - frame-data-hbars (DataHBars.tsx): Horizontal bars with top/bottom grouping, spring growth, rollup values, log-scale fallback. 281 lines. ← src/video/scenes.tsx SceneDeptBars - frame-data-line (DataLine.tsx): SVG line chart with stroke-dashoffset path drawing, gradient area fill, staggered data points, trend arrow. 320 lines. ← src/video/scenes.tsx SceneMonthlyTrend - frame-data-radar (DataRadar.tsx): SVG radar/spider chart with concentric grid rings, spring polygon, warn-threshold coloring. 230 lines. ← src/video/scenes.tsx SceneRadar All templates: pure system fonts, responsive layout (16:9/9:16/1:1 via useVideoConfig), no external assets, offline-deterministic. Co-Authored-By: chenys <noreply@github.com>
Pin the multi-frame schema/agent protocol in research/, link it from @html-video/content-graph, and replace stale "HF stub / empty MP4" notes in CLAUDE.md with the 2026-08-05 capability truth source. Co-authored-by: Cursor <cursoragent@cursor.com>
Per RFC-07 §③: pentagram-stat→editorial-anchor, build-minimal→luxe-minimal, takram-organic→soft-radar. Studio names stay only in provenance.origin; sample copy replaced with html-video-owned metrics. Co-authored-by: Cursor <cursoragent@cursor.com>
Land installable SKILL.md copies + scripts/install-agent-skill.sh and validate-templates. Add frame-kpi-pulse (non-chart Remotion enhance) with normalizeNativeData support so data frames can opt into a single-metric spring/count-up instead of a multi-series chart. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Bring in the rest of the branch WIP: CI workflows, verify/validate scripts, Remotion/studio/CLI/runtime hardening, provenance on remaining templates, preview posters, and package tests. Exclude local .pnpm-store from git. Co-authored-by: Cursor <cursoragent@cursor.com>
…ize server Extract detectPhase / HTTP / parse / prompt / template-preview from the studio god file, add dirty-frame export cache and frames-strip reorder+duration, cover concat/enhance/SSRF with tests, quarantine studio-next, and add a PR CI 1-frame MP4 smoke job. Co-authored-by: Cursor <cursoragent@cursor.com>
|
@yasenchen-cmd I'm holding off on generating review comments for #90 because this pull request has merge conflicts right now. Please resolve the conflicts with main and push the updated branch. Once that's done, request or wait for the review to run again and I'll take another look. 🔁 Powered by Looper · runner=reviewer · agent=codex · An autonomous AI dev team for your GitHub repos. |
Author
|
Closing in favor of a focused rework. This PR accidentally stacked the whole Plan:
|
Author
|
Superseded: will reopen as a main-based, stability-only PR (see comment above). |
This was referenced Aug 23, 2026
6 tasks
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
detectPhase, HTTP helpers, parse/prompt, and template-preview fromstudio-server; add dirty-frame export cache, frames-strip reorder + duration, andapi.jsclient modulemp4-smokejob for 1-frame Hyperframes MP4 exportstudio-next(QUARANTINE.md) and sync CLAUDE.md remediation statusNote: This branch is based on
feat/native-templates(also not yet onmain), so the PR includes those earlier native-template/KPI/skill commits in addition to the studio-stability commit. If you want a main-only cherry-pick of the stability commit, say so and we can rework.Test plan
pnpm build && pnpm typecheckpnpm --filter @html-video/cli test(expect MP4 smoke skipped without Chromium)pnpm --filter @html-video/core testmp4-smokejob green (ffmpeg + Playwright Chromium)detectPhasetable cases)Made with Cursor