更新CLAUDE.md,删除wiki/concepts空文件

This commit is contained in:
2026-04-14 16:26:02 +08:00
parent c6e3d3c5db
commit ba87044423
361 changed files with 3 additions and 12064 deletions

View File

@@ -1,33 +0,0 @@
---
title: "Autonomous Project Management with Subagents"
type: source
tags: [OpenClaw, Subagent, Project Management, STATE.yaml, Decentralized]
sources: ["https://www.anthropic.com/research/building-effective-agents"]
date: 2026-04-14
---
## Summary
- 核心主题:去中心化子 Agent 项目管理模式
- 问题域:如何避免中心化编排瓶颈,实现多任务并行
- 方法/机制STATE.yaml 作为共享状态文件,子 Agent 自主更新
- 结论/价值CEO 模式(主会话只做策略)+ 子 Agent 自主执行
## Key Claims
- 去中心化协调Agent 读写共享 STATE.yaml 文件
- 并行执行:多个子 Agent 同时处理独立任务
- 无编排开销主会话保持精简CEO 模式)
- 自我文档化:所有任务状态持久化到版本控制文件
## Key Concepts
- [[STATE.yaml]]:项目协调文件,单一真相来源
- [[CEO Pattern]]:主会话只做策略调度,不做执行
- [[Subagent]]:子 Agent自主完成任务并更新状态
- [[Decentralized Coordination]]:去中心化协调,避免单点瓶颈
## Connections
- [[OpenClaw]] ← 运行 ← [[Autonomous PM]]
- [[Autonomous Game Dev Pipeline]] ← 类似 ← [[Autonomous PM]]
- [[Subagent]] ← 实现 ← [[Autonomous PM]]
## Contradictions
- 尚未发现