0de9f4a6c0
The Coverage Matrix heatmap only ever showed the bare MITRE ID on each cell (name only via hover tooltip), and colored cells from a continuous score -> hex gradient with no discrete status concept — unlike the Techniques page, which showed ID+name inline with a fixed 5-color status palette. Unifying the two pages' visual style requires both pieces of data to exist server-side. - Adds "name" to all 4 layer builders (coverage/threat-actor/detection- rules/campaign) — harmless extra field for Navigator exports, lets the frontend show it inline. - Adds "status" (the real TechniqueStatus value) to the coverage and threat-actor layers specifically — the only two backed by an actual TechniqueStatus concept; detection-rules/campaign scores don't correspond to one and don't get this field.