Refine tracker notes scopes and UI

This commit is contained in:
David Chen 2025-11-29 10:04:39 -08:00
parent 62fd493769
commit 3f15e870fa
3 changed files with 208 additions and 68 deletions

View file

@ -37,6 +37,7 @@ type Task struct {
type Note struct {
ID string `json:"id"`
Scope string `json:"scope,omitempty"`
SessionID string `json:"session_id"`
Session string `json:"session"`
WindowID string `json:"window_id"`