Frontmatter
| id | 7645 |
| title | Epic: Refactor and Extend GitHub Sync Service |
| state | Closed |
| labels | epicstaleai |
| assignees | tobiu |
| createdAt | Oct 25, 2025, 12:23 PM |
| updatedAt | Feb 7, 2026, 4:35 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7645 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | 7644 Feat: Implement PR Syncer for GitHub Workflow 7643 Refactor: Implement MetadataManager for Sync Service 7642 Refactor: Extract Release & Issue Syncers from SyncService 7646 Refactor: Streamline Release Metadata Handling in Sync Service |
| subIssuesCompleted | 4 |
| subIssuesTotal | 4 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 7, 2026, 4:35 AM |
This epic tracks the architectural refactoring of the
SyncServiceto improve its maintainability, optimize its performance, and extend its functionality.The current
SyncServiceis monolithic, has a bloated metadata file, and needs to be broken down before new features like PR syncing can be added cleanly.