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
Make aggregate Process Output order deterministic and useful for cross-process debugging by sorting by timestamp and applying stable tie-breakers.
Acceptance criteria
Aggregate Manifest Process Output is sorted by timestamp.\n- [ ] Entries with identical timestamps are ordered by Manifest process order.\n- [ ] Entries from the same process preserve per-buffer row order.\n- [ ] Ordering remains stable across renders.\n- [ ] Tests cover timestamp sorting and tie-breaking with controlled output entries.
Parent
#180
What to build
Make aggregate Process Output order deterministic and useful for cross-process debugging by sorting by timestamp and applying stable tie-breakers.
Acceptance criteria
Blocked by
#190