supsrc 2025-12-02
Circuit breaker icon fix and TUI output capture refinements
108 files · 6,260+ · 681-

Security Scan Reports

8 files changed
  • bandit-summary.txt Security scan output
  • gitleaks.json Security scan output
  • pip-audit.json Security scan output
  • safety.json Security scan output
  • security.json Security scan output
  • security_issues.txt Security scan output
  • security_summary.txt Security scan output
  • semgrep.json Security scan output
  • Added .security-reports/ directory with comprehensive scan results: bandit, gitleaks, pip-audit, safety (4280 lines of vulnerability data), security summary, and semgrep harden internal
    5 files
    • bandit-summary.txt
    • gitleaks.json
    • pip-audit.json
    • safety.json
    • security.json
  • Added SECURITY_SCAN_REPORT.md (310 lines) documenting security findings harden internal
    2 files
    • security_issues.txt
    • security_summary.txt

Documentation Theme Assets

6 files changed
  • extra.css Updated documentation
  • provide-theme.css Updated documentation
  • termynal.css Updated documentation
  • custom.js Updated documentation
  • mermaid-init.js Updated documentation
  • termynal.js Updated documentation
  • Added docs/css/provide-theme.css (427 lines) custom CSS theme specify internal
    5 files
    • extra.css
    • provide-theme.css
    • termynal.css
    • custom.js
    • mermaid-init.js
  • Added docs/css/termynal.css (127 lines) for terminal animation styling specify internal
    5 files
    • extra.css
    • provide-theme.css
    • termynal.css
    • custom.js
    • mermaid-init.js
  • Added docs/js/custom.js (121 lines), mermaid-init.js, and termynal.js (264 lines) for interactive documentation features specify architectural
    5 files
    • extra.css
    • provide-theme.css
    • termynal.css
    • custom.js
    • mermaid-init.js

Circuit Breaker TUI Display

7 files changed
  • __init__.py Updated tui package init
  • app.py Updated tui.app
  • actions.py Updated tui.handlers.actions
  • events.py Updated tui.handlers.events
  • timer_manager.py Updated tui.managers.timer_manager
  • utils.py Updated tui.utils
  • log_panel.py Updated tui.widgets.log_panel
  • Added circuit breaker stop sign icon display in repository list when breaker is tripped harden behavioral
    3 files
    • __init__.py
    • app.py
    • actions.py

Configuration Updates

87 files changed
  • .gitignore Updated gitignore patterns
  • Makefile.backup.20251110 Updated Makefile
  • pyproject.toml Updated project configuration
  • __init__.py Updated supsrc package init
  • example_helper.py Updated example_helper
  • __init__.py Updated telemetry package init
  • directories.py Updated utils.directories
  • wrknv.toml Updated workspace configuration
  • README.md Updated README
  • SECURITY_SCAN_REPORT.md Updated security scan report
  • mkdocs.yml Updated mkdocs.yml
  • __init__.py Updated cli package init
  • config_cmds.py Updated cli.config_cmds
  • 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
  • __init__.py Updated feed_table package init
  • file_utils.py Updated events.feed_table.file_utils
  • formatters.py Updated events.feed_table.formatters
  • widget.py Updated events.feed_table.widget
  • json_logger.py Updated events.json_logger
  • monitor.py Updated events.monitor
  • processor.py Updated events.processor
  • __init__.py Updated utils package init
  • timer.py Updated events.timer
  • gemini.py Updated llm.providers.gemini
  • ollama.py Updated llm.providers.ollama
  • handler.py Updated monitor.handler
  • service.py Updated monitor.service
  • __init__.py Updated output package init
  • console_formatter.py Updated output.console_formatter
  • emoji_map.py Updated output.emoji_map
  • compact.py Updated output.verbose_formats.compact
  • table.py Updated output.verbose_formats.table
  • orchestrator.py Updated runtime.orchestrator
  • repository_manager.py Updated runtime.repository_manager
  • __init__.py Updated workflow package init
  • executor.py Updated runtime.workflow.executor
  • git_operations.py Updated runtime.workflow.git_operations
  • llm_utils.py Updated runtime.workflow.llm_utils
  • steps.py Updated runtime.workflow.steps
  • test_runner.py Updated runtime.workflow.test_runner
  • __init__.py Updated state package init
  • control.py Updated state.control
  • file.py Updated state.file
  • manager.py Updated state.manager
  • runtime.py Updated state.runtime
  • __init__.py Updated test file
  • conftest.py Updated test file
  • test_cli_integration.py Updated test file
  • __init__.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.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_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
  • Updated pyproject.toml and MkDocs configuration baseline internal
    1 file
    • pyproject.toml
  • Removed Makefile backup baseline internal
    3 files
    • .gitignore
    • Makefile.backup.20251110
    • pyproject.toml
  • Cleaned up gitignore decouple internal
    3 files
    • .gitignore
    • Makefile.backup.20251110
    • pyproject.toml