chore: migrate repository to standard knowledge base layout

This commit is contained in:
tukuaiai
2026-05-02 03:29:06 +08:00
parent 40a721c24d
commit 628a3bc832
565 changed files with 687 additions and 711 deletions
+24
View File
@@ -0,0 +1,24 @@
# 工作流集合 (Workflows)
存放各类自动化工作流的目录。
## 目录结构
```
docs/playbooks/workflows/
├── auto-dev-loop/ # 全自动开发闭环工作流(五步Agent)
├── <其他工作流>/
└── README.md
```
## 已有工作流
| 工作流 | 说明 |
|--------|------|
| [auto-dev-loop](auto-dev-loop) | 基于状态机+Hook的五步AI Agent闭环开发流程 |
## 添加新工作流
1. 在此目录下创建子目录
2. 包含必要的配置文件和文档
3. 更新此 README