Frontmatter
| id | 7643 |
| title | Refactor: Implement MetadataManager for Sync Service |
| state | Closed |
| labels | airefactoring |
| assignees | tobiu |
| createdAt | Oct 25, 2025, 12:22 PM |
| updatedAt | Oct 25, 2025, 2:26 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7643 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7645 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 25, 2025, 2:26 PM |
As part of the sync service refactoring epic, this ticket focuses on creating a dedicated manager for the
.sync-metadata.jsonfile to optimize its size and centralize its logic.Tasks:
ai/mcp/server/github-workflow/services/sync/MetadataManager.mjs.updatedAt,contentHash,path) for each entity, instead of the full objects currently being stored. This will drastically reduce the file size.IssueSyncerandReleaseSyncermodules to use the newMetadataManagerfor all metadata reads and writes.