From 8c769d02ee992d2a9f3e7c90bb0cf1d756fa2d16 Mon Sep 17 00:00:00 2001 From: yanweidong Date: Sat, 18 Jul 2026 17:31:49 +0800 Subject: [PATCH] docs: update desktop verification checkpoint --- docs/mvp-verification.md | 7 ++++++- docs/superpowers/plans/2026-07-18-project-workbench-mvp.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/mvp-verification.md b/docs/mvp-verification.md index ce99e8c..0305ed5 100644 --- a/docs/mvp-verification.md +++ b/docs/mvp-verification.md @@ -57,7 +57,12 @@ Set-Location ../desktop npm run build ``` -Expected: Tauri desktop bundle builds when Rust/Cargo is installed. On this machine, verification currently fails before compilation because `cargo` is not available in PATH. +Expected: Tauri desktop bundle builds when Rust/Cargo is installed and the stable Rust toolchain is complete. + +Current machine status: +- `rustup` was installed through winget. +- The stable toolchain install repeatedly timed out and currently reports `Missing manifest in toolchain 'stable-x86_64-pc-windows-msvc'`. +- Desktop verification remains blocked until `rustup toolchain install stable-x86_64-pc-windows-msvc --profile minimal --force` completes successfully. ## Manual MVP Flow diff --git a/docs/superpowers/plans/2026-07-18-project-workbench-mvp.md b/docs/superpowers/plans/2026-07-18-project-workbench-mvp.md index 5995e2b..f27b3fa 100644 --- a/docs/superpowers/plans/2026-07-18-project-workbench-mvp.md +++ b/docs/superpowers/plans/2026-07-18-project-workbench-mvp.md @@ -587,7 +587,7 @@ git commit -m "feat: add core data model" - Create: `D:\work\senlinai\agent\apps\desktop\package.json` - Create: `D:\work\senlinai\agent\apps\desktop\src-tauri\tauri.conf.json` - Create: `D:\work\senlinai\agent\apps\desktop\src-tauri\src\main.rs` -- Create: `D:\work\senlinai\agent\apps\web\src\features\capture\QuickCapture.tsx` +- Create: `D:\work\senlinai\agent\apps\web\src\features\capture\QuickCapture.svelte` **Interfaces:** - Produces: Tauri app pointing at `apps/web` build/dev server.