From 58af593af6b743a84ae84375ddd3fc28dd22866b Mon Sep 17 00:00:00 2001 From: Schlaflied <200203syttt@gmail.com> Date: Mon, 23 Feb 2026 20:38:42 -0500 Subject: [PATCH] revert: remove unrelated changes from previous commit Restore .claude/settings.json and revert .gitignore change that were accidentally included in the sdr-agent refactor commit. Co-Authored-By: Claude Sonnet 4.6 --- .claude/settings.json | 15 +++++++++++++++ .gitignore | 2 -- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 00000000..d03570d9 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,15 @@ +{ + "hooks": { + "PostToolUse": [ + { + "matcher": "Edit|Write|NotebookEdit", + "hooks": [ + { + "type": "command", + "command": "ruff check --fix \"$CLAUDE_FILE_PATH\" 2>/dev/null; ruff format \"$CLAUDE_FILE_PATH\" 2>/dev/null; true" + } + ] + } + ] + } +} diff --git a/.gitignore b/.gitignore index 50487198..3ef80395 100644 --- a/.gitignore +++ b/.gitignore @@ -68,8 +68,6 @@ temp/ exports/* .claude/settings.local.json -.claude/skills/ship-it/ -.claude/settings.json .venv