mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
Add tool control configuration reference to CLAUDE.md
- Added reference to tool-control.yaml for CLI tool availability management - Includes new tool-control.yaml configuration file - Helps coordinate tool usage across commands and agent executions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
10
.claude/workflows/tool-control.yaml
Normal file
10
.claude/workflows/tool-control.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
# Tool Control Configuration
|
||||
# Controls whether CLI tools (Gemini, Qwen, Codex) are enabled in the workspace
|
||||
|
||||
tools:
|
||||
gemini:
|
||||
enabled: true
|
||||
qwen:
|
||||
enabled: true
|
||||
codex:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user