chore: remove hooks from repo (personal dev only)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Dusan Vystrcil
2026-01-14 15:05:50 +01:00
parent 20a7640e80
commit b176803efa
2 changed files with 1 additions and 15 deletions
+1
View File
@@ -6,4 +6,5 @@
context/
CLAUDE.md
.mcp.json
hooks/
-15
View File
@@ -1,15 +0,0 @@
{
"hooks": {
"UserPromptSubmit": [
{
"matcher": "(?i)(commit|/commit)",
"hooks": [
{
"type": "command",
"command": "uv run scripts/generate_agents.py && git add agents/AGENTS.md README.md .claude-plugin/marketplace.json .claude-plugin/plugin.json"
}
]
}
]
}
}