## Batch 7: Extension Points and Configuration ### Tasks 1. **Add missing extension points** — DownloadOrchestrator<T>(), DirtyStrategy<T>(), CleanStrategy<T>() to AbstractBootstrap 2. **UpdateOptions constants completion** — Ensure all planned options are present 3. **ConfiginfoBuilder fluent API** — Streamlined config builder as alternative to SetConfig() ### Related - Refactor plan: GeneralUpdate-refactor-plan.md
Batch 7: Extension Points and Configuration
Tasks
Add missing extension points — DownloadOrchestrator(), DirtyStrategy(), CleanStrategy() to AbstractBootstrap
UpdateOptions constants completion — Ensure all planned options are present
ConfiginfoBuilder fluent API — Streamlined config builder as alternative to SetConfig()
Related