Open Issues Need Help
View All on GitHubAI Summary: This issue proposes creating a comprehensive Makefile to standardize common development tasks such as building, testing, linting, formatting, and Docker operations. The goal is to improve developer workflow by centralizing commands currently scattered in documentation, ensuring all tasks from `CLAUDE.md` are covered, and including a helpful `make help` target.
AI Summary: This issue requires implementing 40 undefined BDD test step definitions across 10 scenarios for transport parsing. The task involves writing Go functions in `model/transport_test.go`, managing test state, and ensuring all scenarios pass, including error and edge cases, with no undefined steps remaining in the test output.
AI Summary: This issue proposes adding configurable rate limiting to the feed fetching logic to prevent overwhelming servers and getting blocked. The solution involves integrating `golang.org/x/time/rate` with options for global or per-feed limits, burst capacity, and dynamically respecting `robots.txt` and server `Retry-After` headers.