restructure: template 骨架+docs/ 原稿收件匣+管線反轉(總庫只萃 system-dev/wiki)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Claude(雲端總管)
2026-07-17 02:38:41 +00:00
parent 7f83d11d49
commit 07c90c0bbf
36 changed files with 2179 additions and 2 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"hooks": {
"SessionStart": [
{
"matcher": "startup|resume|clear",
"hooks": [
{
"type": "command",
"command": ".claude/hooks/session-start-recall.sh"
}
]
}
],
"PreToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": ".claude/hooks/sdd-guard.sh"
},
{
"type": "command",
"command": ".claude/hooks/pre-write-guard.sh"
},
{
"type": "command",
"command": ".claude/hooks/wiki-secret-scan.sh"
}
]
}
]
}
}