Commit c5ccc6e3ac06

Vincent Demeester <vincent@sbr.pm>
2026-01-12 16:56:02
feat(claude): add common project directories to trusted workspaces
Add tekton-watcher and go-ci to trusted workspaces for shpool SSH sessions. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 9b6ec1f
Changed files (1)
dots
.config
dots/.config/claude/settings.json
@@ -62,6 +62,8 @@
   },
   "trustedWorkspaces": [
     "/home/vincent",
-    "/home/vincent/src/home"
+    "/home/vincent/src/home",
+    "/home/vincent/src/tekton-watcher",
+    "/home/vincent/src/go-ci"
   ]
 }