全局配置文件, 定义 Claude Code 的行为规范和工作流程.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "enabledPlugins": { | |
| "document-skills@anthropic-agent-skills": true, | |
| "frontend-design@claude-plugins-official": true | |
| }, | |
| "env": { | |
| "API_TIMEOUT_MS": "600000", | |
| "BASH_DEFAULT_TIMEOUT_MS": "600000", | |
| "BASH_MAX_TIMEOUT_MS": "600000", | |
| "CLAUDE_API_TIMEOUT": "600000", |