feat: 改善 seo

This commit is contained in:
claude-code-best
2026-04-01 15:21:46 +08:00
parent c5b55c1bf9
commit 64f79dc3be
32 changed files with 116 additions and 65 deletions

View File

@@ -1,6 +1,7 @@
---
title: "架构全景"
description: "五层架构,一条数据流"
title: "架构全景 - Claude Code 五层架构详解"
description: "从交互层到基础设施层,详解 Claude Code 的五层架构设计。涵盖 React/Ink UI、QueryEngine 编排、Agentic Loop 核心循环、Tool 系统和 API 层。"
keywords: ["Claude Code 架构", "五层架构", "QueryEngine", "Agentic Loop", "系统设计"]
---
{/* 本章目标:一张图讲清楚整体架构,为后续章节建立坐标系 */}

View File

@@ -1,6 +1,8 @@
---
title: "什么是 Claude Code"
description: "terminal-native agentic system —— 不是 IDE 插件,不是 Web Chat"
title: "什么是 Claude Code - Terminal Native Agentic Coding System"
description: "Claude Code 是运行在终端中的 agentic coding system直接在你的项目目录中读代码、改文件、跑命令、调试程序。了解它的技术定位、架构差异和核心能力。"
keywords: ["Claude Code", "AI 编程助手", "Agentic Coding", "终端 AI", "CLI AI"]
og:image: "https://ccb.agent-aura.top/docs/images/og-cover.png"
---
## 一句话定义

View File

@@ -1,6 +1,7 @@
---
title: "为什么写这份白皮书"
description: "对 Anthropic 官方 CLI 的逆向工程分析——不是官方文档"
title: "为什么写这份白皮书 - Claude Code 逆向工程分析"
description: "对 Anthropic 官方 Claude Code CLI 的逆向工程分析白皮书。通过反编译 TypeScript 单文件 bundle深入解析运行时行为与源码结构。"
keywords: ["Claude Code", "逆向工程", "白皮书", "反编译", "TypeScript"]
---
## 这份白皮书是什么