What Happened
- Issue telemetry from 21 days of Claude Code usage shows a strong, repeated pattern: resolvable symbol-level Serena queries are followed by redundant `Read` calls on the same file path, indicating the query result is often not context-complete for downstream editing flow. Specifically, 102 of 554 symbol queries (18.4%) had same-session same-file read fallbacks, and among `find_symbol` fallbacks 80.8% already used `include_body=true` before issuing `Read(offset/limit)`.
- Issue telemetry from 21 days of Claude Code usage shows a strong, repeated pattern: resolvable symbol-level Serena queries are followed by redundant `Read` calls on the same file path, indicating the query result is often not context-complete for downstream editing flow. Specifically, 102 of 554 symbol queries (18.4%) had same-session same-file read fallbacks, and among `find_symbol` fallbacks 80.8% already used `include_body=true` before issuing `Read(offset/limit)`.
- 1 evidence item attached for review.