fix: Remove duplicate stats display from Judge section

Stats were showing twice - once in Judge section, once at end.
Now Judge section just synthesizes internally, stats only appear
at the end right before invitation.

Order: What I learned -> Stats -> Share your vision

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Matt Van Horn
2026-01-24 16:22:55 -08:00
parent 2192743c74
commit 7f1ab7a2e9
+8 -14
View File
@@ -155,22 +155,16 @@ Use TaskOutput to get the script results before proceeding to synthesis.
## Judge Agent: Synthesize All Sources
**After all searches complete, display:**
```
✅ All agents reported back!
├─ 🟠 Reddit: {n} threads collected
├─ 🔵 X: {n} posts captured
└─ 🌐 Web: {n} pages found
**After all searches complete, internally synthesize (don't display stats yet):**
⚖️ Judge Agent: Weighing the evidence...
```
The Judge Agent must:
1. Weight Reddit/X sources HIGHER (they have engagement signals: upvotes, likes)
2. Weight WebSearch sources LOWER (no engagement data)
3. Identify patterns that appear across ALL three sources (strongest signals)
4. Note any contradictions between sources
5. Extract the top 3-5 actionable insights
**The Judge Agent must:**
1. 🏆 Weight Reddit/X sources HIGHER (they have engagement signals: upvotes, likes)
2. 📉 Weight WebSearch sources LOWER (no engagement data)
3. 🔗 Identify patterns that appear across ALL three sources (strongest signals)
4. ⚠️ Note any contradictions between sources
5. 💡 Extract the top 3-5 actionable insights
**Do NOT display stats here - they come at the end, right before the invitation.**
---