Frontmatter
| id | 8336 |
| title | Increase IssueSyncer sub-issue sync limit to 100 |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Jan 5, 2026, 3:55 PM |
| updatedAt | Jan 5, 2026, 4:04 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8336 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 5, 2026, 4:04 PM |
Problem: The
neo-github-workflowserver currently limits the synchronization of sub-issues into epic markdown files to 50 items. This is insufficient for large epics (e.g., #8169) which now exceed this count, causing incomplete local markdown files.Solution: Increase the
maxSubIssuesPerIssueconfiguration inai/mcp/server/github-workflow/config.mjsfrom 50 to 100.Implementation:
maxSubIssuesPerIssueinai/mcp/server/github-workflow/config.mjs.