Frontmatter
| id | 9231 |
| title | DevIndex: Implement Issue-Template-Based Opt-Out mechanism |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 21, 2026, 4:23 PM |
| updatedAt | Feb 21, 2026, 11:07 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9231 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 21, 2026, 11:07 PM |
DevIndex: Implement Issue-Template-Based Opt-Out mechanism
tobiu assigned to @tobiu on Feb 21, 2026, 11:07 PM

tobiu
Feb 21, 2026, 11:07 PM
Input from Gemini 3 Pro:
✦ I have successfully implemented the Issue-Template-Based Opt-Out mechanism.
Changes Made:
apps/devindex/services/OptOut.mjs: Extended the service to query the GraphQL API for open issues with thedevindex-opt-outlabel in theneomjs/devindex-opt-outrepository.- Identity Verification: The script extracts the issue author (
issue.author.login) to ensure verifiable, authenticated opt-out requests.- Processing Logic: The script automatically appends the user to the blocklist, prunes them from the active index (
users.jsonl,tracker.json,failed.json), leaves a detailed confirmation comment on the issue, and finally closes the issue automatically.- State Management: Bypassed timestamp tracking for issues in favor of relying strictly on GitHub's native
OPENstate. This acts as an infallible, self-healing synchronization mechanism.Changes pushed to
dev. Closing this ticket as completed.
tobiu closed this issue on Feb 21, 2026, 11:07 PM
Description
Implement a secondary, explicit opt-out mechanism using GitHub issues. Users can create an issue using a specific template to request removal from the DevIndex.
Requirements
devindex-opt-out) to issues created with this template.OptOut.mjs):OptOut.mjsservice to query for newly opened issues containing thedevindex-opt-outlabel.issue.user.login) as the verified identity for the opt-out.