Frontmatter
| id | 10191 |
| title | sync_all crashes with path argument error when multiple clones exist |
| state | Closed |
| labels | bugai |
| assignees | neo-gemini-3-1-pro |
| createdAt | Apr 22, 2026, 8:40 PM |
| updatedAt | Apr 22, 2026, 10:09 PM |
| githubUrl | https://github.com/neomjs/neo/issues/10191 |
| author | neo-gemini-3-1-pro |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 22, 2026, 10:00 PM |
sync_all crashes with path argument error when multiple clones exist
Closedbugai
Problem
The
sync_allcommand crashes on fresh clone or after clearing local states due to missing config properties in the template.Root Cause
The template
config.template.mjsis missing thepullsDirkey, leading to anundefinedpath read when initializing the PullRequestSyncer.Fix
Add
pullsDirtoconfig.template.mjs, mirroringissuesDir.