mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +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
|
||||||
@@ -5,6 +5,7 @@
|
|||||||
This document defines project-specific coding standards and development principles.
|
This document defines project-specific coding standards and development principles.
|
||||||
### CLI Tool Context Protocols
|
### CLI Tool Context Protocols
|
||||||
For all CLI tool usage, command syntax, and integration guidelines:
|
For all CLI tool usage, command syntax, and integration guidelines:
|
||||||
|
- **Tool Control Configuration**: @~/.claude/workflows/tool-control.yaml - Controls CLI tool availability for all commands and agent executions (if disabled, use other enabled CLI tools or Claude's own capabilities)
|
||||||
- **Intelligent Context Strategy**: @~/.claude/workflows/intelligent-tools-strategy.md
|
- **Intelligent Context Strategy**: @~/.claude/workflows/intelligent-tools-strategy.md
|
||||||
- **Context Search Commands**: @~/.claude/workflows/context-search-strategy.md
|
- **Context Search Commands**: @~/.claude/workflows/context-search-strategy.md
|
||||||
- **MCP Tool Strategy**: @~/.claude/workflows/mcp-tool-strategy.md
|
- **MCP Tool Strategy**: @~/.claude/workflows/mcp-tool-strategy.md
|
||||||
|
|||||||
Reference in New Issue
Block a user