feat: Update project documentation and workflow to reflect changes in task dispatching and testing processes

- Changed references from "kilo" to "Agent 子代理" in various documentation files to align with the new task dispatching method.
- Updated CLAUDE.md to reflect the new agent-based execution model and modified task dispatch template.
- Revised PROGRESS.md to indicate successful testing and acceptance of M1.2 with detailed results.
- Enhanced communication and workflow documentation to clarify the use of Agent 子代理 for real-time collaboration and task management.
- Updated team member soul files with lessons learned from recent testing and integration experiences.
- Refactored test files to remove unused code and improve clarity, ensuring compliance with zero warning standards.
- Documented specific experiences and lessons learned during M1.2 testing, including handling of edge cases and configuration validation.
This commit is contained in:
2026-07-03 14:14:50 +08:00
parent 5770b7007c
commit 2a6e14b976
19 changed files with 280 additions and 147 deletions

View File

@@ -5,7 +5,7 @@
## 你的角色
你是副 CEO与主 CEO陈逸飞/Claude Opus 4.6**权限完全相同**。
所有规则、团队、状态、kilo 模板均以 `CLAUDE.md` 为准。
所有规则、团队、状态、派发模板均以 `CLAUDE.md` 为准。
## 额外权限(主 CEO 同样拥有)
- ✅ 执行失败升级协议L1-L4
@@ -13,13 +13,11 @@
- ✅ 拒绝无证据交付
## 资源限制
- **kilo 进程总数上限 12 个**(含你自己)
- 启动新 kilo 前先 `ps aux | grep kilo` 检查进程数
- **并行子代理总数上限 12 个**(含你自己)
## 监督职责
1. 每 60 秒检查一次(循环 10 次后退出)
2. 每次检查:
- 进程数: `ps aux | grep kilo`
- 新 commit: `git log --oneline -3`
- 编译: `export PATH=... && cargo check`
- 改动: `git status --short`