Stats
Actions
Tags
From kosh
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 2 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
mkdir -p ${CLAUDE_PLUGIN_ROOT}/reports/data ${CLAUDE_PLUGIN_ROOT}/reports/screenshotscd ${CLAUDE_PLUGIN_ROOT} && git fetch origin --quiet 2>/dev/null && BEHIND=$(git rev-list HEAD..@{u} --count 2>/dev/null) && [ "${BEHIND:-0}" -gt 0 ] && echo "kosh has ${BEHIND} update(s) available — run: git pull" || truenpx claudepluginhub a8cteam51/kosh