In multi-repo mode, non-primary repos incorrectly wrote ALL issues to their local issues.jsonl, including foreign issues from other repos. This caused prefix mismatch errors on subsequent imports. The fix adds prefix filtering in flushToJSONLWithState() when: 1. Multi-repo mode is configured (repos.primary set) 2. Current repo is not the primary repo 3. The repo has a configured issue_prefix Issues not matching the local prefix are filtered out before writing to JSONL. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
32 KiB
32 KiB