getIssueDetailsBatch was using runCmd for bd show, which doesn't set cmd.Dir. This caused bd to use default routing instead of the town's routes.jsonl, leading to dashboard slowness or missing data. Use runBdCmd(f.townBeads, ...) to ensure proper database routing, consistent with other bd commands in fetcher.go. (gt-0v19) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>