mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-18 06:20:33 +00:00
Add Phase 3 plan files (pathfinding, scoring, visual feedback), update state tracking for Phase 4 context, and clean up gitignore.
32 lines
587 B
JSON
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
|
|
}
|
|
}
|