forked from pingdotgg/t3code
- Notifications
You must be signed in to change notification settings - Fork 0
Where does the panel's map data come from? #111
Copy link
Copy link
Open
Labels
wayfinder:researchWayfinder ticket (AFK): read docs/code to surface a factWayfinder ticket (AFK): read docs/code to surface a fact
Description
Metadata
Metadata
Assignees
Labels
wayfinder:researchWayfinder ticket (AFK): read docs/code to surface a factWayfinder ticket (AFK): read docs/code to surface a fact
Question
The panel needs the map, its children, their labels, assignees, and blocking state. Establish where
that data comes from and what it costs.
something already talks to GitHub — find it and judge whether it is reusable or PR-specific.
ghCLI shelling out, GitHub REST from the server, or from the client?sub_issuesandissue_dependencies_summary(verified available onradroid/t3code; commands indocs/t3x/agents/issue-tracker.md). Confirm what a single frontierrefresh costs in API calls, and the rate-limit headroom.
Produce a recommendation with the call count and rate-limit maths, not just an approach.