Commit c801748d4fcc

Vincent Demeester <vincent@sbr.pm>
2025-12-04 09:52:12
fix: Add SessionEnd hook to settings.json
- Enable claude-hooks-save-session on session end - Prompt user to save session summaries when ending Claude Code Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 51b794d
Changed files (1)
dots
dots/.claude/settings.json
@@ -19,6 +19,16 @@
           }
         ]
       }
+    ],
+    "SessionEnd": [
+      {
+        "hooks": [
+          {
+            "type": "command",
+            "command": "claude-hooks-save-session"
+          }
+        ]
+      }
     ]
   },
   "enabledPlugins": {