Add Introducing PolicyBench research post#1068
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Ports the PolicyBench launch post into the v2 website. The React policyengine-app where it first merged (#2841) no longer serves policyengine.org — the live site runs on policyengine-app-v2/website. Adds the article markdown, a webp cover, and the posts.json entry (us/ai/featured, author max-ghenis). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
125a0fe to
d533685
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the Introducing PolicyBench launch post to the v2 website, so it appears on policyengine.org/us/research.
Why
The post was first merged into
policyengine-app(PR #2841), but policyengine.org no longer runs on that repo — the live site is the Next.js app inpolicyengine-app-v2/website(thepolicyengine-websiteVercel project, production branchmain). So the post never appeared on/us/research. This re-homes it in the correct repo.Changes
app/src/data/posts/articles/introducing-policybench.md— the article. The leaderboard table renders via the existingremark-gfmformatter; section headings use##per house style.app/public/assets/posts/introducing-policybench.webp— cover image (the on-brand launch card, 1200×630, 22 KB).app/src/data/posts/posts.json— entry at the top of the array (us,ai,featured; authormax-ghenis).changelog_entry.yaml.Result
policyengine.org/us/research/introducing-policybenchfeaturedtag)Verification
@policyengine/websiteproduction build passes and statically generates the article route./us/researchlists the post and the article body + leaderboard table render.🤖 Generated with Claude Code