1. Create `apps/devindex/view/grid/column/Heuristics.mjs` component. - Visualizes Velocity (`v`), Acceleration (`a`), and Consistency (`c`) metrics. - Uses "Badge" metaphor: - Velocity: β‘ (Fast), π₯ (On Fire) - Acceleration: π (Rising), π (Explosive) - Consistency: π‘οΈ (Veteran), ποΈ (Pillar) - Empty state: π± (Seedling) 2. Integrate into `DevIndex.view.home.GridContainer` as "Impact" column. - Uses the new component. - Maps to `heuristics` (`hm`) field.