wrknv 2025-08-15
Renamed env to wenv, added CI workflows, cleaned up binary artifacts
103 files · 8,326+ · 6,397-

Module rename from env to wenv

1 file changed
  • __init__.py Updated imports to use wenv instead of env
  • Renamed env module to wenv across the entire codebase to avoid gitignore pattern conflicts with the env/ directory name decouple architectural
    1 file
    • __init__.py

CI workflow additions

3 files changed
  • ci.yml CI pipeline with tests, lint, and coverage
  • security.yml Security scanning workflow
  • validate.yml Validation workflow for wenv path
  • Added comprehensive GitHub Actions workflows for CI, security scanning, release, and validation baseline external
    3 files
    • ci.yml
    • security.yml
    • validate.yml

Binary and artifact cleanup

1 file changed
  • .gitignore Updated to exclude binaries and build artifacts
  • Removed checked-in binary files (ruff, dist/wrkenv.flavor) and build artifacts from repository remediate internal
    3 files
    • .gitignore
    • ruff
    • wrkenv.flavor