fix: Address code review feedback from production resilience improvements
## Changes
1. **Clarify PLC circuit breaker status**
- Updated log message to indicate PLC resolution is deferred (not yet in processing flow)
- Added TODO comment for future integration
- Prefix with underscore to mark as intentionally unused
2. **Remove unused test imports**
- Removed create_test_config from worker_test.rs (unused)
- Prefixed unused config variable in blob_download_test.rs
3. **Test cleanup**
- All integration tests still pass (36/36)
- All circuit breaker tests pass (7/7)
- Clean compilation without warnings
## Review Status
All code review feedback addressed:
- Critical: None (work is ready)
- Warnings: Fixed (test cleanup, PLC clarification)
- Suggestions: Documented for future enhancement
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>