docs: update desktop verification checkpoint

This commit is contained in:
2026-07-18 17:31:49 +08:00
parent a965af4d46
commit 8c769d02ee
2 changed files with 7 additions and 2 deletions

View File

@@ -57,7 +57,12 @@ Set-Location ../desktop
npm run build 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 ## Manual MVP Flow

View File

@@ -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\package.json`
- Create: `D:\work\senlinai\agent\apps\desktop\src-tauri\tauri.conf.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\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:** **Interfaces:**
- Produces: Tauri app pointing at `apps/web` build/dev server. - Produces: Tauri app pointing at `apps/web` build/dev server.