Step 65 TDD test: Memory strategy inference

Tests MemoryStrategyInference: Python->@Reclaim(Tracing), C++ gets
suggestions, inference does NOT auto-apply to AST, suggestions have
confidence scores and reasons, Elisp->@Reclaim(Tracing).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bill
2026-02-07 08:28:51 -07:00
parent 880ecda73e
commit 52b59428f2
2 changed files with 152 additions and 0 deletions

View File

@@ -184,6 +184,9 @@ target_include_directories(step63_test PRIVATE src)
add_executable(step64_test tests/step64_test.cpp)
target_include_directories(step64_test PRIVATE src)
add_executable(step65_test tests/step65_test.cpp)
target_include_directories(step65_test PRIVATE src)
add_executable(whetstone_editor src/main.cpp)
target_include_directories(whetstone_editor PRIVATE src)
# find_package(SDL2 REQUIRED) # Commented out for now to avoid build issues