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:
@@ -285,7 +285,7 @@ CEO 决策(如涉及重大变更)
|
||||
- **要求**: 必须记录在 TEAM_CHAT.md
|
||||
|
||||
#### 2. 实时沟通(可选)
|
||||
- **工具**: kilo 命令、语音、视频会议
|
||||
- **工具**: Agent 子代理、语音、视频会议
|
||||
- **适用**: 紧急问题、复杂讨论、头脑风暴
|
||||
- **要求**:
|
||||
- 沟通后必须在 TEAM_CHAT.md 记录要点
|
||||
@@ -381,8 +381,8 @@ CEO 决策(如涉及重大变更)
|
||||
**解锁条件**: 首次任务评分 ≥ 7/10 即可解锁灵魂文件写入权限
|
||||
|
||||
### 通信机制
|
||||
- **任务下发**: CEO → `kilo run -m openai/gpt-5.4 --auto --dir <dir>` (带详细上下文)
|
||||
- **产出回收**: kilo 输出 → CEO 读取文件 → 审核 → git commit
|
||||
- **任务下发**: CEO → Agent 子代理(提示词带详细上下文)
|
||||
- **产出回收**: 子代理交付 → CEO 读取文件 → 审核 → git commit
|
||||
- **团队会议**: 重大决策记录到 PROGRESS.md
|
||||
- **灵魂文件**: `souls/<name>.md` 持久化成员状态
|
||||
|
||||
|
||||
Reference in New Issue
Block a user