supsrc 2025-11-28
Logging and import cleanup across 65 source and test files
65 files · 218+ · 520-

Logging and Import Cleanup

62 files changed
  • sui_cmds.py Updated cli.sui_cmds
  • watch_cmds.py Updated cli.watch_cmds
  • auth.py Updated engines.git.auth
  • base.py Updated engines.git.base
  • events.py Updated engines.git.events
  • operations.py Updated engines.git.operations
  • core.py Updated events.buffer.core
  • grouping.py Updated events.buffer.grouping
  • streaming.py Updated events.buffer.streaming
  • buffer_events.py Updated events.buffer_events
  • feed.py Updated events.feed
  • file_utils.py Updated events.feed_table.file_utils
  • json_logger.py Updated events.json_logger
  • monitor.py Updated events.monitor
  • processor.py Updated events.processor
  • gemini.py Updated llm.providers.gemini
  • ollama.py Updated llm.providers.ollama
  • handler.py Updated monitor.handler
  • service.py Updated monitor.service
  • console_formatter.py Updated output.console_formatter
  • compact.py Updated output.verbose_formats.compact
  • table.py Updated output.verbose_formats.table
  • monitoring_coordinator.py Updated runtime.monitoring_coordinator
  • orchestrator.py Updated runtime.orchestrator
  • repository_manager.py Updated runtime.repository_manager
  • executor.py Updated runtime.workflow.executor
  • __init__.py Updated state package init
  • control.py Updated state.control
  • file.py Updated state.file
  • manager.py Updated state.manager
  • events.py Updated tui.handlers.events
  • timer_manager.py Updated tui.managers.timer_manager
  • conftest.py Updated test file
  • test_cli_integration.py Updated test file
  • config_testing.py Updated test file
  • test_atomic_file_operations.py Updated test file
  • test_circuit_breaker_integration.py Updated test file
  • test_console_verbose_output.py Updated test file
  • test_monitoring.py Updated test file
  • test_timer_debounce_integration.py Updated test file
  • test_tui_simple_workflows.py Updated test file
  • test_tui_workflows.py Updated test file
  • test_vscode_atomic_save.py Updated test file
  • test_hot_reload.py Updated test file
  • test_git_mock_events.py Updated test file
  • test_action_handler.py Updated test file
  • test_cli.py Updated test file
  • test_dual_logging.py Updated test file
  • test_event_buffer_patterns.py Updated test file
  • test_event_processor_modes.py Updated test file
  • test_event_processor_timer_debounce.py Updated test file
  • test_state_management.py Updated test file
  • test_status_manager.py Updated test file
  • test_sui_command.py Updated test file
  • test_tui_accessibility.py Updated test file
  • test_tui_app_core.py Updated test file
  • test_tui_integration.py Updated test file
  • test_tui_pilot.py Updated test file
  • test_watch_command.py Updated test file
  • test_executor.py Updated test file
  • test_git_operations.py Updated test file
  • test_steps.py Updated test file
  • Simplified logging patterns across CLI, engine, event, LLM, monitor, output, runtime, state, and TUI modules decouple behavioral
    5 files
    • monitor.py
    • handler.py
    • service.py
    • console_formatter.py
    • compact.py
  • Reduced verbose import statements and logging initialization code interface behavioral
    5 files
    • __init__.py
    • control.py
    • file.py
    • manager.py
    • test_console_verbose_output.py
  • Updated git operations with cleaner implementation decouple internal
    3 files
    • operations.py
    • test_atomic_file_operations.py
    • test_git_operations.py
  • Simplified buffer events and streaming modules margin internal
    5 files
    • events.py
    • core.py
    • grouping.py
    • streaming.py
    • buffer_events.py
  • Cleaned up test files with minor adjustments qualify internal
    5 files
    • file_utils.py
    • file.py
    • test_cli_integration.py
    • test_atomic_file_operations.py
    • test_circuit_breaker_integration.py

Minor Updates

3 files changed
  • .gitignore Updated gitignore patterns
  • pyproject.toml Updated project configuration
  • README.md Updated README