Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .claude/hooks/post-edit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# 2 = lint errors found (fed back to Claude as feedback; ignored by Copilot)

# Parse file path - handles both Claude Code and Copilot input formats
echo "###-###"
env
echo "###-###"
FILE_PATH=$(cat | node -e "
let d='';
process.stdin.on('data',c=>d+=c);
Expand Down
Loading