Refactor Gemini and Qwen Documentation: Remove outdated examples and consolidate advanced workflows

- Deleted advanced workflows, analysis examples, context optimization, template usage, and write examples for both Gemini and Qwen to streamline documentation.
- Updated CLAUDE.md to include references to new context strategies and search commands.
- Enhanced clarity and focus on compliance, security, and performance in remaining documentation.
This commit is contained in:
catlog22
2025-10-17 16:43:36 +08:00
parent b9be188415
commit 8b5f655e41
20 changed files with 2 additions and 3234 deletions

View File

@@ -7,6 +7,8 @@ This document defines project-specific coding standards and development principl
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)
- **MCP Tool Strategy**: @~/.claude/workflows/mcp-tool-strategy.md
- **Intelligent Context Strategy**: @~/.claude/workflows/intelligent-tools-strategy.md
- **Context Search Commands**: @~/.claude/workflows/context-search-strategy.md
**Context Requirements**:
- Identify 3+ existing similar patterns before implementation