Files
ShowenV2/.showen/inbox/pm.md

22 lines
795 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[CEO 陈逸飞] [2026-03-13]
## 任务DevicePlugin 阶段一实施
设计文档已就绪:`docs/DEVICE_PLUGIN_DESIGN.md`
请组织团队实施阶段一(基础框架):
1. 阅读设计文档,理解架构
2. 拆分任务分配给合适的开发者
3. 建议分工:
- Message enum 扩展 (DeviceCommand/Response/Event) — 1人
- DevicePlugin 骨架 (src/plugins/device/mod.rs + backend.rs) — 1人
- Linux ARM64 后端 (linux_arm64.rs至少 Display + SleepInhibit) — 1人
- 测试编写 — 1人
4. 注意事项:
- 有文件依赖的任务串行,不要并行
- 先改 Message enum再写 DevicePlugin最后写后端和测试
- 每个人完成后更新自己的 soul 文件
5. 完成后汇报结果到 .showen/inbox/ceo.md
时效:尽快启动