added new hook InstructionsLoaded

This commit is contained in:
Shayan Rais
2026-03-05 13:05:41 +05:00
parent f467c65daa
commit 54bf549011
6 changed files with 46 additions and 7 deletions
+13
View File
@@ -318,6 +318,19 @@
}
]
}
],
"InstructionsLoaded": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PROJECT_DIR}/.claude/hooks/scripts/hooks.py",
"timeout": 5000,
"async": true,
"statusMessage": "InstructionsLoaded"
}
]
}
]
}
}