fix(ci): format migrated comps with oxfmt, sync skills manifest

CI failures were two root causes (preview-regression was a cascade — its gate
mirrors preview-parity, which was skipped because the Preflight lint+format job
failed):

- Preflight (lint + format): the migrated registry comps (flowchart,
  flowchart-vertical, liquid-glass-notification, vignette demo) were committed
  unformatted — the lefthook format step only ran oxfmt on staged TS, not HTML,
  so `oxfmt --check .` failed in CI. Ran oxfmt on all four. The vignette title's
  per-glyph spans use oxfmt's `</span>`-split form, which keeps the glyphs
  adjacent (no inter-element whitespace), so rendering is unchanged.
- Skills: manifest in sync: the pre-commit hook's manifest generator and CI's
  canonical `gen-skills-manifest.ts` produced different content hashes for the
  same skill; regenerated with the canonical generator so the committed manifest
  matches what CI computes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vance Ingalls
2026-06-29 14:46:49 -07:00
co-authored by Claude Opus 4.8
parent 189d8582f4
commit b95f2ca25e
5 changed files with 17 additions and 57 deletions
+1 -5
View File
@@ -378,11 +378,7 @@
tl.addLabel("hold3", "+=0.8");
// 9. Cursor drifts in
tl.to(
S + " #cursor",
{ x: -1470, y: -540, duration: 1, ease: "power1.inOut" },
"hold3",
);
tl.to(S + " #cursor", { x: -1470, y: -540, duration: 1, ease: "power1.inOut" }, "hold3");
// 10. Cursor clicks — selection border
tl.add(() => {