better claude symlinks

This commit is contained in:
Miguel Palhas
2026-02-11 10:57:10 +00:00
parent b100de6f87
commit 7e3cae0f4f
5 changed files with 46 additions and 84 deletions
+6 -24
View File
@@ -1,6 +1,6 @@
{
"permissions": {
"additionalDirectories": ["/home/naps62/projects", "/home/naps62/ethui"],
"additionalDirectories": ["/home/naps62/projects", "/home/naps62/ethui", "/home/naps62/labs", "/home/naps62/subvisual"],
"allow": [
"Edit",
"Write",
@@ -29,31 +29,13 @@
"Bash(kitty @ set-tab-title:*)"
]
},
"sandbox": {
"enabled": true,
"autoAllowBashIfSandboxed": false
},
"defaultMode": "acceptEdits",
"feedbackSurveyState": {
"lastShownTime": 1754052643456
},
"hooks": {
"Stop": [
{
"matcher": "*",
"hooks": [{ "type": "command", "command": "printf '\\a'" }]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "node \"/home/naps62/.claude/hooks/gsd-check-update.js\""
}
]
}
]
},
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"statusLine": {
"type": "command",
"command": "node \"/home/naps62/.claude/hooks/gsd-statusline.js\""
}
"$schema": "https://json.schemastore.org/claude-code-settings.json"
}