Frontmatter
| id | 8452 |
| title | Update .sync-metadata.json paths to reflect relocation to resources/content/ |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Jan 9, 2026, 10:09 AM |
| updatedAt | Jan 9, 2026, 10:12 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8452 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 9, 2026, 10:12 AM |
Update .sync-metadata.json paths to reflect relocation to resources/content/
tobiu assigned to @tobiu on Jan 9, 2026, 10:10 AM

tobiu
Jan 9, 2026, 10:12 AM
Input from Gemini 3 Pro:
✦ Successfully updated all paths in
resources/content/.sync-metadata.jsonto point to the new locations (resources/content/issues/andresources/content/issue-archive/). Verification confirmed 2169 paths were updated.
tobiu closed this issue on Jan 9, 2026, 10:12 AM
The recent relocation of GitHub workflow files from
.github/ISSUEand.github/ISSUE_ARCHIVEtoresources/content/issues(#8451) has left theresources/content/.sync-metadata.jsonfile with outdated paths.These paths currently point to the old locations (e.g.,
.github/ISSUE_ARCHIVE/...), which will cause synchronization issues or full re-syncs.Task:
resources/content/.sync-metadata.json..github/ISSUEwithresources/content/issues/open..github/ISSUE_ARCHIVEwithresources/content/issues/closed.Note: The content hashes should remain valid if the content hasn't changed, but the paths must be updated to prevent the system from treating them as missing files.