Refactor STDERR config, improve coverage, bump version
9 files · 1,201+ · 445-

STDERR configuration and core refactor

3 files changed
  • config.py Major expansion ensuring STDERR as default output
  • core.py Significant refactor reducing complexity
  • emoji_matrix.py Minor adjustments
  • Ensured STDERR as the default output stream and refactored core initialization decouple behavioral
    2 files
    • config.py
    • core.py

Configuration test suite

3 files changed
  • test_config.py New 491-line configuration test suite
  • test_logging.py Expanded logging tests
  • conftest.py Updated fixtures
  • Added comprehensive test_config.py with 491 lines covering all configuration scenarios qualify behavioral
    1 file
    • test_config.py

Version bump

2 files changed
  • pyproject.toml Version bump
  • env.sh Updated environment script