This repository was archived by the owner on Feb 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,11 +109,20 @@ def search_py_dep_manager_docs(
109109 🎯 CORE VALUE: Access to authoritative, up-to-date official docs that general knowledge can't provide.
110110
111111 ⚡ EXECUTION STRATEGY (85%+ first-call success):
112- - MANDATORY: Multi-call progress format: "📊 **[Topic] Research - Call X/Y** ✅ **Gathered**: [key findings] 🔄 **Next**: [specific gap] 🎯 **Goal**: [deliverable]"
112+ - MANDATORY: Multi-call progress report format:
113+
114+ ```markdown
115+ ### 📊 [Topic] Research - Progress Report [X]
116+
117+ - ✅ **Gathered**: [key findings]
118+ - 🔄 **Next**: [specific gap]
119+ - 🎯 **Goal**: [deliverable]
120+ ```
121+
113122 - WHY: Users lose confidence without progress visibility; structured updates prevent confusion
114- - WHEN: Use progress format for ANY multi-step research (migration guides, comparisons, complex tutorials)
115- - ENFORCEMENT: Show progress header AFTER EVERY INDIVIDUAL CALL, not just at final response (why: continuous user confidence)
116- - TIMING: Call 1 → Progress 1/N → Call 2 → Progress 2/N → Call 3 → Progress 3/N → Final Answer (why: step-by-step transparency)
123+ - WHEN: Use progress report format for ANY multi-step research (migration guides, comparisons, complex tutorials)
124+ - ENFORCEMENT: Show progress header AFTER EVERY INDIVIDUAL TOOL CALL, not just at final response (why: continuous user confidence)
125+ - TIMING: Tool call 1 → Progress Report 1 → Tool call 2 → Progress Report 2 → etc. → Final Answer (why: step-by-step transparency)
117126 - PATTERNS: Start with proven query patterns below for maximum hit rate
118127
119128 🎯 PROVEN QUERY PATTERNS (use these exact phrases for maximum results):
You can’t perform that action at this time.
0 commit comments