This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # .claude/hooks/english-teacher.sh | |
| # English Teacher Hook - Analyzes user's English and provides feedback | |
| # Triggered on UserPromptSubmit | |
| # Debug mode - set to true to enable logging | |
| DEBUG=true | |
| DEBUG_LOG="/tmp/english-teacher-debug.log" | |
| debug_log() { |