feat: normalize attention intensity by engaged follows
Use the count of unique follows who discussed any talk as the
denominator instead of total follows. This spreads glow intensity
across the actual data range — previously all talks clustered near
1.0 because the raw denominator (total follows) dwarfed per-talk
mention counts.
Raw layer1 values are preserved; only intensity (used for glow +
sort) is recomputed via combineLayers with the normalized layer1.
Adds normalizedCoverage field to TalkScore for the detail strip,
decoupled from composite intensity. Detail strip reads "Covered by
X% of active follows."
Also adds branch workflow note to CLAUDE.md.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>