diff --git a/.claude/settings.json b/.claude/settings.json index 95bb2b4..57eacc0 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -21,21 +21,8 @@ "Bash(ls*)" ] }, - "enabledPlugins": { - "frontend-design@claude-plugins-official": true, - "superpowers@claude-plugins-official": true - }, "hooks": { "SessionStart": [ - { - "hooks": [ - { - "type": "command", - "command": "/home/artanis/.claude/hooks/peon-ping/peon.sh", - "timeout": 10 - } - ] - }, { "hooks": [ { @@ -47,50 +34,8 @@ ] } ], - "UserPromptSubmit": [ - { - "hooks": [ - { - "type": "command", - "command": "/home/artanis/.claude/hooks/peon-ping/peon.sh", - "timeout": 10, - "async": true - } - ] - }, - { - "hooks": [ - { - "type": "command", - "command": "/home/artanis/.claude/hooks/peon-ping/scripts/hook-handle-use.sh", - "timeout": 5 - } - ] - } - ], - "Stop": [ - { - "hooks": [ - { - "type": "command", - "command": "/home/artanis/.claude/hooks/peon-ping/peon.sh", - "timeout": 10, - "async": true - } - ] - } - ], + "UserPromptSubmit": [], "SessionEnd": [ - { - "hooks": [ - { - "type": "command", - "command": "/home/artanis/.claude/hooks/peon-ping/peon.sh", - "timeout": 10, - "async": true - } - ] - }, { "hooks": [ { @@ -101,67 +46,10 @@ } ] } - ], - "Notification": [ - { - "hooks": [ - { - "type": "command", - "command": "/home/artanis/.claude/hooks/peon-ping/peon.sh", - "timeout": 10, - "async": true - } - ] - } - ], - "PermissionRequest": [ - { - "hooks": [ - { - "type": "command", - "command": "/home/artanis/.claude/hooks/peon-ping/peon.sh", - "timeout": 10, - "async": true - } - ] - } - ], - "SubagentStart": [ - { - "hooks": [ - { - "type": "command", - "command": "/home/artanis/.claude/hooks/peon-ping/peon.sh", - "timeout": 10, - "async": true - } - ] - } - ], - "PostToolUseFailure": [ - { - "matcher": "Bash", - "hooks": [ - { - "type": "command", - "command": "/home/artanis/.claude/hooks/peon-ping/peon.sh", - "timeout": 10, - "async": true - } - ] - } - ], - "PreCompact": [ - { - "hooks": [ - { - "type": "command", - "command": "/home/artanis/.claude/hooks/peon-ping/peon.sh", - "timeout": 10, - "async": true - } - ] - } ] + }, + "enabledPlugins": { + "frontend-design@claude-plugins-official": true, + "superpowers@claude-plugins-official": true } }