# Legacy Tool Definitions
This directory contains the original individual tool definition files that were used before consolidation.
## Files
- `chat.ts` - Chat and AI interaction tools
- `extract.ts` - Component extraction tools
- `files.ts` - File processing tools
- `refactor.ts` - Code refactoring tools
- `repository.ts` - Repository analysis tools
- `template.ts` - Template generation tools
- `transform.ts` - Code transformation tools
## Status
These files are **no longer used** in the active codebase. All tool definitions have been consolidated into `src/tools/consolidated.ts` for better maintainability and performance.
## Purpose
These files are preserved for:
- Historical reference
- Future modularization if needed
- Tool definition examples
- Documentation purposes
## Note
Do not import these files in the active codebase. Use `src/tools/consolidated.ts` instead.