wrknv 2025-08-11
Refined env generator, sibling packages, and container management
105 files · 6,248+ · 636-

Environment script template improvements

4 files changed
  • env_generator.py Refined environment script generation logic
  • sibling_packages.sh.j2 Updated sibling package installation template
  • venv_setup.sh.j2 Improved virtual environment setup template
  • dependency_installation.sh.j2 Refined dependency installation shell template
  • Improved Jinja2 shell templates for environment setup including sibling packages, venv creation, and dependency installation harden behavioral
    2 files
    • sibling_packages.sh.j2
    • venv_setup.sh.j2

Container manager and config updates

3 files changed
  • manager.py Container manager refinements
  • config.py Configuration loading improvements
  • SIBLINGS_CONFIGURATION.md Added sibling packages configuration documentation
  • Refined container manager and added documentation for sibling package configuration in multi-project workspaces harden internal
    2 files
    • manager.py
    • SIBLINGS_CONFIGURATION.md