read
Read and analyze multiple files with intelligent context management, relationship detection, and fuzzy matching verification for pre-flight edit validation.
Instructions
📖 Intelligent file operations - Smart context management with automatic chunking. Multi-file reading with relationship detection. Project structure analysis. Enhanced with fuzzy matching verification for pre-flight edit validation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysis_type | No | content | |
| file_paths | Yes | Array of file paths to read | |
| fuzzy_threshold | No | Similarity threshold for fuzzy matching (0.1-1.0, higher = more strict) | |
| max_files | No | ||
| verification_mode | No | Verification mode: basic (exact match only), fuzzy (includes similarity matching), comprehensive (fuzzy + suggestions) | fuzzy |
| verify_texts | No | Optional array of text strings to verify existence in files for pre-flight edit validation |