development #159

Merged
lmiranda merged 3 commits from development into main 2026-01-25 23:46:31 +00:00
2 changed files with 10 additions and 8 deletions
Showing only changes of commit 3f79288b54 - 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"
}
]
}
}