From 25a453d8f80a58db1a49e0fc3e61f524d7412da1 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sat, 4 Oct 2025 23:42:50 +0800 Subject: [PATCH] chore: Remove obsolete version.json file --- .claude/agents/action-planning-agent.md | 1 - .claude/agents/code-developer.md | 1 - .claude/agents/conceptual-planning-agent.md | 1 - .claude/agents/doc-generator.md | 1 - .claude/agents/general-purpose.md | 1 - .claude/agents/memory-gemini-bridge.md | 1 - .claude/agents/test-fix-agent.md | 1 - .claude/commands/cli/chat.md | 1 - .claude/commands/cli/mode/bug-index.md | 1 - .claude/commands/cli/mode/code-analysis.md | 1 - .claude/commands/cli/mode/plan.md | 1 - .claude/version.json | 7 ------- 12 files changed, 18 deletions(-) delete mode 100644 .claude/version.json diff --git a/.claude/agents/action-planning-agent.md b/.claude/agents/action-planning-agent.md index 06e47572..b0f3291e 100644 --- a/.claude/agents/action-planning-agent.md +++ b/.claude/agents/action-planning-agent.md @@ -13,7 +13,6 @@ description: | user: "Create implementation plan for: real-time notifications system" assistant: "I'll create a staged implementation plan using provided context" commentary: Agent executes planning based on provided requirements and context -model: sonnet color: yellow --- diff --git a/.claude/agents/code-developer.md b/.claude/agents/code-developer.md index f0a57fe9..ff711d94 100644 --- a/.claude/agents/code-developer.md +++ b/.claude/agents/code-developer.md @@ -13,7 +13,6 @@ description: | user: "Add user authentication" assistant: "I need to analyze the codebase first to understand the patterns" commentary: Use Gemini to gather implementation context, then execute -model: sonnet color: blue --- diff --git a/.claude/agents/conceptual-planning-agent.md b/.claude/agents/conceptual-planning-agent.md index 66fcefff..8673625f 100644 --- a/.claude/agents/conceptual-planning-agent.md +++ b/.claude/agents/conceptual-planning-agent.md @@ -20,7 +20,6 @@ description: | auto.md: Assigns dedicated agent with ASSIGNED_ROLE: ui-designer agent: "I'll execute ui-designer analysis for this topic, creating UX-focused conceptual analysis in .brainstorming/ui-designer/ directory" -model: sonnet color: purple --- diff --git a/.claude/agents/doc-generator.md b/.claude/agents/doc-generator.md index 6f507c47..14564893 100644 --- a/.claude/agents/doc-generator.md +++ b/.claude/agents/doc-generator.md @@ -22,7 +22,6 @@ description: | -model: sonnet color: green --- diff --git a/.claude/agents/general-purpose.md b/.claude/agents/general-purpose.md index bb9aeda1..7f2b9db5 100644 --- a/.claude/agents/general-purpose.md +++ b/.claude/agents/general-purpose.md @@ -13,7 +13,6 @@ description: | user: "Organize project documentation" assistant: "I need to understand the current documentation structure first" commentary: Gather context about existing documentation, then execute -model: sonnet color: green --- diff --git a/.claude/agents/memory-gemini-bridge.md b/.claude/agents/memory-gemini-bridge.md index ee989cd7..1b14999e 100644 --- a/.claude/agents/memory-gemini-bridge.md +++ b/.claude/agents/memory-gemini-bridge.md @@ -1,7 +1,6 @@ --- name: memory-gemini-bridge description: Execute complex project documentation updates using script coordination -model: sonnet color: purple --- diff --git a/.claude/agents/test-fix-agent.md b/.claude/agents/test-fix-agent.md index c006025e..f859d5f9 100644 --- a/.claude/agents/test-fix-agent.md +++ b/.claude/agents/test-fix-agent.md @@ -18,7 +18,6 @@ description: | user: "Run the full test suite and ensure everything passes" assistant: "I'll use the test-fix-agent to execute all tests and fix any issues found" commentary: test-fix-agent serves as the quality gate - passing tests = approved code. -model: sonnet color: green --- diff --git a/.claude/commands/cli/chat.md b/.claude/commands/cli/chat.md index 44268e29..c7bfbef0 100644 --- a/.claude/commands/cli/chat.md +++ b/.claude/commands/cli/chat.md @@ -9,7 +9,6 @@ examples: - /cli:chat --tool qwen --enhance "optimize React component" - /cli:chat --tool codex "review security vulnerabilities" allowed-tools: SlashCommand(*), Bash(*) - --- ## Purpose diff --git a/.claude/commands/cli/mode/bug-index.md b/.claude/commands/cli/mode/bug-index.md index 15a975a6..02d36436 100644 --- a/.claude/commands/cli/mode/bug-index.md +++ b/.claude/commands/cli/mode/bug-index.md @@ -8,7 +8,6 @@ examples: - /cli:mode:bug-index --tool qwen --enhance "login not working" - /cli:mode:bug-index --tool codex --cd "src/auth" "token validation fails" allowed-tools: SlashCommand(*), Bash(*) - --- # CLI Mode: Bug Index (/cli:mode:bug-index) diff --git a/.claude/commands/cli/mode/code-analysis.md b/.claude/commands/cli/mode/code-analysis.md index 79633b70..86d1c3c8 100644 --- a/.claude/commands/cli/mode/code-analysis.md +++ b/.claude/commands/cli/mode/code-analysis.md @@ -8,7 +8,6 @@ examples: - /cli:mode:code-analysis --tool qwen --enhance "explain data transformation pipeline" - /cli:mode:code-analysis --tool codex --cd "src/core" "trace execution path for user registration" allowed-tools: SlashCommand(*), Bash(*) - --- # CLI Mode: Code Analysis (/cli:mode:code-analysis) diff --git a/.claude/commands/cli/mode/plan.md b/.claude/commands/cli/mode/plan.md index db6b63b6..060c2965 100644 --- a/.claude/commands/cli/mode/plan.md +++ b/.claude/commands/cli/mode/plan.md @@ -8,7 +8,6 @@ examples: - /cli:mode:plan --tool qwen --enhance "plan microservices migration" - /cli:mode:plan --tool codex --cd "src/auth" "authentication system" allowed-tools: SlashCommand(*), Bash(*) - --- # CLI Mode: Plan (/cli:mode:plan) diff --git a/.claude/version.json b/.claude/version.json deleted file mode 100644 index dcf25fba..00000000 --- a/.claude/version.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "version": "3.4.0", - "installation_mode": "Local", - "installation_path": "D:\\Claude_dms3\\.claude", - "source_branch": "main", - "installation_date_utc": "2025-10-04T00:00:00Z" -}