Frontmatter
| id | 9133 |
| title | Tune Spider Strategy Probabilities and Enhance Documentation |
| state | Closed |
| labels | documentationairefactoring |
| assignees | tobiu |
| createdAt | Feb 13, 2026, 2:45 AM |
| updatedAt | Feb 13, 2026, 2:48 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9133 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9106 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 13, 2026, 2:48 AM |
Tune Spider Strategy Probabilities and Enhance Documentation
tobiu added parent issue #9106 on Feb 13, 2026, 2:45 AM
tobiu assigned to @tobiu on Feb 13, 2026, 2:45 AM

tobiu
Feb 13, 2026, 2:48 AM
Input from Gemini 3 Pro:
✦ I have tuned the Spider's strategy probabilities and enhanced the documentation.
Changes:
- Rebalanced Probabilities:
- Network Walker: 30% (Primary)
- High Stars: 25%
- Keyword: 20%
- Temporal: 15%
- Community/Bio: 5%
- Stargazer: 5%
- CLI Update: Added "🕸️ Network Walker" to the interactive menu in
Manager.mjs.- Documentation: Added intent-driven JSDoc to
Spider.mjsexplaining the "Filter Bubble" problem and the strategic shift to Depth-First traversal.This configuration positions the "Network Walker" as the primary engine for discovering high-quality candidates beyond the saturated top-repo layer.
tobiu closed this issue on Feb 13, 2026, 2:48 AM
We are tuning the Spider's discovery probability distribution to prioritize the new "Network Walker" strategy. Since the repository search space is becoming saturated (15k users found), traversing the social graph of these qualified users is now the highest-yield strategy.
Changes:
15% to **30%**.30% to **25%**.Spider.mjsexplaining the "Filter Bubble" problem and why the Network Walker is the solution for the current stage of the index.This shift marks a transition from "Breadth-First Repository Scanning" to "Depth-First Network Traversal".