docs: add contract-validator initial-setup and update version tags #199

Merged
lmiranda merged 22 commits from docs/contract-validator-setup into development 2026-01-26 20:57:09 +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"
}
]
}
}