Files
ai-coding-workflow-labs/gsd-framework/.claude/settings.json
T
tiennm99 9b8d4cdee3 chore: install GSD (get-shit-done) Claude Code integration
Add GSD framework configuration including agents, commands, hooks,
and settings for spec-driven development workflow.
2026-03-10 22:16:07 +07:00

29 lines
508 B
JSON

{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "node .claude/hooks/gsd-check-update.js"
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node .claude/hooks/gsd-context-monitor.js"
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "node .claude/hooks/gsd-statusline.js"
}
}