You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,12 @@ Use project aliases for frontend imports:
76
76
77
77
For broader path maps, use `docs/codebase-map.md`.
78
78
79
+
## Thread Hierarchy Invariants
80
+
81
+
-`setThreads` reconciliation must preserve incoming order while retaining required local anchors (active/processing/ancestor summaries) when payloads are partial.
82
+
- Never resurrect hidden threads during reconciliation (`hiddenThreadIdsByWorkspace` still wins).
83
+
-`useThreadRows` renders children under parents only when parent summaries are present in the visible list; missing parent summaries will promote children to roots.
84
+
79
85
## Follow-up Behavior Map
80
86
81
87
For Queue vs Steer follow-up behavior, start here:
0 commit comments