chore(conductor): Expand Tree-Sitter C/C++ track with new phases for tool parity and robust testing

This commit is contained in:
2026-05-05 19:31:25 -04:00
parent b0ed7026dc
commit b8460107b9
4 changed files with 80 additions and 6 deletions
+2 -2
View File
@@ -98,9 +98,9 @@ This file tracks all major tracks for the project. Each track has its own detail
### Additional Language Support
1. [~] **Track: Tree-Sitter C/C++ MCP Tools**
1. [ ] **Track: Tree-Sitter C/C++ MCP Tools**
*Link: [./tracks/ts_cpp_tree_sitter_20260308/](./tracks/ts_cpp_tree_sitter_20260308/)*
*Goal: Add tree-sitter C and C++ grammars. Extend ASTParser to support C/C++ skeleton and outline extraction. Add MCP tools ts_c_get_skeleton, ts_cpp_get_skeleton, ts_c_get_code_outline, ts_cpp_get_code_outline.*
*Goal: Add tree-sitter C and C++ grammars. Extend ASTParser to support C/C++ skeleton and outline extraction. Add MCP tools ts_c_get_skeleton, ts_cpp_get_skeleton, ts_c_get_code_outline, ts_cpp_get_code_outline. (Extended: definitions, signatures, and surgical updates).*
2. [ ] **Track: Bootstrap gencpp Python Bindings**
*Link: [./tracks/gencpp_python_bindings_20260308/](./tracks/gencpp_python_bindings_20260308/)*