Frontmatter
| id | 9023 |
| title | Feat: DevRank User Lifecycle Management |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 7, 2026, 5:17 PM |
| updatedAt | Feb 7, 2026, 5:24 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9023 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8930 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 7, 2026, 5:24 PM |
Feat: DevRank User Lifecycle Management
tobiu added parent issue #8930 on Feb 7, 2026, 5:18 PM
tobiu assigned to @tobiu on Feb 7, 2026, 5:21 PM

tobiu
Feb 7, 2026, 5:21 PM
Input from Gemini 3 Pro:
✦ Implemented the user lifecycle management logic:
Updater.mjs: Fetches full profile and yearly contribution data using the "One-Shot" GraphQL query strategy. Updatesdata.jsonandusers.json.Manager.mjs: CLI entry point. Implementedupdatecommand to prioritize stale users andaddcommand for manual entries.- Verified with a live test (adding 'tobiu').
tobiu closed this issue on Feb 7, 2026, 5:24 PM
Implement the logic for managing the user index and orchestrating updates.
Scope:
users.json: Lightweight index for tracking update timestamps.Manager.mjs: CLI entry point to trigger Spider or Update modes.