Files
ai-coding-workflow-labs/gsd-framework/.claude/settings.json
T
tiennm99 96691e01de docs(phase-3): add planning artifacts and update state for Phase 4
Add Phase 3 plan files (pathfinding, scoring, visual feedback),
update state tracking for Phase 4 context, and clean up gitignore.
2026-03-11 14:04:38 +07:00

32 lines
587 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"
},
"enabledPlugins": {
"commit-commands@claude-plugins-official": true
}
}