M

Author

M. Patel

M. Patel writes DevMoment field notes on AI dev workflow, tested on real work rather than demos.

AI dev workflow

Claude Code Security in 2026: What GhostApproval Changed

GhostApproval showed my Claude Code approval box a fake filename while the write went to my SSH keys. Anthropic called it outside its threat model, so the fix was mine. Here is the field log: what the symlink flaw does, who patched, and the three setup changes that held.

6 min read183
AI IDE

The IDE settings I changed after a year of AI pair programming

After a year of AI pair programming, I optimize my editor for reviewing, not writing. I format only modified ranges to keep diffs honest, switch to inline diffs, bind word-by-word accept and next-hunk navigation to fast keys, keep a short instructions file in version control, auto-approve only safe local commands, and commit constantly. The settings all follow one shift: I read far more code than I write now.

11 min read154