Updated roadmap to reflect that retry utilities have been implemented:
- E2.6: Add retry logic for network failures ✅
- F1.5: Add network retry with exponential backoff ✅
Utilities are now available in utils.py (PR #208):
- retry_with_backoff() - Sync version
- retry_with_backoff_async() - Async version
Integration into scrapers and MCP tools can be done in follow-up PRs.
Related: #92, #97, PR #208
- A1.3: Change from web form to MCP submit_config tool
- A1.4: Change from rating system to static website catalog
- A1.5: Change from search/filter to rating/voting system
- A1.6: Clarify GitHub Issues-based review approach
All changes aligned with approved plan for website as read-only catalog,
MCP as active manager architecture.
- Update A1.2 to show completion status
- Add implementation details and features
- Update progress tracking: 2 completed tasks
- Update recommended next task: A1.3
- Update A1.1 task to show completion status
- Add deployment details and live URL
- Update progress tracking: 1 completed task
- Mark A1.1 in Medium Tasks section as complete
- Reference Issue #9 closure
- Update A1.1 task to show completion status
- Add deployment details and live URL
- Update progress tracking: 1 completed task
- Mark A1.1 in Medium Tasks section as complete
- Reference Issue #9 closure
Updates across all major documentation files to reflect v2.1.0 release
status and recent completions.
Changes:
- CLAUDE.md:
* Updated version from v2.0.0 to v2.1.0
* Updated date to November 29, 2025
* Updated test count from 391 to 427
* Moved completed PRs (#195, #198) and Issue #203 to "Completed" section
* Updated "Next Up" priorities
- README.md:
* Updated version badge from 2.0.0 to 2.1.0
* Updated test badge from 379 to 427 passing
- CHANGELOG.md:
* Added Issue #203 (Configurable EXCLUDED_DIRS) to Unreleased section
* Documented 19 comprehensive tests for exclude_dirs feature
* Listed both extend and replace modes
- FUTURE_RELEASES.md:
* Marked v2.1.0 as "Released" (November 29, 2025)
* Moved "Fix 12 unified tests" to completed
* Updated release schedule table
- FLEXIBLE_ROADMAP.md:
* Updated current status from v1.0.0 to v2.1.0
* Added latest release date
* Expanded "What Works" section with new features
* Updated test count to 427
All documentation now accurately reflects:
- v2.1.0 release status ✅
- 427 tests passing (up from 391) ✅ - Issue #203 completion ✅
- PR #195 and #198 merged status ✅
Related: #203