mirror of
https://github.com/stablyai/orca.git
synced 2026-09-24 08:02:33 +00:00
- Use gh api --cache for issues, issue lists, and PR checks endpoints so 304 Not Modified responses don't count against the rate limit - Pass branch to getPRChecks to enable the check-runs REST endpoint with caching - Extract mapping functions into separate mappers.ts to keep client.ts within 300-line limit - Extract mapIssueInfo() helper to deduplicate issue mapping logic - Remove dead re-exports from client.ts - Fix reference instability in ChecksPanel poll dependency array Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>