**Description** Create a background task system to handle ingestion steps asynchronously. **Checklist** - [ ] Implement queue - [ ] Build worker manager to poll and dispatch tasks - [ ] Each task runs: clone → parse → classify → compute metrics - [ ] Update `repositories` table status at each stage - [ ] CLI to start queue manager
Description
Create a background task system to handle ingestion steps asynchronously.
Checklist
repositoriestable status at each stage