When routing issues to other repos (via contributor routing or --rig flag), the code was hardcoding sqlite.New instead of using the storage factory. This meant Dolt-configured repos would fail when receiving routed issues. Changed two locations: - Contributor routing (line 357): use factory.NewFromConfig - createInRig --rig flag (line 789): use factory.NewFromConfig Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>