Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docs/windows-lifecycle-tracking/issue-98-startup-visible-ready.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Issue #98 Tracking

Scope: Windows startup `visible` / `ready` lifecycle contract

Current stage:

- This branch is a draft PR placeholder.
- No runtime fix is included yet.
- The goal is to freeze the problem boundary before implementation.

Problem statement:

- The main window can become visible before hotkey/runtime readiness is truly established.
- Backend and frontend both participate in first-show ownership.
- Windows is the currently observed symptom surface, but the ownership split is architectural.

Implementation target to converge before coding:

- Decide a single owner for initial main-window visibility.
- Define the relation between `created`, `shown`, `startup`, `ready`, and `first usable state`.
- Decide whether startup shell and ready shell remain separate concepts.

Non-goals in this draft:

- No Tauri window behavior change yet
- No frontend gate refactor yet
- No smoke implementation yet
Loading