From db4d808aa13db671e144d0ee2c1b55528d2f0fe2 Mon Sep 17 00:00:00 2001 From: Steph Alinsug Date: Tue, 21 Jul 2026 12:40:25 -0400 Subject: [PATCH 1/3] Add consistency cheat sheet landing page at /consistency-cheatsheet 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 --- next.config.ts | 10 + public/consistency-cheatsheet.html | 387 +++++++++++++++++++++++++++++ 2 files changed, 397 insertions(+) create mode 100644 public/consistency-cheatsheet.html diff --git a/next.config.ts b/next.config.ts index 16313bf..84644d6 100644 --- a/next.config.ts +++ b/next.config.ts @@ -18,6 +18,16 @@ const nextConfig: NextConfig = { }; return config; }, + async rewrites() { + return [ + // Standalone consistency cheat sheet, served as a raw HTML file from + // public/consistency-cheatsheet.html (kept outside the app/ design system). + { + source: "/consistency-cheatsheet", + destination: "/consistency-cheatsheet.html", + }, + ]; + }, async redirects() { return [ // Old livepeer.org routes → new site equivalents diff --git a/public/consistency-cheatsheet.html b/public/consistency-cheatsheet.html new file mode 100644 index 0000000..d7e0e66 --- /dev/null +++ b/public/consistency-cheatsheet.html @@ -0,0 +1,387 @@ + + + + + Character & Object Consistency — Livepeer Agent Guide + + + + +
+ +
+
Unpacking...
+ + + + + + + + + + + + \ No newline at end of file From a2772bada202e258419479d2412ec7dc30e121ff Mon Sep 17 00:00:00 2001 From: Steph Alinsug Date: Tue, 21 Jul 2026 12:47:17 -0400 Subject: [PATCH 2/3] Add "Get started" CTA to consistency cheat sheet nav 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 --- public/consistency-cheatsheet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/consistency-cheatsheet.html b/public/consistency-cheatsheet.html index d7e0e66..287ed32 100644 --- a/public/consistency-cheatsheet.html +++ b/public/consistency-cheatsheet.html @@ -381,7 +381,7 @@ \ No newline at end of file From f91d2aa0f2bea911a902c4d40182dd7a9322653e Mon Sep 17 00:00:00 2001 From: Steph Alinsug Date: Tue, 21 Jul 2026 14:08:41 -0400 Subject: [PATCH 3/3] Point cheat sheet CTA to agent-alpha preview URL 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 --- public/consistency-cheatsheet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/consistency-cheatsheet.html b/public/consistency-cheatsheet.html index 287ed32..b4d0ffb 100644 --- a/public/consistency-cheatsheet.html +++ b/public/consistency-cheatsheet.html @@ -381,7 +381,7 @@ \ No newline at end of file