chore(demo): refresh caro-demo video — drift in src/safety/patterns.rs, website/src/ui/tokens.css - #1429
chore(demo): refresh caro-demo video — drift in src/safety/patterns.rs, website/src/ui/tokens.css#1429wildcard wants to merge 2 commits into
Conversation
…s.css Semantic drift (pattern count: 52 → 67) and cosmetic drift (brand accent color: #ff8c42 orange → #ef3333 signal-red). Updated Remotion source to match reality, re-rendered the 30s video and poster. Source changes: - demos/remotion-video/src/tokens.ts: accent/accentDark/accentSoft updated to signal-red palette per website/src/ui/tokens.css - demos/remotion-video/src/scenes/SceneSafety.tsx: caption updated from "52+ patterns" to "67+ patterns" per current src/safety/patterns.rs count Generated by monthly maintenance routine.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
5 Skipped Deployments
|
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
|
Nice work! 🚀 |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 227cc31b2a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
- .baseline-manifest.json: pattern_count_claim_text and watched-file purpose were still "52+ patterns" after render-and-ship.sh updated only the numeric field; corrected to "67+ patterns" so future drift checks compare against the actual baked-in caption text. - .claude/skills/caro-demo-video/SKILL.md: visual token table still showed the old orange palette (#ff8c42 / #ff6b35); updated to the current signal-red values (#ef3333 / #e63636) so the next maintenance agent mirrors the correct colors into tokens.ts. Addresses Codex P2 findings on PR #1429.
Security Audit — pre-existing failure, not caused by this PRThe Security Audit check failed with "2 vulnerabilities found" in This PR touches only Fixing these advisories requires a dependency-update PR targeting the Rust workspace — out of scope here. This PR is safe to merge once the video content is approved. Generated by Claude Code |
There was a problem hiding this comment.
Review completed against the latest diff
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Website Claims Verification ReportRun ID: 33506780471 Platform Resultsclaims-report-macos-latest{
"suite": "website-claims",
"platform": "macos-latest",
"timestamp": "2026-09-01T12:31:22Z",
"passed": 84,
"skipped": 0,
"warnings": 1,
"run_id": "33506780471",
"sha": "a11962146c4886b073e2bac4b9a5065abbe09d9b"
}claims-report-ubuntu-latest{
"suite": "website-claims",
"platform": "ubuntu-latest",
"timestamp": "2026-09-01T12:20:18Z",
"passed": 84,
"skipped": 0,
"warnings": 1,
"run_id": "33506780471",
"sha": "a11962146c4886b073e2bac4b9a5065abbe09d9b"
}DocumentationNext Steps
|
Description
Monthly maintenance re-render of
website/public/caro-demo.mp4and its poster, triggered by the automated drift check on 2026-09-01. The video bakes in facts about the product (pattern count, brand colors, CLI output strings, install commands) that have drifted since the last render (commit4c45fc56, 2026-04-26).This PR requires human review — drift is semantic (pattern count claim changed) and cosmetic (brand palette changed). Do not auto-merge.
Motivation
The demo video on the landing page was claiming "52+ patterns" while
src/safety/patterns.rsnow defines 67 patterns. The brand accent color has also changed from orange (#ff8c42) to signal-red (#ef3333), making the video look off-brand.Changes Made
demos/remotion-video/src/tokens.ts: updatedaccent/accentDark/accentSoftto signal-red palette matching currentwebsite/src/ui/tokens.cssdemos/remotion-video/src/scenes/SceneSafety.tsx: updated Scene 3 caption from "52+ patterns" to "67+ patterns"website/public/caro-demo.mp4: re-rendered from updated Remotion source (1.8 MB)website/public/caro-demo-poster.png: re-rendered poster (frame 60, 90 KB)demos/remotion-video/.baseline-manifest.json: refreshed tripwire SHAs and semantic claims anchored to commitbe07b22Drift Report
Side-by-side: what changed in each drifted file
src/safety/patterns.rswebsite/src/ui/tokens.css--accent: #ff8c42(orange)--accent: #ef3333(signal red,--caro-red-500)src/main.rs"✗ command blocked by safety validator (Critical)"homebrew-tap/README.mdcargo install caro(version-agnostic) — no visible change in the videoType of Change
Checklist
Code Quality
Testing
Documentation
claims_baked_into_videovaluesAdditional Context
Technical Decisions
chrome-headless-shellfromPLAYWRIGHT_BROWSERS_PATHto avoid downloading a second Chromium in the CI container.Routine link
This PR was opened by the monthly
caro-demo-videomaintenance routine (scheduled task, 2026-09-01).Reviewer Checklist
grep -c 'description:' src/safety/patterns.rs)cargo install caroGenerated by Claude Code
Summary by cubic
Re-renders the caro-demo landing video so it stops showing stale product facts: the Scene 3 caption now reads "67+ patterns" instead of "52+ patterns", and the accent color shifts from orange to signal-red to match current brand tokens. This is a demo asset refresh only; no runtime code changes.
demos/remotion-video/src/tokens.tsandSceneSafety.tsx) before re-rendering.website/public/with fresh 900-frame renders..baseline-manifest.jsonwith new SHA tripwires and claim values anchored to commitbe07b22, and corrects the claim-text and watched-file purpose fields that the render script left at "52+ patterns"..claude/skills/caro-demo-video/SKILL.md, which still listed the old orange palette, to the current signal-red values.Written for commit 32c459a. Summary will update on new commits.