Skip to content

feat(website): restore three blog articles#1856

Merged
samchon merged 1 commit into
masterfrom
feat/restore-blog-articles
May 18, 2026
Merged

feat(website): restore three blog articles#1856
samchon merged 1 commit into
masterfrom
feat/restore-blog-articles

Conversation

@samchon
Copy link
Copy Markdown
Owner

@samchon samchon commented May 18, 2026

Summary

Three blog articles had evaporated from master and are restored here:

  • VR Coding for the AI Coding Era: Monitoring 5 AI Agents at Once — restored verbatim from v12.1.1 (MDX + 13 hero/section images + public/articles redirect HTML).
  • AI Deleted My Tests and Said 'All Tests Pass' — restored verbatim from v12.1.1 (MDX + redirect HTML; OG image hot-linked from dev.to as before).
  • Function Calling Harness 2: CoT Compliance from 9.91% to 100% — Part 2 of the harness series. This one was never in git history, so the MDX was rebuilt from the dev.to source, matching the Part 1 / AI-deleted-my-tests frontmatter convention. Date set to 2026-04-30 per 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 (requires pnpm install + node experiments/tarballs/index.js first to stage tarballs the website consumes)
  • Visit /blog and confirm the three restored posts list in correct chronological order (Part 2 between Part 1 2026-03-26 and AI-deleted-my-tests 2026-05-03)
  • Click each tile and verify the post page renders (tables, code fences, images, references) without MDX errors
  • Hit /articles/<slug>.html for each and verify the 0-second redirect to the dev.to URL fires
  • Verify vr-coding images under /images/blog/vr-coding/* load on the post page

🤖 Generated with Claude Code

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]>
Copilot AI review requested due to automatic review settings May 18, 2026 07:51
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@samchon samchon merged commit c65bde0 into master May 18, 2026
8 checks passed
@samchon samchon deleted the feat/restore-blog-articles branch May 18, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants