mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 21:53:28 +08:00
- replaceInFile returns true even when pattern doesn't match (silent rewrite) - grepFile treats CR-only (\r) file as single line (splits on \n only) - writeSessionContent(null) returns false (TypeError caught by try/catch)