Commit Graph

2335 Commits

Author SHA1 Message Date
Miguel Angel Simon Sierra d0eb2b2104 perf(studio): virtualize timeline rows 2026-07-19 00:16:00 +02:00
Miguel Angel Simon Sierra 38ea7ffa93 perf(studio): centralize timeline viewport geometry 2026-07-19 00:16:00 +02:00
Miguel Angel Simon Sierra 5f0c6de79a refactor(studio): decompose timeline orchestration 2026-07-19 00:06:22 +02:00
Miguel Angel Simon Sierra 128c1a9ad2 refactor(studio): extract timeline render contracts 2026-07-19 00:05:13 +02:00
Miguel Angel Simon Sierra 860b7fddba refactor(studio): isolate clip drag lifecycle 2026-07-19 00:03:59 +02:00
Miguel Angel Simon Sierra 46b8692c5d test(studio): add timeline browser performance gate 2026-07-19 00:02:51 +02:00
Miguel Angel Simon Sierra 046aa7339a test(studio): add timeline performance fixtures 2026-07-19 00:01:42 +02:00
Miguel Angel Simon Sierra a03f772700 perf(studio): define timeline viewport budgets 2026-07-19 00:00:48 +02:00
Miguel Angel Simon Sierra 09a5e14f2e fix(studio): preserve exact keyframe edit intent 2026-07-16 21:19:32 -04:00
Miguel Angel Simon Sierra 49ed3450e0 fix(studio): harden keyframe edit identity 2026-07-16 18:12:14 -04:00
Miguel Angel Simon Sierra d36c4f9308 fix(parsers): preserve authored keyframe intent 2026-07-16 18:12:13 -04:00
Miguel Angel Simon Sierra b807d95a6c fix(studio): update ease mode optimistically 2026-07-16 18:12:13 -04:00
Miguel Angel Simon Sierra 9e5966ba0a fix(studio): publish keyframe cache refresh atomically 2026-07-16 18:12:13 -04:00
Miguel Angel Simon Sierra c1fd7ba5b9 fix(studio): resolve safe keyframe review findings 2026-07-16 18:12:13 -04:00
Miguel Angel Simon Sierra 63342fc3c3 test(studio): restore hold ease seek coverage 2026-07-16 18:12:13 -04:00
Miguel Angel Simon Sierra 556e0975c5 chore(studio): keep edited modules within size gate 2026-07-16 18:12:12 -04:00
Miguel Angel Simon Sierra 2158ba08a5 feat(studio): bulk-edit easing for merged keyframes 2026-07-16 18:12:12 -04:00
Miguel Angel Simon Sierra 3c17c9a8d8 test(studio): cover expanded keyframe timeline 2026-07-16 18:12:12 -04:00
Miguel Angel Simon Sierra f385e111f0 feat(studio): wire expanded keyframe timeline lanes 2026-07-16 18:12:12 -04:00
Miguel Angel Simon Sierra 4e80941969 refactor(studio): consolidate animation inspector callbacks 2026-07-16 18:12:11 -04:00
Miguel Angel Simon Sierra 179f4c10af feat(studio): add timeline keyframe callbacks 2026-07-16 18:12:11 -04:00
Miguel Angel Simon Sierra f284fb41d5 feat(studio): add keyframe track headers 2026-07-16 18:12:10 -04:00
Miguel Angel Simon Sierra dba0a517d3 feat(studio): add timeline property lanes 2026-07-16 18:12:10 -04:00
Miguel Angel Simon Sierra 84799219e7 feat(studio): add timeline keyframe interactions 2026-07-16 18:12:10 -04:00
Miguel Angel Simon Sierra ff47c390e8 feat(studio): add variable timeline row geometry 2026-07-16 18:12:09 -04:00
Miguel Angel Simon Sierra 050bd2042a feat(studio): add keyframe timeline state 2026-07-16 18:12:09 -04:00
Miguel Angel Simon Sierra ee9141d04d feat(studio): add keyframe ease inspector 2026-07-16 18:11:37 -04:00
Miguel Angel Simon Sierra 0e07d599d7 feat(studio): add keyframe ease controls 2026-07-16 18:09:30 -04:00
Miguel Angel Simon Sierra 3a59b01f6f feat(core): add deterministic keyframe ease runtime 2026-07-16 16:37:26 -04:00
Miguel Angel Simon Sierra 5304a03c4e chore(studio): keep thumbnail store under size limit 2026-07-16 16:37:12 -04:00
Miguel Angel Simon Sierra 1d59e84b23 test(studio): enable thumbnails in the empty-label test (fixes pre-existing failure)
The thumbnails-off-by-default toggle (6b5ea8257) left this test asserting
thumbnail content without enabling thumbnails, so it produced no thumbnail
content and failed. Enable thumbnailsEnabled for the case and reset it in
afterEach; the label ownership assertion is unchanged (TimelineClip owns names).
2026-07-16 16:37:11 -04:00
Miguel Angel Simon Sierra 5274e4d19f fix(studio): resolve Chrome for dev thumbnails via env + puppeteer cache
Dev-server thumbnail generation only probed three hardcoded system Chrome paths,
so on a machine with no system Chrome install (but a Puppeteer-cached
Chrome-for-Testing) it found no browser and every thumbnail request 500'd.
Resolve the executable from PUPPETEER_EXECUTABLE_PATH / CHROME_PATH / CHROME_BIN,
then a broader set of system browsers, then the Puppeteer cache (highest
version).
2026-07-16 16:37:11 -04:00
Miguel Angel Simon Sierra e8a9c7a184 feat(studio): timeline clip thumbnails off by default with a toolbar toggle
Background thumbnail generation (per-clip composition/video frame capture)
lags timeline scrubbing on long videos (#2428). Adds a persisted
thumbnailsEnabled setting, default OFF, so the timeline is snappy out of
the box; a toggle next to Fit in the zoom toolbar turns thumbnails on.
When off, clips render as plain bars (audio still shows its waveform).
2026-07-16 16:37:11 -04:00
Miguel Angel Simon Sierra f38042c01f fix(core): install runtime bridge after transport setup 2026-07-16 16:36:37 -04:00
James 68beec0e76 fix(studio): guard storyboard history navigation 2026-07-16 15:49:40 -04:00
James ded443647d fix(studio): address storyboard review feedback 2026-07-16 14:56:11 -04:00
James 73dd38f93e feat(studio): clarify storyboard review handoff 2026-07-16 14:56:11 -04:00
James d4cfa08cb6 fix(engine): escalate hung browser lease closes 2026-07-16 12:58:10 -04:00
James 9b23c00237 refactor(engine): add fingerprinted browser leases 2026-07-16 12:58:10 -04:00
Miguel Ángel 771145a5c4 fix(registry): remove invalid media from caption components (#2454)
* fix(registry): remove invalid media from caption components

* test(registry): enforce nested media contracts
2026-07-16 12:16:45 -04:00
Miguel Ángel 55ee559e40 fix(lint): catch cold-seek opacity reveals (#2503)
* fix(lint): catch cold-seek opacity reveals

* fix(lint): resolve hidden selector aliases

* style(lint): format gsap rule
2026-07-16 12:03:25 -04:00
Miguel Ángel 9b17a5ad7e fix(cli): avoid Python whisper CLI collision (#2414) 2026-07-16 12:03:21 -04:00
Miguel Ángel ed1f38124b fix(engine): preserve mono audio level (#2392) 2026-07-16 12:03:17 -04:00
Miguel Ángel e846cd6004 fix(cli): fail clearly on unsupported Node versions (#2388) 2026-07-16 12:03:13 -04:00
Miguel Ángel 584be6d64a fix(transcribe): select multilingual model before download (#2303) 2026-07-16 12:03:09 -04:00
Miguel Ángel 75eedf5cc1 fix(cli): time out stalled model downloads (#2415) 2026-07-16 11:45:49 -04:00
Miguel Ángel b8a44e49c9 fix(lint): ignore !important in font families (#2538) 2026-07-16 10:43:17 -04:00
WaterrrForever f8c33cab72 feat(skills): act on stale CLI pin during project resume (#2540)
* feat(skills): probe and bump stale CLI pins during project resume

The entry skill now keeps a resumed project's pinned CLI current instead of
leaving that to a notice nobody acts on. On resuming a project with pinned
scripts, run the read-only probe 'npx hyperframes@latest upgrade --project
. --check'; when it (or the stale-pin stderr notice, or _meta.updateAvailable
from a pinned run) reports the project behind, apply the bump and verify
with 'hyperframes check'. A failed check reverts the bump and keeps the
project on its pinned version, preserving the reproducibility contract the
pin exists for.

The probe matters because the stale-pin notice only exists in >= 0.7.59:
a pinned run of an older CLI prints no warning at all, so a notice-only
trigger never fires for exactly the projects most behind. The probe runs
unpinned, so its behavior never depends on the project's CLI age.

Telemetry: the fleet converges to new releases within about a week via the
background auto-updater and ephemeral npx, but pinned projects form a
persistent stale tail (~10% of weekly actives, e.g. 6.3k users still on
0.6.x three weeks after 0.7.0).

Both skill surfaces now pass an explicit dir ('--project .') because a bare
'--project' followed by another flag consumes that flag as its directory
value and no-ops; the parsing fix is a separate CLI change.

* fix(cli): stop bare --project from eating the next flag as its directory

citty parses --project as a string option, so 'upgrade --project --check'
arrived with project="--check": the dir resolved to a nonexistent path and
the command no-opd with 'No package.json found' while --check was lost.
The documented default-cwd behavior only worked when --project was the
final token — and the trap-prone form is exactly what the scaffolded
template CLAUDE.md instructs.

A leading dash can never be a real directory argument, so resolveProjectArgs
now reclaims the eaten token as the flag the user wrote (--check / --json),
falls back to the current directory, and drops unrelated eaten flags rather
than treating them as paths. Templates and skill references switch to the
explicit-dir form ('--project .'), which behaves correctly on every release
including ones that predate this fix.

* feat(skills): report a successful pin bump in the run summary

Review follow-up on the stale-pin rule: 'hyperframes check' validates
composition structure, not render-output equivalence, so a check-passing
bump can still shift a project's rendered output. The bump stays the right
default for stale projects, but it must not be silent — the summary now
names the old and new version so the user knows the reproducibility
trade was made.
2026-07-16 22:28:11 +08:00
James Russo 1b4cf12cd3 refactor(cli): add stderr diagnostics logger + oxlint guard (#2551) 2026-07-16 09:35:27 -04:00
James Russo d92d1d4f51 fix(cli): keep diagnostics on stderr for --json commands (#2522) 2026-07-16 09:14:39 -04:00