fix(knowledge): show draft pins in work status

This commit is contained in:
Bohdan Triapitsyn
2026-08-19 00:22:54 +03:00
parent 0843250f07
commit 434e5ea9aa
5 changed files with 102 additions and 12 deletions
@@ -65,8 +65,8 @@ still pass `onOpenPlan` and keep theirs.
Notes and plans are project data, but attaching one writes its id to the current
session metadata. Other sessions in the project do not inherit it. A pin made
while a new-session draft is open lives on that draft and transfers only to the
session created by its first message. Work status lists and detaches the pins of
the session it describes.
session created by its first message. Work status lists and detaches draft pins
before that first message, then reads them from the created session metadata.
## Memory is not a fifth kind of note