Stats
Actions
Tags
From claude-track
Tracks each file write and bash command during a session, then runs start and stop scripts at session boundaries. Executes bash scripts and creates log files.
3 events · 5 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in ./hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
pkill -f 'node.*server.js.*3333' || lsof -ti:3333 | xargs kill -9 || trueWrite|Edit|Bashnode ${CLAUDE_PLUGIN_ROOT}/server/dist/update-progress.jscd ${CLAUDE_PLUGIN_ROOT}/server && npm install --silent 2>&1 && npm run build 2>&160msnode ${CLAUDE_PLUGIN_ROOT}/server/dist/server.js > ${CLAUDE_PROJECT_DIR}/.claude/claude-track-server.log 2>&1 &sleep 3 && (command -v open && open http://localhost:3333 || command -v xdg-open && xdg-open http://localhost:3333 || echo 'Open http://localhost:3333')npx claudepluginhub antoncoding/claude-track --plugin claude-track