wrknv 2025-09-02
Removed build/lib directory and expanded container operations
71 files · 4,111+ · 7,075-

Build directory cleanup

1 file changed
  • __init__.py Removed legacy build output
  • Deleted entire build/lib/wrkenv directory tree containing outdated build artifacts remediate internal
    1 file
    • __init__.py

Container system expansion

4 files changed
  • manager_new.py New container manager implementation
  • build.py Container build operations
  • docker.py Docker runtime integration
  • shell_commands.py Container shell command helpers
  • Expanded container subsystem with new manager implementation, Docker runtime, and shell command helpers harden behavioral
    2 files
    • manager_new.py
    • docker.py