Frontmatter
| id | 8937 |
| title | Feat: Discovery Engine - The Spider |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 1, 2026, 5:43 PM |
| updatedAt | Feb 7, 2026, 5:29 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8937 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8930 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 7, 2026, 5:29 PM |
Feat: Discovery Engine - The Spider
tobiu added parent issue #8930 on Feb 1, 2026, 5:43 PM
tobiu assigned to @tobiu on Feb 1, 2026, 5:44 PM

tobiu
Feb 7, 2026, 5:27 PM
Input from Gemini 3 Pro:
✦ Implemented the Spider (Discovery Engine) service:
Spider.mjs: Crawls high-star repositories and fetches top contributors.- Integration: Wired into
Manager.mjsvia thespidercommand.- Logic: Filters bots, respects blacklists, and updates the
visited.jsongraph to avoid cycles.- Verification: Ran a successful crawl discovering 284 new candidates.
tobiu closed this issue on Feb 7, 2026, 5:29 PM
This task focuses on implementing the "Spider" discovery mechanism to expand the contributor index beyond the top repositories.
Requirements
gh_discovery.mjsto traverse thefollowinggraph of the initial "seed" candidates.Acceptance Criteria
resources/data.jsonfile is populated with these new candidates.