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: "从单兵作战到团队协作——多 Agent 高级编排模式"
title: "协调者与蜂群模式 - 多 Agent 高级编排"
description: "详解 Claude Code 多 Agent 高级协作模式Coordinator Mode 协调者模式和 Agent Swarms 蜂群模式的设计理念、调度策略和适用场景。"
keywords: ["协调者模式", "蜂群模式", "Agent Swarm", "多 Agent 协作", "任务编排"]
---
{/* 本章目标:介绍 Coordinator Mode 和 Agent Swarms */}

View File

@@ -1,6 +1,7 @@
---
title: "子 Agent:分身术"
description: "当一个 AI 不够用时,它会召唤更多的自己"
title: "子 Agent 机制 - AI 分身术与任务委派"
description: "深入解析 Claude Code 子 Agent 机制:主 Agent 如何通过 AgentTool 委派子任务,子 Agent 的生命周期管理、工具继承和结果回传。"
keywords: ["子 Agent", "Agent 分身", "任务委派", "AgentTool", "多 Agent"]
---
{/* 本章目标:解释子 Agent 机制的设计和应用场景 */}

View File

@@ -1,6 +1,7 @@
---
title: "Worktree 隔离"
description: "子 Agent 一个独立工作空间——用 git worktree 实现文件级隔离"
title: "Worktree 隔离 - Git Worktree 实现文件级隔离"
description: "揭秘 Claude Code 的 git worktree 隔离机制:子 Agent 如何获得独立工作空间worktree 创建/销毁生命周期、路径命名规则和安全防护。"
keywords: ["Worktree", "git worktree", "文件隔离", "多 Agent 隔离", "并行安全"]
---
{/* 本章目标:揭示 worktree 的创建/销毁生命周期、路径命名规则、hook 机制和退出时的安全防护 */}