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 <noreply@anthropic.com>
This commit is contained in:
Schlaflied
2026-02-23 20:38:42 -05:00
parent 450575a927
commit 58af593af6
2 changed files with 15 additions and 2 deletions
+15
View File
@@ -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"
}
]
}
]
}
}
-2
View File
@@ -68,8 +68,6 @@ temp/
exports/*
.claude/settings.local.json
.claude/skills/ship-it/
.claude/settings.json
.venv