Module patch

Module patch 

Source
Expand description

Simplified AST-aware patch tool for bulk code transformations

This tool focuses on essential bulk operations that save significant tokens for LLMs by automating tedious multi-file transformations.

Structs§

ExtractStats
Statistics for function extraction showing token savings
ImportStats
Statistics for import updates showing token savings
PatchTool
Main patch tool for essential bulk transformations
RenameStats
Statistics for rename operations showing token savings

Enums§

PatchError
Errors that can occur during patch operations
RenameScope
Scope for rename operations

Type Aliases§

PatchResult