entities: retire per-segment extractor; index + show `sense` per-segment
Delete the redundant per-segment Entity Extraction talent (entities.md + entities.py hook + entities.schema.json) and the now-unreachable consolidate chain (consolidation.py, POST /api/consolidate, the `entities consolidate` CLI verb, and the orphan is_noise_entity helper).
Make talents/sense.json — the richest per-segment artifact — the indexed, transcripts-visible per-segment output: add format_sense, register */*/*/talents/sense.json (indexed) in FORMATTERS in place of the dropped entities.jsonl entry, and render it as the single transcripts "sense" tab (popping the stale rglob-collected sense.md key first; sense.md stays on disk for downstream consumers). Drop "entities" from SEGMENT_FLOOR_TALENTS so segment completion is gated by sensed + floor:documents.
Detection (entities:detection) and the detected entity store are untouched.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>