This commit is contained in:
2026-03-22 23:54:59 +01:00
parent 91963d5173
commit 686429d9cf
20 changed files with 721 additions and 61 deletions

View File

@@ -22,7 +22,24 @@
"Bash(php tmp_gs1_test.php)",
"mcp__serena__write_memory",
"mcp__serena__prepare_for_new_conversation",
"Bash(npx sass:*)"
"Bash(npx sass:*)",
"Bash(PROJECT_DIR=\"C:/visual studio code/projekty/orderPRO\" node .claude/hooks/index-docs.mjs)",
"mcp__plugin_context-mode_context-mode__ctx_index",
"mcp__plugin_context-mode_context-mode__ctx_search",
"mcp__plugin_context-mode_context-mode__ctx_batch_execute"
]
},
"hooks": {
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "node .claude/hooks/index-docs.mjs"
}
]
}
]
}
}