文档: 添加 Claude Code 学习资源与项目配置

- 添加 .claude 配置目录(CLAUDE.md、commands、hooks、memory)
- 添加项目根目录 CLAUDE.md
- 更新工程 README.md,新增 Claw Code 链接
- 更新知识/金鹏.md,添加 2026-04-10 文章分享内容
- 添加知识图片和参考资料 PDF
This commit is contained in:
2026-04-09 14:18:25 +08:00
parent 3a7dd3e979
commit d82e2a21b6
13 changed files with 465 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"env": {
"CLAUDE_CODE_AUTO_COMPACT_WINDOW": "200000",
"CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "75"
},
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": ".claude/hooks/user-prompt-submit.sh"
}
]
}
]
}
}