You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assemble() hardcodes maxResults=7, minScore=0.45, and filter={source:'summary'}. None of this is in the README or config schema — and minScore is declared in BaseConfig but never wired through.
Goal
Type the mindmap item shape (MindmapItem / ScoredMindmapItem).
Honor maxResults, minScore, retrievalFilter from config.
Document the defaults in the package README and docs/contexto.md.
Problem
SearchResult.itemsisany[]. Anyone implementingContextoBackend([contexto]: Implement LocalBackend #116) has to readhelpers.tsto learn the shape.assemble()hardcodesmaxResults=7,minScore=0.45, andfilter={source:'summary'}. None of this is in the README or config schema — andminScoreis declared inBaseConfigbut never wired through.Goal
MindmapItem/ScoredMindmapItem).maxResults,minScore,retrievalFilterfrom config.docs/contexto.md.