From b066dd187bdbb353abfe9d84170c8644bc1901ae Mon Sep 17 00:00:00 2001 From: pulsareonbot Date: Sat, 4 Jul 2026 14:29:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20CLAUDE.md=20=E6=A0=87=E8=AE=B0=20P1/P2?= =?UTF-8?q?=20=E4=BF=AE=E5=A4=8D=E7=9B=AE=E6=A0=87=E6=9C=BA=E5=A4=8D?= =?UTF-8?q?=E9=AA=8C=E9=80=9A=E8=BF=87=20(147/147=20=E9=9B=B6=20warning,?= =?UTF-8?q?=20SIGINT=20234ms=20=E9=80=80=E5=87=BA)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 5d6bcb9..9bba1d3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -167,7 +167,7 @@ export PATH="/home/showen/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/bi - ✅ check_updates 结果回传:通过 Custom { kind: "plugin_updates" } 广播 - ✅ DeviceResponse::Error 留痕:device/mod.rs handle_message 补 eprintln - ⏳ CursorVisibility 变体:删除会破坏示例插件和测试,倾向 Phase 2 统一清理(保留现状) -10. **[待复验]** 2026-07-04 三提交(4d830c0 README / ab1dd91 P1 Shutdown fix / 38dcd21 P2 清理)仅过 rust-analyzer 类型检查,需在 Linux ARM64 目标机跑 `cargo check --workspace --all-targets && cargo test --workspace` 确认零 warning + 全测试通过 +10. ~~**[待复验]** 2026-07-04 三提交(4d830c0 README / ab1dd91 P1 Shutdown fix / 38dcd21 P2 清理)仅过 rust-analyzer 类型检查,需在 Linux ARM64 目标机跑 `cargo check --workspace --all-targets && cargo test --workspace` 确认零 warning + 全测试通过~~ ✅ 目标机复验通过(2026-07-04):`cargo check` 零 warning;`cargo test --workspace` 147/147 全过(lib 105 + example 7 + m1_2_dynamic 15 + m1_2_http 12 + m1_2_service_manager 8);P1 Shutdown 修复实测:SIGINT 后 234ms 优雅退出(exit_code=0),修复前需等下一条消息可能永不退出 ---