LICENSE
README.md
VERSION
pyproject.toml
src/supsrc/__init__.py
src/supsrc/example_helper.py
src/supsrc/exceptions.py
src/supsrc/protocols.py
src/supsrc/py.typed
src/supsrc/rules.py
src/supsrc/types.py
src/supsrc.egg-info/PKG-INFO
src/supsrc.egg-info/SOURCES.txt
src/supsrc.egg-info/dependency_links.txt
src/supsrc.egg-info/entry_points.txt
src/supsrc.egg-info/requires.txt
src/supsrc.egg-info/top_level.txt
src/supsrc/cli/__init__.py
src/supsrc/cli/circuit_breaker_cmds.py
src/supsrc/cli/config_cmds.py
src/supsrc/cli/main.py
src/supsrc/cli/sui_cmds.py
src/supsrc/cli/utils.py
src/supsrc/cli/watch_cmds.py
src/supsrc/config/__init__.py
src/supsrc/config/defaults.py
src/supsrc/config/models.py
src/supsrc/engines/__init__.py
src/supsrc/engines/git/__init__.py
src/supsrc/engines/git/auth.py
src/supsrc/engines/git/base.py
src/supsrc/engines/git/events.py
src/supsrc/engines/git/info.py
src/supsrc/engines/git/operations.py
src/supsrc/events/__init__.py
src/supsrc/events/base.py
src/supsrc/events/buffer_events.py
src/supsrc/events/collector.py
src/supsrc/events/defaults.py
src/supsrc/events/feed.py
src/supsrc/events/feed_table.py
src/supsrc/events/json_logger.py
src/supsrc/events/monitor.py
src/supsrc/events/processor.py
src/supsrc/events/protocol.py
src/supsrc/events/system.py
src/supsrc/events/timer.py
src/supsrc/events/buffer/__init__.py
src/supsrc/events/buffer/converters.py
src/supsrc/events/buffer/core.py
src/supsrc/events/buffer/grouping.py
src/supsrc/events/buffer/streaming.py
src/supsrc/events/feed_table/__init__.py
src/supsrc/events/feed_table/file_utils.py
src/supsrc/events/feed_table/formatters.py
src/supsrc/events/feed_table/widget.py
src/supsrc/events/src/supsrc/utils/__init__.py
src/supsrc/llm/__init__.py
src/supsrc/llm/prompts.py
src/supsrc/llm/providers/__init__.py
src/supsrc/llm/providers/base.py
src/supsrc/llm/providers/gemini.py
src/supsrc/llm/providers/ollama.py
src/supsrc/monitor/__init__.py
src/supsrc/monitor/events.py
src/supsrc/monitor/handler.py
src/supsrc/monitor/service.py
src/supsrc/notifications/__init__.py
src/supsrc/notifications/service.py
src/supsrc/output/__init__.py
src/supsrc/output/console_formatter.py
src/supsrc/output/emoji_map.py
src/supsrc/output/verbose_formats/__init__.py
src/supsrc/output/verbose_formats/base.py
src/supsrc/output/verbose_formats/compact.py
src/supsrc/output/verbose_formats/table.py
src/supsrc/runtime/__init__.py
src/supsrc/runtime/action_handler.py
src/supsrc/runtime/monitoring_coordinator.py
src/supsrc/runtime/orchestrator.py
src/supsrc/runtime/repository_manager.py
src/supsrc/runtime/status_manager.py
src/supsrc/runtime/tui_interface.py
src/supsrc/runtime/workflow/__init__.py
src/supsrc/runtime/workflow/executor.py
src/supsrc/runtime/workflow/git_operations.py
src/supsrc/runtime/workflow/llm_utils.py
src/supsrc/runtime/workflow/steps.py
src/supsrc/runtime/workflow/test_runner.py
src/supsrc/services/__init__.py
src/supsrc/services/circuit_breaker.py
src/supsrc/state/__init__.py
src/supsrc/state/control.py
src/supsrc/state/file.py
src/supsrc/state/manager.py
src/supsrc/state/monitor.py
src/supsrc/state/runtime.py
src/supsrc/telemetry/__init__.py
src/supsrc/telemetry/eventset.py
src/supsrc/tui/__init__.py
src/supsrc/tui/app.py
src/supsrc/tui/base_app.py
src/supsrc/tui/messages.py
src/supsrc/tui/utils.py
src/supsrc/tui/handlers/__init__.py
src/supsrc/tui/handlers/actions.py
src/supsrc/tui/handlers/events.py
src/supsrc/tui/handlers/repo_actions.py
src/supsrc/tui/helpers/__init__.py
src/supsrc/tui/helpers/repo_details.py
src/supsrc/tui/helpers/repo_tabs.py
src/supsrc/tui/helpers/ui_helpers.py
src/supsrc/tui/helpers/worker_helpers.py
src/supsrc/tui/managers/__init__.py
src/supsrc/tui/managers/timer_manager.py
src/supsrc/tui/widgets/__init__.py
src/supsrc/tui/widgets/draggable_splitter.py
src/supsrc/tui/widgets/log_panel.py
src/supsrc/utils/directories.py
src/supsrc/utils/streams.py
tests/test_hot_reload.py