Drop this into ~/.claude/settings.json (merge with existing keys — don't replace the whole file).
{
"hooks": {
"Stop": [I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| bind C-p run "tmux set-buffer \"$(xclip -o)\"; tmux paste-buffer" | |
| # # move tmux copy buffer into x clipboard | |
| bind C-y run "tmux save-buffer - | xclip -i" |
I hereby claim:
To claim this, I am signing this object:
| # encoding: utf-8 | |
| require 'rexml/document' | |
| require 'active_record' | |
| require 'yaml' | |
| require File.expand_path('../../../config/environment', __FILE__) | |
| module JiraMigration | |
| include REXML |
| #!/usr/bin/env python | |
| import optparse | |
| import os | |
| import shutil | |
| import socket | |
| import sys | |
| import subprocess | |
| import tempfile | |
| import time |