## Description Currently the 8 tracked repos (with full issue detail) are hardcoded in server.js. Add a way to promote any repo to tracked status from the UI. ## Acceptance Criteria - [ ] Button on repo card to toggle tracked status - [ ] Tracked repos get full issue fetch on next refresh - [ ] Config persisted to disk (JSON file) so it survives restarts - [ ] Tracked repos appear in Urgent/Active/Backlog
Description
Currently the 8 tracked repos (with full issue detail) are hardcoded in server.js. Add a way to promote any repo to tracked status from the UI.
Acceptance Criteria