Files
tech/.claude/settings.json
T
arno d82e2a21b6 文档: 添加 Claude Code 学习资源与项目配置
- 添加 .claude 配置目录(CLAUDE.md、commands、hooks、memory)
- 添加项目根目录 CLAUDE.md
- 更新工程 README.md,新增 Claw Code 链接
- 更新知识/金鹏.md,添加 2026-04-10 文章分享内容
- 添加知识图片和参考资料 PDF
2026-04-09 14:18:25 +08:00

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"
}
]
}
]
}
}