fix weave: LLM-first tag consolidation instead of embedding pre-filter
give the LLM the full tag inventory with context so it can propose merges
and relationships directly, rather than only seeing pre-filtered pairs that
passed an embedding similarity threshold. the previous approach found zero
merges because short tag strings don't cluster well by cosine similarity.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>