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

11 lines
718 B
JSON
Raw Normal View History

{
"hooks": {
"Stop": [{
"hooks": [{
"type": "prompt",
2026-07-26 12:23:48 +07:00
"prompt": "Check if code-guide MANDATORY skills are being applied where relevant: engineering-principles, clean-code, clean-architecture, testing, error-handling, security, git-workflow, api-design. If the assistant is using evidence from codebase/docs instead of guessing, and is not violating any of these principles, respond: {\"ok\": true}. Only respond {\"ok\": false, \"reason\": \"[code-guide] Apply MANDATORY skills: engineering-principles, clean-code, clean-architecture, testing, error-handling, security, git-workflow, api-design.\"} if the assistant is clearly guessing or violating these principles."
}]
}]
}
}