Add entity metadata to SQLite search index
Entity identity records (name, type, aka) were indexed but thin — no
descriptions. Relationship records (descriptions, tags, facet context)
were not indexed into FTS5 at all.
New _index_entity_search_chunks() combines identity + relationship data
into rich, searchable chunks: one per entity-facet relationship with
name, type, aliases, description, and tags. Replaces the previous
formatter-based identity-only chunks.
Entity chunks use agent="entity" and path="entity_search:{id}", so they
surface in Convey search alongside prose mentions with the existing
Entity icon and filter.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This is a binary file and will not be displayed.