Refactor proxy handling and update related UI flows

This commit is contained in:
2026-07-08 09:01:10 +03:00
parent b45dd2ae05
commit 288acbf0c8
14 changed files with 2655 additions and 552 deletions

View File

@@ -0,0 +1,12 @@
# Goal: Трехпанельный интерфейс Windows Client
Use Krypton Execution to execute `docs/goals/windows-client-three-panel-ui/PLAN.md`.
Core rules:
- Treat `PLAN.md` as the source plan.
- Preserve intent, ownership, contract, cutover, evidence, and kill criteria.
- Summary panel must remain read-only: no apply, install, start, stop, delete, input, subscription, or route mutations there.
- Keep Rust/Tauri storage and commands as the source of truth; React may hold only UI state and derived display models.
- Do not add a new dominant path without deleting, redirecting, demoting, or shimming the displaced monolithic screen path.
- Capture acceptance evidence from the target perspective and record it in `EVIDENCE.md`.
- Say `implemented but unproven` if target-perspective or Windows service evidence cannot be captured.