Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:51:21 +08:00
commit 6b4cf5895e
24 changed files with 4061 additions and 0 deletions

8
hooks/hooks.json Normal file
View File

@@ -0,0 +1,8 @@
{
"description": "HyperClaude Nano tool enforcement and workflow hooks",
"user_prompt_submit": {
"description": "Inject mandatory tool policy reminder on each prompt",
"command": "printf",
"args": ["🔴 HYPERCLAUDE NANO POLICIES:\\n• TOOLS: Read/Grep/Glob/Edit/Write ONLY - NO bash for files\\n• TodoWrite: Required for 3+ steps\\n• PARALLEL: Always use parallel ops\\n• See commands/00-SYSTEM.md"]
}
}