Widen compact dispatch cluster probe

This commit is contained in:
Jan Petykiewicz 2026-04-19 02:32:28 -07:00
commit 8115b6b67a
2 changed files with 60 additions and 15 deletions

View file

@ -266,6 +266,13 @@ Working rule:
already reach the grounded `0x00431b20` dispatch strip. That means the direct full-record
`0x4e21/0x4e22` parser path is not currently bridging `[event+0x7ef]` for the ordinary
mutation-capable rows in those sampled maps.
- the widened compact-cluster probe now makes that same gap first-class too:
`runtime inspect-compact-event-dispatch-cluster <map-or-dir>` now reports all dispatch-strip
descriptor occurrences, their `trigger_kind`, and payload family instead of only unknown
descriptor ids. On `Texas Tea.gmp`, the widened report now shows `548 Add Building Port01`,
`8 Economic Status`, and `43 Company Variable 1` all arriving on
`real_packed_nondirect_compact_v1` rows with `trigger_kind = null`, so the next pass can work
from a checked probe rather than ad hoc `inspect-smp` scrapes.
- cross-map probing now gives a better static-analysis lead too:
`British Isles.gmp` shows no current `0x00431b20` dispatch-strip rows, `Germany.gmp` stays on
`Game Variable 1` plus `Company Variable 3..4`, while `Texas Tea.gmp` adds `Economic Status`