supsrc 2025-05-26
Improved git engine status handling and TUI display with config path fix
9 files · 164+ · 68-

Git engine status detection and commit improvements

1 file changed
  • base.py Improved status detection, error handling, and staging logic
  • Expanded git base engine with improved status detection, better error handling, and more robust staging logic remediate internal
    1 file
    • base.py
  • Refactored commit flow for better reliability with pygit2 decouple internal
    1 file
    • base.py

TUI display updates with detailed repository status

2 files changed
  • app.py More detailed repository status display
  • orchestrator.py Adjusted orchestrator behavior for edge cases
  • Added more detailed repository status display in the TUI decouple behavioral
    1 file
    • app.py
  • Adjusted orchestrator behavior for edge cases decouple internal
    1 file
    • orchestrator.py

Configuration path fix, Python version, and dependency updates

6 files changed
  • config.py Fixed config path handling issue
  • service.py Updated monitoring service
  • .python-version Python version file for examples directory
  • pyproject.toml Updated project configuration
  • test_monitoring.py Updated monitoring integration test
  • uv.lock Updated dependency lock file
  • Fixed config path handling issue remediate internal
    1 file
    • config.py
  • Added .python-version file for examples directory and updated dependency lock file baseline internal
    2 files
    • .python-version
    • uv.lock
  • Updated monitoring integration test qualify internal
    1 file
    • test_monitoring.py