feat(website): restore three blog articles#1856
Merged
Merged
Conversation
Restore VR coding and AI-deleted-my-tests articles from tag v12.1.1 that were lost from master. Add the missing "Function Calling Harness 2: CoT Compliance from 9.91% to 100%" article (Part 2 of the harness series), mirrored from its dev.to publication with a matching public/articles redirect. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
Restores three previously published blog articles (two recovered verbatim from v12.1.1, one rebuilt from the dev.to source) along with their /articles/<slug>.html redirect pages. The website's blog listing dir-scans the content folder, so no registry update is required.
Changes:
- Add three MDX blog posts under
website/src/content/blog/. - Add three matching redirect HTML stubs under
website/public/articles/.
Reviewed changes
Copilot reviewed 6 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/src/content/blog/vr-coding-in-ai-coding-era.mdx | Restored VR-coding blog post (verbatim from v12.1.1). |
| website/src/content/blog/ai-deleted-my-tests-and-said-all-tests-pass.mdx | Restored Go-port horror story post (verbatim from v12.1.1). |
| website/src/content/blog/function-calling-harness-2-cot-compliance.mdx | Rebuilt Part 2 of the function-calling-harness series from dev.to source. |
| website/public/articles/vr-coding-for-the-ai-coding-era.html | Redirect stub to the dev.to canonical URL. |
| website/public/articles/ai-deleted-my-tests-and-said-all-tests-pass.html | Redirect stub to the dev.to canonical URL. |
| website/public/articles/function-calling-harness-2-cot-compliance.html | Redirect stub to the dev.to canonical URL. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
Three blog articles had evaporated from
masterand are restored here:v12.1.1(MDX + 13 hero/section images +public/articlesredirect HTML).v12.1.1(MDX + redirect HTML; OG image hot-linked from dev.to as before).2026-04-30per dev.to's "Posted on Apr 30 • Edited on May 2".Blog listing is dir-scanned by
website/build/blog-metadata.js— no registry to update. Verified that all three posts are picked up with correct title / date / tags / description / ogImage.Test plan
cd website && npm install && npm run build(requirespnpm install+node experiments/tarballs/index.jsfirst to stage tarballs the website consumes)/blogand confirm the three restored posts list in correct chronological order (Part 2 between Part 12026-03-26and AI-deleted-my-tests2026-05-03)/articles/<slug>.htmlfor each and verify the 0-second redirect to the dev.to URL firesvr-codingimages under/images/blog/vr-coding/*load on the post page🤖 Generated with Claude Code