v1.0.0: PinMAP → PinList 转换器 首次发布
- 支持 .xls (BIFF8) 和 .xlsx 格式 - GUI 文件选择 + 命令行双模式 - 智能结构验证(重复/间隙/空单元格检测) - 逆时针 PinMAP → 顺时针 PinList 自动转换 - Python 标准库,零第三方依赖
This commit is contained in:
46
Code/docs/team.md
Normal file
46
Code/docs/team.md
Normal file
@@ -0,0 +1,46 @@
|
||||
# 项目团队
|
||||
|
||||
> **项目**: PinMAP → PinList 转换器
|
||||
> **创建日期**: 2026-05-25
|
||||
|
||||
---
|
||||
|
||||
## 参与 Agent
|
||||
|
||||
| Agent | 职责 | 完成时间 |
|
||||
|-------|------|---------|
|
||||
| 项目管理 Agent (router-agent) | 项目协调、任务分发、进度跟踪 | 2026-05-25 |
|
||||
| 脚本架构师 (script-architect) | 全局架构设计、技术选型、任务拆分 | 2026-05-25 |
|
||||
| Python 编码 Agent (python-coding-agent) | 任务A/B/C 编码实现 | 2026-05-25 |
|
||||
| 测试验证 Agent (test-qa-agent) | 集成测试、端到端测试、测试报告 | 2026-05-25 |
|
||||
|
||||
---
|
||||
|
||||
## 模块负责人
|
||||
|
||||
| 模块 | 负责人 | 文件 |
|
||||
|------|--------|------|
|
||||
| Excel 读写引擎 | Python 编码 Agent | xls_reader.py, xlsx_reader.py, xlsx_writer.py |
|
||||
| PinMAP 解析 | Python 编码 Agent | pinmap_parser.py |
|
||||
| 数据验证 | Python 编码 Agent | validator.py |
|
||||
| PinList 生成 | Python 编码 Agent | pinlist_generator.py |
|
||||
| 流程编排 | Python 编码 Agent | main.py, file_selector.py |
|
||||
| 数据模型 | Python 编码 Agent | models.py |
|
||||
| 工具函数 | Python 编码 Agent | utils.py |
|
||||
|
||||
---
|
||||
|
||||
## 修改流程
|
||||
|
||||
当用户提出修改意见时:
|
||||
1. 通知需求分析 Agent 拆解修改需求
|
||||
2. 通知脚本架构师评估修改需求
|
||||
3. 按架构师评估文档分发任务
|
||||
4. 跟踪修改执行进度
|
||||
5. 通知测试 Agent 验证修改
|
||||
6. 通知文档生成 Agent 更新文档
|
||||
7. 通知打包发布 Agent 发布新版本
|
||||
|
||||
---
|
||||
|
||||
*团队信息 — 2026-05-25*
|
||||
Reference in New Issue
Block a user