This commit is contained in:
Miguel Palhas
2026-02-04 14:02:11 +00:00
parent c763eed5b6
commit f9dfa0404e
5 changed files with 47 additions and 6 deletions
+15 -1
View File
@@ -38,7 +38,21 @@
"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"
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"statusLine": {
"type": "command",
"command": "node \"/home/naps62/.claude/hooks/gsd-statusline.js\""
}
}