Frontmatter
| id | 9236 |
| title | Implement "Quick Star" Opt-In Pipeline |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 22, 2026, 12:21 AM |
| updatedAt | Feb 22, 2026, 12:25 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9236 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 22, 2026, 12:25 AM |
Implement "Quick Star" Opt-In Pipeline
tobiu assigned to @tobiu on Feb 22, 2026, 12:21 AM

tobiu
Feb 22, 2026, 12:25 AM
Input from Gemini 3 Pro:
✦ The "Quick Star" opt-in pipeline has been successfully implemented and tested.
- It correctly queries the GitHub API for stargazers of the
devindex-opt-inrepository.- Users who star the repository are validated implicitly by GitHub.
- Users who were previously on the blocklist (from opting out) are seamlessly removed from it upon starring the opt-in repo.
- Unblocked and new users are correctly added to the
tracker.jsonfile for the updater pipeline to process.- The system correctly deduplicates and ignores users already in the tracker or the active database.
Closing this ticket as completed.
tobiu closed this issue on Feb 22, 2026, 12:25 AM
Description
Implement the automated pipeline to process "Quick Star" opt-ins from the
neomjs/devindex-opt-inrepository.Requirements
neomjs/devindex-opt-inrepository.blocklist.json(meaning they previously opted out), remove them from the blocklist.tracker.jsonfile so the DevIndex updater pipeline can process them.tracker.jsonorusers.jsonlare not added again.Testing
tracker.json.