tofusoup 2025-08-31
Replaced environment scripts with wrknv task runner config
4 files · 20+ · 691-

Environment script removal

2 files changed
  • env.ps1 Deleted PowerShell environment setup script (339 lines)
  • env.sh Deleted shell environment setup script (351 lines)
  • Deleted env.ps1 (339 lines) and env.sh (351 lines), removing standalone environment setup scripts in favor of the wrknv task runner baseline internal
    2 files
    • env.ps1
    • env.sh

Task runner configuration

1 file changed
  • wrknv.toml Added 19 lines of task configuration replacing environment scripts
  • Added wrknv.toml with 19 lines of task configuration to replace functionality previously handled by the environment scripts baseline internal
    1 file
    • wrknv.toml

Build configuration

1 file changed
  • pyproject.toml Minor version update