SearchCells
Convenience wrapper overQueryCells for backward compatibility. Returns []CellSearchResult sorted by score; each result includes a Coord for use as a context-pack seed.
ExcludeTags, SortBy, Explain, or temporal filters, use QueryCells directly.
CellSearchConfig fields
Content search scoring
CellSearchResult
Cell.Coord can be used as a seed for context assembly.
Multi-seed context assembly
A seed is aCoord — the centre point of a ring-walk expansion. SearchCells returns CellSearchResult values each carrying a Coord; those coords are the seeds passed to the assembly APIs, which expand each matched location’s neighbourhood into context. One query → N matched coords → N seeds → one merged ContextPack.