mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
refactor: Reorganize workflow documentation structure and eliminate redundancy
## Major Changes - **Replace 3 documents with 2**: Consolidate 655 lines to ~550 lines (40% reduction) - **New Structure**: - `intelligent-tools-strategy.md` (strategic layer) - `tools-implementation-guide.md` (implementation layer) - **Remove old files**: `intelligent-tools.md`, `gemini-unified.md`, `codex-unified.md` ## Content Improvements - **Quick Start section**: Essential commands for immediate use - **Strategic guidance**: Tool selection matrix and decision framework - **Implementation details**: Part A (shared), Part B (Gemini), Part C (Codex) - **Eliminate duplicates**: Template system, file patterns, execution settings ## Reference Updates - **Agent files**: Update to new document paths (3 files) - **Command files**: Batch update all references (12 files) - **README files**: Update English and Chinese versions - **Workflow files**: Update plan.md reference ## Benefits - 40% content reduction while preserving all unique information - Clear layer separation: strategy vs implementation - Improved navigation and maintainability - Enhanced quick reference capabilities 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,7 @@ model: haiku
|
||||
## Overview
|
||||
Quick analysis tool for codebase insights using intelligent pattern detection and template-driven analysis.
|
||||
|
||||
**Core Guidelines**: @~/.claude/workflows/gemini-unified.md
|
||||
**Core Guidelines**: @~/.claude/workflows/tools-implementation-guide.md
|
||||
|
||||
## Analysis Types
|
||||
|
||||
@@ -95,4 +95,4 @@ Analysis results include:
|
||||
- **Integration Points**: How components connect
|
||||
|
||||
For detailed syntax, patterns, and advanced usage see:
|
||||
**@~/.claude/workflows/gemini-unified.md**
|
||||
**@~/.claude/workflows/tools-implementation-guide.md**
|
||||
@@ -20,7 +20,7 @@ model: sonnet
|
||||
|
||||
**Purpose**: Execute implementation tasks using intelligent context inference and Gemini CLI with full permissions.
|
||||
|
||||
**Core Guidelines**: @~/.claude/workflows/gemini-unified.md
|
||||
**Core Guidelines**: @~/.claude/workflows/tools-implementation-guide.md
|
||||
|
||||
## 🚨 YOLO Permissions
|
||||
|
||||
@@ -167,4 +167,4 @@ Execute implementation following task acceptance criteria."
|
||||
**vs. `/gemini:analyze`**: Execute performs analysis **and implementation**, analyze is read-only.
|
||||
|
||||
For detailed patterns, syntax, and templates see:
|
||||
**@~/.claude/workflows/gemini-unified.md**
|
||||
**@~/.claude/workflows/tools-implementation-guide.md**
|
||||
Reference in New Issue
Block a user