- 添加 .claude 配置目录(CLAUDE.md、commands、hooks、memory) - 添加项目根目录 CLAUDE.md - 更新工程 README.md,新增 Claw Code 链接 - 更新知识/金鹏.md,添加 2026-04-10 文章分享内容 - 添加知识图片和参考资料 PDF
19 lines
323 B
JSON
19 lines
323 B
JSON
{
|
|
"env": {
|
|
"CLAUDE_CODE_AUTO_COMPACT_WINDOW": "200000",
|
|
"CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "75"
|
|
},
|
|
"hooks": {
|
|
"UserPromptSubmit": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": ".claude/hooks/user-prompt-submit.sh"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|