Files
ShowenV2/.showen/RECOVERY.md
showen d30c111c71 feat: M1.1 完成 + M1.2 启动 — 全量更新
M1.1 收尾:
- 24项 P0/P1/P2 bug 修复 (Rust 107 tests + Flutter 15 tests)
- Flutter App v0.3: cupertino_icons 修复, 单元测试, 调试面板, APK 52.6MB
- 示例插件完善: manifest.json + 请求/响应示范 + 7个测试
- API 文档重写 (以 routes.rs 为唯一权威)
- MILESTONES.md 更新至 100%

M1.2 启动:
- P0: 插件管理 API 闭环 (handle_manager_message Custom 分支 + broadcast_plugin_states)
- ServiceManager 集成测试 8/8 (tests/m1_2_service_manager.rs)
- M1.2 测试计划 (docs/M1.2_TEST_PLAN.md, 18个E2E场景)
- 动态插件系统: auto_rollback + version_manager GC + 路径穿越防护

总计: Rust 115/115 测试, Flutter 15/15 测试, 零 warning

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

38 lines
1.2 KiB
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.
# ShowenV2 会话恢复指引
> **所有 CEO 操作上下文已统一到根目录 `CLAUDE.md`。** 本文件仅保留技术恢复细节。
## 恢复步骤
1.`CLAUDE.md`Claude Code 自动加载) — CEO 身份 + 团队 + 规则 + 状态 + kilo 模板
2. 检查 `.showen/TEAM_CHAT.md` — 团队最新动态
3. 按需读 `souls/chen-yifei.md` — CEO 深层经验
4. 其他文件按 `CLAUDE.md` 文件导航表按需加载
## 编译环境
```bash
export PATH="/home/showen/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/bin:$PATH"
```
- 平台: Debian 11 KDE / ARM64 (aarch64)
- Rust edition 2018, stable toolchain
- 项目: `/home/showen/Showen/ShowenV2/`
## Git 状态快照
```text
be08c63 test: 新增 4 个光标控制集成测试
bf41c45 feat: ScreenPlugin 重构为 thin wrapper
5310a92 feat: LinuxArm64Backend 添加光标控制
f060519 feat: DeviceCommand 添加 SetCursorVisible
48d1eeb feat: plugin-sdk 同步 Device 类型
```
## 状态真相源
- **团队/状态/待办/压力追踪** → `CLAUDE.md`(唯一权威)
- **公司详细规范** → `.showen/COMPANY_RULES.md`
- **提交历史** → `PROGRESS.md`
- **副 CEO 交接** → `.showen/CEO_BACKUP.md`