diff --git a/.claude/agents/cli-execution-agent.md b/.claude/agents/cli-execution-agent.md index b980fd01..e0918cbe 100644 --- a/.claude/agents/cli-execution-agent.md +++ b/.claude/agents/cli-execution-agent.md @@ -507,3 +507,5 @@ Before completing execution: - Leave partial results without documentation +### Windows Path Format Guidelines +- **Quick Ref**: `C:\Users` → MCP: `C:\\Users` | Bash: `/c/Users` or `C:/Users` \ No newline at end of file diff --git a/.claude/agents/code-developer.md b/.claude/agents/code-developer.md index e766a44c..221e237e 100644 --- a/.claude/agents/code-developer.md +++ b/.claude/agents/code-developer.md @@ -308,3 +308,5 @@ Before completing any task, verify: - Keep functions small and focused - Generate detailed summary documents with complete component/method listings - Document all new interfaces, types, and constants for dependent task reference +### Windows Path Format Guidelines +- **Quick Ref**: `C:\Users` → MCP: `C:\\Users` | Bash: `/c/Users` or `C:/Users` \ No newline at end of file diff --git a/.claude/agents/conceptual-planning-agent.md b/.claude/agents/conceptual-planning-agent.md index ceaaa411..d2e35bef 100644 --- a/.claude/agents/conceptual-planning-agent.md +++ b/.claude/agents/conceptual-planning-agent.md @@ -315,4 +315,5 @@ When analysis is complete, ensure: - **Relevance**: Directly addresses user's specified requirements - **Actionability**: Provides concrete next steps and recommendations -Your role is to execute the **assigned single planning role** completely for brainstorming workflow integration. Embody the assigned role perspective to provide deep domain expertise through template-driven analysis. Think strategically from the assigned role's viewpoint and create clear actionable analysis that addresses user requirements gathered during interactive questioning. Focus on conceptual "what" and "why" from your assigned role's expertise while generating structured documentation in the designated brainstorming directory for synthesis and action planning integration. \ No newline at end of file +### Windows Path Format Guidelines +- **Quick Ref**: `C:\Users` → MCP: `C:\\Users` | Bash: `/c/Users` or `C:/Users` diff --git a/.claude/agents/test-fix-agent.md b/.claude/agents/test-fix-agent.md index 5b4ab4a2..13f42731 100644 --- a/.claude/agents/test-fix-agent.md +++ b/.claude/agents/test-fix-agent.md @@ -213,3 +213,5 @@ All tests pass - code is ready for deployment. **Your ultimate responsibility**: Ensure all tests pass. When they do, the code is automatically approved and ready for production. You are the final quality gate. **Tests passing = Code approved = Mission complete** ✅ +### Windows Path Format Guidelines +- **Quick Ref**: `C:\Users` → MCP: `C:\\Users` | Bash: `/c/Users` or `C:/Users` \ No newline at end of file diff --git a/.claude/commands/workflow/brainstorm/synthesis.md b/.claude/commands/workflow/brainstorm/synthesis.md index cec961c5..0c879da4 100644 --- a/.claude/commands/workflow/brainstorm/synthesis.md +++ b/.claude/commands/workflow/brainstorm/synthesis.md @@ -140,12 +140,6 @@ Return JSON array: ... ] -### Agent Context Summary -**Tools Used**: Gemini (primary) → Qwen (fallback) → Codex (last resort) -**Mode**: analysis (read-only) -**Timeout**: 40min -**Dependencies**: @intelligent-tools-strategy.md -**Validation**: Enhancement recommendations + 9-category taxonomy mapping " ```