You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SystemDiff's validated capture and diff workflow is still exposed only through the CLI. Ordinary Windows users must manage JSON files and understand snapshot/diff terminology before they can answer the product's core question: what changed on this PC?
Scope
Add the first guided desktop vertical slice using Tauri 2, React, and TypeScript while reusing the existing Rust capture, diff, coverage, and evidence semantics in-process.
The desktop workflow has three primary states:
Ready — explain the purpose and start a capture.
Capturing — keep the before state internally while the user installs, runs, or changes software.
Results — capture the after state, compare it, and show calm human-readable Registry startup and Windows Services changes with optional technical evidence.
Acceptance criteria
The user can complete Start capture → make a change → Finish & Compare without PowerShell, JSON, file pickers, or manual snapshot naming.
Rust owns capture, diff classification, coverage semantics, and the typed presentation model; TypeScript owns layout, interaction, and localization only.
The UI supports en-US and zh-CN, selected from the user's language.
Capture/compare work is asynchronous and duplicate actions are rejected.
Temporary evidence is collision-safe, app-local, and explicitly cleaned up on finish/cancel with conservative startup recovery.
Tauri IPC is narrow: no arbitrary filesystem paths, shell commands, remote content, network client, telemetry, or elevation.
A guarded HKCU-only dogfood test proves SystemDiffDogfood is shown as an added startup value and cleans up exact test data.
A real Windows desktop screenshot documents only implemented behavior.
Rust tests, frontend typecheck/build, desktop build, manual GUI validation, independent review, and CI pass.
Non-goals
Scheduled Tasks, history/baseline management, settings/dashboard/charts, risk scores, signatures/rules/AI/cloud/accounts, updater, installer polish, signing, or an official release.
Problem
SystemDiff's validated capture and diff workflow is still exposed only through the CLI. Ordinary Windows users must manage JSON files and understand snapshot/diff terminology before they can answer the product's core question: what changed on this PC?
Scope
Add the first guided desktop vertical slice using Tauri 2, React, and TypeScript while reusing the existing Rust capture, diff, coverage, and evidence semantics in-process.
The desktop workflow has three primary states:
Acceptance criteria
en-USandzh-CN, selected from the user's language.SystemDiffDogfoodis shown as an added startup value and cleans up exact test data.Non-goals
Scheduled Tasks, history/baseline management, settings/dashboard/charts, risk scores, signatures/rules/AI/cloud/accounts, updater, installer polish, signing, or an official release.