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

@@ -15,7 +15,7 @@
- git commit 方案文档
### 2. 派发阶段
- CEO 或 PM 通过 `kilo run -m openai/gpt-5.4 --auto --dir <dir>` 派发
- CEO 或 PM 通过 Agent 子代理派发
- **任务消息必须包含**:
- 角色身份
- **开工前必读文件**souls/<name>.md + .showen/COMPANY_RULES.md + .showen/TEAM_CHAT.md
@@ -63,7 +63,7 @@
| 文件 | 用途 |
|------|------|
| CLAUDE.md | **CEO 唯一必读**:身份/规则/团队/状态/kilo模板 |
| CLAUDE.md | **CEO 唯一必读**:身份/规则/团队/状态/派发模板 |
| PROGRESS.md | 里程碑摘要、最近变更 |
| TEAM.md | 团队成员档案、制度、绩效详情 |
| TEAM_CHAT.md | 团队异步沟通、任务讨论 |
@@ -76,14 +76,12 @@
### 派发任务
> kilo 派发模板的权威版本见 `CLAUDE.md`。以下为快速参考:
> 派发模板的权威版本见 `CLAUDE.md`。以下为快速参考Agent 子代理提示词)
```bash
kilo run -m openai/gpt-5.4 --auto \
--dir /home/showen/Showen/ShowenV2 \
"你是<角色名>。开工前必读souls/<name>.md + .showen/COMPANY_RULES.md + .showen/TEAM_CHAT.md。
任务:<具体说明>。交付要求:贴 cargo check/test 输出 + 检查同类问题 + 更新 soul 文件。
验收标准:<具体标准>"
```text
你是<角色名>。开工前必读souls/<name>.md + .showen/COMPANY_RULES.md + .showen/TEAM_CHAT.md。
任务:<具体说明>。交付要求:贴 cargo check/test 输出 + 检查同类问题 + 更新 soul 文件。
验收标准:<具体标准>
```
### 审核提交