File Edit Check
Createdpunkpeye
Enforces pre-read checks and detailed commit documentation for file modifications.
About
Prevents blind file modifications by requiring explicit read operations before writes or diffs are applied, ensuring informed and documented changes. It guides users through detailed commit message creation, improving overall code maintainability and collaboration.
Key Features
- TypeScript implementation with proper error handling
- Enforces pre-read verification before file modifications
- Provides detailed commit message guidance
- Prevents blind writes and diffs
- 1 GitHub stars