feat: add bilingual DCC workflow videos - #45
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (9)
📒 Files selected for processing (17)
🚧 Files skipped from review as they are similar to previous changes (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe homepage now displays localized short and explainer videos. The change adds v3 media, captions, provenance records, source disclosures, responsive styling, and new ecosystem directory entries. ChangesIntro video and documentation
Priority: ➖ Normal Estimated code review effort: 3 (Moderate) | ~25 minutes Change: Feature Sequence Diagram(s)sequenceDiagram
participant Homepage
participant VitePressApp
participant HomeIntroVideo
participant VideoContent
participant VideoMedia
Homepage->>VitePressApp: render homepage
VitePressApp->>HomeIntroVideo: provide locale
HomeIntroVideo->>VideoContent: load localized editions
HomeIntroVideo->>VideoMedia: resolve video and caption assets
HomeIntroVideo-->>Homepage: render video grid
Merge Risk: ⚪ Minimal · up to No merge-blocking issue is identified in the localized video integration or documentation changes. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds bilingual homepage videos that show what DCC-MCP does through a concrete headphone material-and-preview workflow. Each language offers a 30-second introduction and a 50-second explanation of Skills plus MCP, relevant instruction loading, the Rust routing core, permissions, audit and versioned team workflows.
The films use five consistent ImageGen interface reconstructions, Remotion motion graphics, male AI narration, original synthesized music and Kdenlive editing. The generated operations are explicitly labelled as illustrations. Original images, exact prompts, reference attribution and CC BY-SA 4.0 terms are preserved with the public assets.
The homepage has two responsive native video players per language, finished-film posters, optional WebVTT captions, full narration transcripts and download fallbacks. Videos use metadata-only preload and do not autoplay; subtitle tracks remain optional because captions are already visible in the films. Four compressed 1080p videos total approximately 15.1 MB, with original production masters kept outside the website.
The PR also includes the source-backed bilingual directory entries for Poly Pizza, Runtime, CapCut and Kdenlive required by the existing organization-coverage check. Release status and catalog validation are unchanged.
Validation:
npm run docs:buildpasses, including site validation and GEO tests: 108 localized pages, 45 bilingual control guides and 90 active organization repositories.Desktop/mobile browser visual QA remains pending: DCC-CUA refuses isolated browser launch from the current elevated Windows token because the installed browser tree is writable by that token. The repository requires desktop/mobile visual verification for homepage changes. Merge and deployment remain on hold until that check can run under a standard, non-elevated user; build and HTTP checks do not constitute browser visual acceptance.
Summary by CodeRabbit
New Features
Documentation