790 B
790 B
Ralph Scratchpad
Preset: feature Task: specs/structural-search-rewrite.md
Committer — Iteration 4
Committed: 6fe71f1
feat: add structural code search and rewrite tools
7 files changed, 1414 insertions:
src/tree-sitter/pattern-compiler.ts— metavar placeholder encoding, language wrapperssrc/tree-sitter/search-engine.ts— recursive AST matcher, file collectionsrc/tree-sitter/rewrite-engine.ts— capture substitution, bottom-up applicationsrc/tools/code-search.ts— search tool wrappersrc/tools/code-rewrite.ts— rewrite tool wrapper with dry-runsrc/index.ts— tool registrationtest-structural-search.ts— 52 tests
Status: ✅ DONE
All spec requirements met. 52 tests passing, tsc clean. Feature complete.