If you're reading this, the plugin is working. This command triggered the `SessionStart` hook.
Verifies plugin installation by triggering SessionStart hook and checking logs.
/plugin marketplace add tobyhede/turboshovel/plugin install tobyhede-turboshovel-plugin@tobyhede/turboshovelIf you're reading this, the plugin is working. This command triggered the SessionStart hook.
Check the turboshovel log to confirm:
# Tail logs (in a separate terminal)
mise run logs
# or: tail -f ~/.turboshovel/turboshovel.log
You should see a SessionStart entry from when this session started.
| Check | How |
|---|---|
| Plugin loaded | Run /plugin - no turboshovel errors |
| Hooks firing | Check logs for HOOK_INVOKED entries |
| Gates config | cat .claude/gates.json |
| Symptom | Fix |
|---|---|
| Plugin errors | Check ~/.claude/debug/latest |
| No log entries | Ensure TURBOSHOVEL_LOG is not set to 0 |
| Gates not firing | Create .claude/gates.json |