Frontmatter
| id | 9140 |
| title | Implement Scheduled DevIndex Spider Workflow |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 13, 2026, 12:10 PM |
| updatedAt | Feb 13, 2026, 12:12 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9140 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9106 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 13, 2026, 12:12 PM |
Implement Scheduled DevIndex Spider Workflow
tobiu added parent issue #9106 on Feb 13, 2026, 12:10 PM
tobiu assigned to @tobiu on Feb 13, 2026, 12:12 PM

tobiu
Feb 13, 2026, 12:12 PM
Input from Gemini 3 Pro:
✦ I have created the scheduled workflow
.github/workflows/devindex-spider.yml.Workflow Details:
- Schedule: Runs hourly at XX:30 (30 minutes offset from the updater).
- Logic: Executes
npm run devindex:spider3 times sequentially in a single job.- Data Integrity: Stages
apps/devindex/resources/*.json*to ensurevisited.jsonand any reformatted files are correctly committed.- Safety: Uses the same
git reset --hardrebase protection as the updater workflow.Changes pushed to
dev.
tobiu closed this issue on Feb 13, 2026, 12:12 PM
Create a new GitHub Actions workflow (
.github/workflows/devindex-spider.yml) to run the DevIndex Spider on a schedule.Requirements:
30 * * * *) to offset from the Updater.npm run devindex:spidertracker.json,visited.json, and other resource files.git pull --rebasecorrectly by staging all modified JSON files (apps/devindex/resources/*.json*).Workflow Steps:
git reset --hardsafety)