Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,12 @@
"command": "python3 \"$HOME/.claude/hooks/usage-tracker.py\"",
"description": "Record Skill and Agent invocation analytics",
"timeout": 3000
},
{
"type": "command",
"command": "python3 \"$HOME/.claude/hooks/routing-gap-recorder.py\"",
"description": "Record /do routing gaps to learning DB for pattern tracking",
"timeout": 2000
}
]
},
Expand Down Expand Up @@ -334,13 +340,12 @@
"command": "python3 \"$HOME/.claude/hooks/error-learner.py\"",
"description": "Learn from tool errors and suggest solutions",
"timeout": 3000
},
{
"type": "command",
"command": "python3 \"$HOME/.claude/hooks/routing-gap-recorder.py\"",
"description": "Record /do routing gaps to learning DB for pattern tracking",
"timeout": 2000
},
}
]
},
{
"matcher": "Bash|Agent",
"hooks": [
{
"type": "command",
"command": "python3 \"$HOME/.claude/hooks/record-waste.py\"",
Expand Down