Commit 3759b89f32b6

Vincent Demeester <vincent@sbr.pm>
2026-01-12 16:58:52
feat(claude): add /home/vincent to trusted workspaces
This allows Claude Code to start in /home/vincent without prompting for workspace trust, which is necessary for shpool SSH sessions that start Claude Code remotely. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent f5bd61f
Changed files (1)
dots
.config
dots/.config/claude/settings.json
@@ -59,5 +59,8 @@
     "directories": [
       "~/.config/claude/skills"
     ]
-  }
+  },
+  "trustedWorkspaces": [
+    "/home/vincent"
+  ]
 }