@@ -0,0 +1,93 @@
|
||||
{
|
||||
"env": {},
|
||||
"hooks": {
|
||||
"SessionEnd": [
|
||||
{
|
||||
"matcher": "",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/save-title-on-clear.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"PreToolUse": [
|
||||
{
|
||||
"matcher": "Agent",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/agent-pane-track.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"PostToolUse": [
|
||||
{
|
||||
"matcher": "Agent",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/agent-pane-track.sh"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": "TeamDelete",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/team-pane-cleanup.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"UserPromptSubmit": [
|
||||
{
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "/workspace/.claude/hooks/user-prompt-submit.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"statusLine": {
|
||||
"type": "command",
|
||||
"command": "/workspace/scripts/status-line.sh"
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"frontend-design@claude-plugins-official": true,
|
||||
"ui-ux-pro-max@ui-ux-pro-max-skill": true,
|
||||
"svelte@svelte": true,
|
||||
"playwright@claude-plugins-official": true
|
||||
},
|
||||
"extraKnownMarketplaces": {
|
||||
"ui-ux-pro-max-skill": {
|
||||
"source": {
|
||||
"source": "directory",
|
||||
"path": "/workspace/.devcontainer/.cache/claude-plugins/ui-ux-pro-max-skill"
|
||||
}
|
||||
},
|
||||
"svelte": {
|
||||
"source": {
|
||||
"source": "directory",
|
||||
"path": "/workspace/.devcontainer/.cache/claude-plugins/svelte"
|
||||
}
|
||||
},
|
||||
"superpowers-dev": {
|
||||
"source": {
|
||||
"source": "directory",
|
||||
"path": "/workspace/.devcontainer/.cache/claude-plugins/superpowers-marketplace"
|
||||
}
|
||||
},
|
||||
"zai-coding-plugins": {
|
||||
"source": {
|
||||
"source": "directory",
|
||||
"path": "/workspace/.devcontainer/.cache/claude-plugins/zai-coding-plugins"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user