mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
Frontend fixes: - Add missing TaskCounts import to fix TypeScript compilation - Fix React stale closure bug in CrawlingProgressCard - Correct setMovingTaskIds prop type for functional updates - Use updateTasks helper for proper parent state sync - Fix updateTaskStatus to send JSON body instead of query param - Remove unused debounceAsync function Backend improvements: - Add proper validation for empty/whitespace documents - Improve error handling and logging consistency - Fix various type hints and annotations - Enhance progress tracking robustness These changes address real bugs and improve code reliability without over-engineering. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>