wrknv 2025-09-16
Added doctor and lock commands, expanded config with defaults
127 files · 8,218+ · 4,350-

New CLI commands

2 files changed
  • doctor.py Diagnostic doctor command for environment health
  • lock.py Lock command for dependency pinning
  • Added doctor command for environment diagnostics and lock command for dependency version pinning instantiate behavioral
    2 files
    • doctor.py
    • lock.py

Config system expansion

2 files changed
  • defaults.py Default configuration values
  • sources.py Configuration source management
  • Expanded config system with defaults module and configuration source management for multi-layer config resolution harden architectural
    2 files
    • defaults.py
    • sources.py