Feature: ContextManager Lifecycle, ProgressBar, and Miscellaneous Module Coverage As a developer I want the ContextManager to handle full lifecycle and corrupted JSON, the ProgressBar to render, and miscellaneous modules to pass basic smoke tests So that utility modules are initialized and cleaned up correctly under edge conditions Scenario: ContextManager full lifecycle Given a fresh final coverage push test context (fcp) Given a temp directory for context manager testing (fcp) When I exercise all ContextManager methods (fcp) Then all context manager operations should succeed (fcp) Scenario: ContextManager handles corrupted JSON files Given a fresh final coverage push test context (fcp) Given a temp directory for context manager testing (fcp) When I create a ContextManager with corrupted JSON files (fcp) Then the context should fall back to defaults for all loaders (fcp) Scenario: ProgressBarManager Given a fresh final coverage push test context (fcp) When I exercise ProgressBarManager and ProgressTracker (fcp) Then progress module operations should succeed (fcp) Scenario: ContextManager list_contexts default path and PermissionError fallback Given a fresh final coverage push test context (fcp) Given a temp directory for context manager testing (fcp) When I test list_contexts default and permission fallback (fcp) Then list_contexts edge cases should work (fcp) Scenario: Quick coverage boost for miscellaneous modules Given a fresh final coverage push test context (fcp) When I test miscellaneous uncovered paths (fcp) Then miscellaneous coverage should succeed (fcp)