supsrc 2025-10-11
Simplified version module and cleaned up formatting
9 files · 17+ · 57-

Version module simplification

1 file changed
  • _version.py Replaced 54-line custom version parser with 12-line wrapper using provide.foundation.utils.versioning.get_version
  • Replaced custom version parsing, comparison, and utility functions with shared Foundation get_version utility decouple internal
    1 file
    • _version.py

Minor formatting and trailing newline fixes

8 files changed
  • main.py Fixed blank line after import and trailing comma in config init
  • sui_cmds.py Fixed trailing comma in config init
  • defaults.py Fixed alignment of inline comments
  • action_handler.py Added missing trailing newline
  • __init__.py Added missing trailing newline
  • git_operations.py Added missing trailing newline
  • llm_utils.py Added missing trailing newline
  • test_runner.py Added missing trailing newline
  • Fixed trailing newlines, commas, and whitespace across CLI and workflow modules baseline internal
    8 files
    • main.py
    • sui_cmds.py
    • defaults.py
    • action_handler.py
    • __init__.py
    • git_operations.py
    • llm_utils.py
    • test_runner.py