Skip to content

Commit 2ebaed6

Browse files
dormouse-botclaude
andcommitted
docs(specs): fix parallel 'persisted params' phrasing in glossary union note
The union-membership note still said a browser Surface's todo survives in its 'persisted params', the same imprecision this PR corrects in alert.md. A browser Surface's todo survives in the persisted alert blob, not the dockview render/door params. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9e159b4 commit 2ebaed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/specs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ A Workspace projects a **union status** over its member Surfaces' Activity (tran
7474
- `todo` — any member Surface has `todo === true`: a terminal Session, or a browser Surface a user has flagged.
7575
- `count` — number of member Surfaces currently owing attention (ringing or `todo`), for hosts that show a numeric badge.
7676

77-
The union is **display-only**: it is derived from member Activity, never enters the Activity state machine, and never itself fires a ring. Minimized (`Doored`) and unmounted (inactive-Workspace) Surfaces are included, because their Activity (Session) or persisted params (browser Surface) survive minimize/unmount (I2, I3).
77+
The union is **display-only**: it is derived from member Activity, never enters the Activity state machine, and never itself fires a ring. Minimized (`Doored`) and unmounted (inactive-Workspace) Surfaces are included, because their Activity (Session) or persisted `alert` blob (browser Surface) survive minimize/unmount (I2, I3).
7878

7979
### Implementation status
8080

0 commit comments

Comments
 (0)