docs: update desktop verification checkpoint
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user