hotfix(data-platform): use separate hooks.json file #157

Merged
lmiranda merged 2 commits from hotfix/data-platform-hooks into main 2026-01-25 20:46:15 +00:00
2 changed files with 10 additions and 8 deletions
Showing only changes of commit 5321b2929e - Show all commits

View File

@@ -18,14 +18,6 @@
"etl",
"dataframe"
],
"hooks": {
"SessionStart": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/startup-check.sh"
}
]
},
"commands": ["./commands/"],
"mcpServers": ["./.mcp.json"]
}

View File

@@ -0,0 +1,10 @@
{
"hooks": {
"SessionStart": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/startup-check.sh"
}
]
}
}