Add consistency cheat sheet landing page at /consistency-cheatsheet - #85
Add consistency cheat sheet landing page at /consistency-cheatsheet#85salinsug wants to merge 3 commits into
Conversation
Self-contained HTML bundle served from public/, kept outside the app/ design system. Rewrite maps the clean /consistency-cheatsheet route to the file. Assets are inlined and decoded to blob URLs at runtime. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
👮 Files not reviewed due to content moderation or server errors (1)
📝 WalkthroughWalkthroughThe Next.js configuration adds a rewrite from ChangesConsistency cheatsheet route
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install timed out. The project may have too many dependencies for the sandbox. 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 |
Mirrors the agent-alpha nav hero button (green pill, matching padding and radius) in the top-right corner, linking to the /agent-alpha page. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The relative /agent-alpha path 404s on the cheat sheet's own preview deployment (that route only exists on the agent-alpha-landing branch). Link to the absolute agent-alpha preview URL instead. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
What
Adds a standalone Character & Object Consistency cheat sheet for the Livepeer Agent, served at
/consistency-cheatsheet.Approach
public/consistency-cheatsheet.html(assets are inlined and decoded toblob:URLs at runtime — no external asset files needed).app/design system intentionally — off-brand, standalone guide page.next.config.tsmaps the clean/consistency-cheatsheetroute to the file.Verification
Rendered locally on the dev server at
/consistency-cheatsheet— title, heading, and all 4 images load; no console errors.🤖 Generated with Claude Code
Summary by CodeRabbit
/consistency-cheatsheet.