You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend existing GitHubSourceAdapter to include GitHub Discussions from dotnet/aspire repository. Provides official community feedback, design decisions, and Q&A signals — currently missing from ACCES.
Background
Per gap analysis:
Current state: ACCES tracks GitHub issues/PRs but ignores Discussions (10-30 discussions/week)
GitHub Discussions value: Official feedback, feature requests, design debates, community Q&A
Quick win: Extend existing GitHubSourceAdapter (already has Octokit auth)
Signal types: Community questions, official announcements, design decisions
Requirements
Extend GitHubSourceAdapter to query GitHub Discussions API
Use Octokit GraphQL client (already installed): query dotnet/aspire discussions
Overview
Extend existing GitHubSourceAdapter to include GitHub Discussions from dotnet/aspire repository. Provides official community feedback, design decisions, and Q&A signals — currently missing from ACCES.
Background
Per gap analysis:
Requirements
Squad SDK Integration
Acceptance Criteria
Dependencies
Depends on: Issue #1 (Architecture Refactor) — GitHubSourceAdapter must exist first
Assigned To
Estimated Effort
0.5 sessions