Frontmatter
| id | 9244 |
| title | Add DevIndex Data Factory Guides: Orchestrator & Data Hygiene |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Feb 22, 2026, 12:40 PM |
| updatedAt | Feb 22, 2026, 12:49 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9244 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 22, 2026, 12:49 PM |
Add DevIndex Data Factory Guides: Orchestrator & Data Hygiene
tobiu assigned to @tobiu on Feb 22, 2026, 12:40 PM

tobiu
Feb 22, 2026, 12:49 PM
Input from Gemini 3 Pro:
✦ I implemented the
Manager.initAsync()/await Manager.ready()refactoring as discussed, which cleanly maps the CLI execution onto the standard Neo.mjs component lifecycle.I also created the two new documentation guides:
Orchestrator.md: Explains thecli.mjsentry point, theManager.mjscommand router, the "Pre-Run Cleanup" pattern, and details the GitHub Actions hourly pipeline.DataHygiene.md: ExplainsCleanup.mjs, including Threshold Pruning, Blocklist/Allowlist mechanisms, the 30-day "Penalty Box" TTL, and canonical sorting.Both guides have been linked into
tree.jsonand the changes are pushed. Closing the issue.
tobiu closed this issue on Feb 22, 2026, 12:49 PM
learn/guides/devindex/data-factory/Orchestrator.mdcoveringcli.mjs,Manager.mjs, and the.github/workflows/devindex-pipeline.ymlGitHub Action. Focus on command routing and the automated hourly pipeline.learn/guides/devindex/data-factory/DataHygiene.mdcoveringCleanup.mjs. Focus on Threshold Pruning, Blocklist enforcement, the 30-day "Penalty Box" TTL, and canonical sorting.learn/guides/devindex/tree.jsonto include both new guides.