Commit Graph

4 Commits

Author SHA1 Message Date
showen
3654af5843 feat: config验证 + StateMachine + WifiPlugin + ScreenPlugin
团队交付 Phase 1 第一轮:
- 张明远: config.rs 完整验证逻辑 (Display/VideoItem/Transition/Scenes/StateMachine)
- 李思琪: state_machine.rs 完整实现 (defer/ignore triggers, 加权随机, loop range)
- 王浩然: wifi/mod.rs WiFi管理插件 (scan/connect/status/ap via nmcli)
- 赵雨薇: screen/mod.rs 屏幕管理插件 (systemd-inhibit唤醒锁 + unclutter光标)

cargo check 零 warning 通过。

Co-Authored-By: GPT-5.4 <noreply@openai.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 05:31:21 +08:00
showen
311e4bad0e team: CEO 灵魂文件 + souls 目录结构
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 05:24:54 +08:00
showen
3751c234bb team: 建立开发团队制度 — 末位淘汰 + 灵魂保存机制
- 4名 GPT-5.4 团队成员档案
- 末位淘汰评分制度 (质量/完成度/效率/协作)
- 灵魂保存机制:优秀成员可持久化思想/性格/记忆
- souls/ 目录结构

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 05:09:52 +08:00
showen
23f4d46287 init: ShowenV2 项目骨架 — 数字生命窗口平台
- core/ 跨平台内核骨架 (Plugin trait, Message, ServiceManager, Config)
- plugins/ 空桩 (video, http, ble, screen, wifi)
- PROGRESS.md 进度跟踪, TEAM.md 团队档案
- cargo check 零 warning 通过

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 05:03:58 +08:00