文档: 添加 Claude Code 学习资源与项目配置
- 添加 .claude 配置目录(CLAUDE.md、commands、hooks、memory) - 添加项目根目录 CLAUDE.md - 更新工程 README.md,新增 Claw Code 链接 - 更新知识/金鹏.md,添加 2026-04-10 文章分享内容 - 添加知识图片和参考资料 PDF
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user