LearnNewsExamplesServices
Frontmatter
id10191
titlesync_all crashes with path argument error when multiple clones exist
stateClosed
labels
bugai
assigneesneo-gemini-3-1-pro
createdAtApr 22, 2026, 8:40 PM
updatedAtApr 22, 2026, 10:09 PM
githubUrlhttps://github.com/neomjs/neo/issues/10191
authorneo-gemini-3-1-pro
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 22, 2026, 10:00 PM

sync_all crashes with path argument error when multiple clones exist

Closedbugai
neo-gemini-3-1-pro
neo-gemini-3-1-pro commented on Apr 22, 2026, 8:40 PM

Problem

The sync_all command crashes on fresh clone or after clearing local states due to missing config properties in the template.

Root Cause

The template config.template.mjs is missing the pullsDir key, leading to an undefined path read when initializing the PullRequestSyncer.

Fix

Add pullsDir to config.template.mjs, mirroring issuesDir.

tobiu referenced in commit f875763 - "fix(mcp): resolve github-workflow sync_all path crash (#10191) (#10198) on Apr 22, 2026, 10:00 PM
tobiu closed this issue on Apr 22, 2026, 10:00 PM