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
Build a GitHub API client that fetches issues, PRs, commit activity, branch protection status, and detects stagnation (time since last activity). Uses PATs stored in Supabase Vault.
Acceptance Criteria
Fetch open issues and PRs for a given repo
Fetch recent commit activity
Detect stagnation (configurable threshold, e.g. 3 days)