Files
asepharyana-hub-guide/hooks/hooks.json
T

11 lines
640 B
JSON
Raw Normal View History

{
"hooks": {
"Stop": [{
"hooks": [{
"type": "prompt",
"prompt": "Hub-guide best-practice skills are loaded. MANDATORY: engineering-principles, clean-code, clean-architecture, testing, error-handling, security, git-workflow, api-design. Never assume or guess — always find evidence in codebase or docs. If these skills are already being applied, respond: {\"ok\": true}. If not fully applied, respond: {\"ok\": false, \"reason\": \"[hub-guide] Apply MANDATORY skills: engineering-principles, clean-code, clean-architecture, testing, error-handling, security, git-workflow, api-design.\"}"
}]
}]
}
}