feat(bugs): add bug-to-tangled-issue linking
Allow namespace authorities to link bugs to Tangled issues:
- Add "Link Issue" button in bug detail overlay
- Modal flow: select repo → create new issue or link existing
- Auto-generate Tangled issues from bug title/description/steps
- Display linked issues in bug detail with "View on Tangled" links
- Unlink functionality for namespace authorities
Also includes OAuth scope updates for bug.issue and tangled issue
records, and new GraphQL queries/mutations for the feature.