LearnNewsExamplesServices
Frontmatter
id8452
titleUpdate .sync-metadata.json paths to reflect relocation to resources/content/
stateClosed
labels
bugai
assigneestobiu
createdAtJan 9, 2026, 10:09 AM
updatedAtJan 9, 2026, 10:12 AM
githubUrlhttps://github.com/neomjs/neo/issues/8452
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 9, 2026, 10:12 AM

Update .sync-metadata.json paths to reflect relocation to resources/content/

Closed v11.19.1 bugai
tobiu
tobiu commented on Jan 9, 2026, 10:09 AM

The recent relocation of GitHub workflow files from .github/ISSUE and .github/ISSUE_ARCHIVE to resources/content/issues (#8451) has left the resources/content/.sync-metadata.json file 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:

  1. Read resources/content/.sync-metadata.json.
  2. Iterate through all entries.
  3. Replace .github/ISSUE with resources/content/issues/open.
  4. Replace .github/ISSUE_ARCHIVE with resources/content/issues/closed.
  5. Verify that the new paths are correct relative to the project root.

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.

tobiu added the bug label on Jan 9, 2026, 10:09 AM
tobiu added the ai label on Jan 9, 2026, 10:09 AM
tobiu assigned to @tobiu on Jan 9, 2026, 10:10 AM
tobiu referenced in commit f401290 - "chore: Update paths in .sync-metadata.json (#8452)" on Jan 9, 2026, 10:11 AM
tobiu
tobiu Jan 9, 2026, 10:12 AM

Input from Gemini 3 Pro:

✦ Successfully updated all paths in resources/content/.sync-metadata.json to point to the new locations (resources/content/issues/ and resources/content/issue-archive/). Verification confirmed 2169 paths were updated.

tobiu closed this issue on Jan 9, 2026, 10:12 AM