Step 255: symbol-only mode for scope queries (lean vs detailed)

getInScopeSymbols, getCallHierarchy, getDependencyGraph now default
to lean "symbols" mode returning names/IDs only. Pass detailed:true
for full node JSON. 12/12 tests pass.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bill
2026-02-11 16:00:56 +00:00
parent ba9da3fd55
commit 92e2f2493a
4 changed files with 524 additions and 11 deletions

View File

@@ -1479,4 +1479,14 @@ target_link_libraries(step254_test PRIVATE
tree_sitter_java tree_sitter_rust tree_sitter_go
tree_sitter_org)
add_executable(step255_test tests/step255_test.cpp)
target_include_directories(step255_test PRIVATE src)
target_link_libraries(step255_test PRIVATE
nlohmann_json::nlohmann_json
unofficial::tree-sitter::tree-sitter
tree_sitter_python tree_sitter_cpp tree_sitter_elisp
tree_sitter_javascript tree_sitter_typescript
tree_sitter_java tree_sitter_rust tree_sitter_go
tree_sitter_org)
# Step 12: Dear ImGui shell scaffolding created (main.cpp exists but not built due to dependencies)