mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 18:16:08 +00:00
PR-Agent flagged that the leaf coalesceKey omitted `stage`, so two adjacent no-requestId logs differing only by stage (e.g. one logging `route` and the next `dispatch`) would merge into a single `×2` row, hiding a distinct entry. Add `stage` to the coalesce tuple. New unit test asserts that two leaves identical except for stage stay as separate rows. Refs #1138, #1151