Steps 269-271: Phase 10b — annotation agent interface (32/32 tests)

- Step 269: RPC annotation methods (set/get/remove/unannotated) with permission enforcement (12 tests)
- Step 270: MCP prompt templates for annotation workflows (12 tests)
- Step 271: Integration tests for full agent annotation pipeline (8 tests)
- Fixed sideEffectHint heuristic to check descendants of body statements

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bill
2026-02-12 16:18:25 +00:00
parent 976161dc4a
commit a049d6010b
5 changed files with 1326 additions and 3 deletions

View File

@@ -1651,4 +1651,15 @@ target_link_libraries(step268_test PRIVATE
tree_sitter_java tree_sitter_rust tree_sitter_go
tree_sitter_org)
# Step 271: Phase 10b integration tests
add_executable(step271_test tests/step271_test.cpp)
target_include_directories(step271_test PRIVATE src)
target_link_libraries(step271_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)