docs(blog): add 'from serverless to agent' post and external pvm walkthrough#340
docs(blog): add 'from serverless to agent' post and external pvm walkthrough#340caoqianyun wants to merge 1 commit into
Conversation
…through
Add three new blog entries:
1) From Serverless to Agent: Design Reflections on the Cube System
- en: docs/blog/posts/2026-05-22-from-serverless-to-agent.md
- zh: docs/zh/blog/posts/2026-05-22-from-serverless-to-agent.md
- 19 architecture diagrams under
docs/{,zh/}blog/posts/assets/2026-05-22-from-serverless-to-agent/
- Author: ronyjin
2) Cube Sandbox Quick Start x OpenCloudOS 9 (external link, en/zh)
- en: docs/blog/posts/2026-05-22-cube-pvm-on-opencloudos9.md
- zh: docs/zh/blog/posts/2026-05-22-cube-pvm-on-opencloudos9.md
- type: external + externalUrl pointing to the InfoQ article by
OdysseyWarsaw at https://xie.infoq.cn/article/f789dd96247aa06f9eb75bed2
File names follow YYYY-MM-DD-slug.md per docs/zh/guide/maintainer/blog.md.
Cross-language files share the same slug. Frontmatter uses only the
documented fields. The original-content post intentionally omits the
optional featured/weight fields per author's preference.
Signed-off-by: caoqianyun <[email protected]>
|
Claude finished @caoqianyun's task in 2m 23s —— View job Review of PR #340: docs(blog) - add 'from serverless to agent' post and external pvm walkthroughChecklist
FindingsOverall quality: Good. This is a clean docs-only PR with well-structured content. Here's the detailed breakdown: File structure ✅
Frontmatter ✅
Image references ✅
External link ✅
Cross-language consistency ✅
Issue found — needs manual fixTypo in Chinese version ( The English version correctly uses "UC Berkeley" on the corresponding line. The Chinese version has "Berkerley" — a typo (extra Fix: Replace I was unable to apply the fix automatically due to file write permissions. If you'd like me to fix it, please grant permission when prompted. Final verdictApproved with one minor typo to fix. The PR is well-structured, follows all documented conventions, and the content is comprehensive and technically accurate. |
What
Add four new blog entries.
Original post (en/zh) — From Serverless to Agent: Design Reflections on the Cube System, by ronyjin.
docs/blog/posts/2026-05-22-from-serverless-to-agent.mddocs/zh/blog/posts/2026-05-22-from-serverless-to-agent.mddocs/{,zh/}blog/posts/assets/2026-05-22-from-serverless-to-agent/.External link (en/zh) — community walkthrough on preparing the pre-PVM-deployment environment on a standard cloud VM with OpenCloudOS 9, by OdysseyWarsaw on InfoQ.
docs/blog/posts/2026-05-22-cube-pvm-on-opencloudos9.mddocs/zh/blog/posts/2026-05-22-cube-pvm-on-opencloudos9.mdNotes
YYYY-MM-DD-slug.md; cross-language files share the same slug.<p align="center"><img ... width="700"></p>so they render centered and reasonably sized in both GitHub and the docs site, while still reflowing on mobile.type: external+externalUrlperdocs/zh/guide/maintainer/blog.md.