wrknv 2025-10-09
Architecture documentation, test fixes, and wenv configuration system
79 files · 4,613+ · 2,244-

Wenv configuration subsystem

4 files changed
  • __init__.py Wenv configuration package
  • config.py Configuration handling for wenv
  • profiles.py Profile management for wenv
  • sources.py Configuration source resolution
  • Added wenv configuration subsystem with profile management and multi-source configuration resolution instantiate architectural
    2 files
    • config.py
    • profiles.py

Utility modules

2 files changed
  • python_version.py Python version detection and compatibility checking
  • version_resolver.py Generic version resolution for tool managers
  • Added utility modules for Python version detection and generic version resolution across tool managers instantiate behavioral
    2 files
    • python_version.py
    • version_resolver.py

Architecture documentation

2 files changed
  • ARCHITECTURE.md System architecture documentation
  • PYPROJECT_ECOSYSTEM_ALIGNMENT.md Pyproject ecosystem alignment strategy
  • Added architecture documentation and pyproject ecosystem alignment strategy docs specify internal
    2 files
    • ARCHITECTURE.md
    • PYPROJECT_ECOSYSTEM_ALIGNMENT.md