00313bfcd4
* fix(tool): clarify semantic_search returns snippets not file paths The first description bullet read "Find files most relevant to the search query using semantic search.", which led an AI agent to tell a user that the tool returns file paths only. The tool actually returns matching content with file paths, line ranges, and relevance scores. Updates the first two description bullets to name the output shape directly. No runtime change. Closes #9767. * test(cli): cover semantic_search description --------- Co-authored-by: marius-kilocode <marius@kilocode.ai>