Releases: yss-ef/devctl
Releases · yss-ef/devctl
Release list
v1.1.0
Added
- Cross-platform support: Added full Windows operating system compatibility.
- Platform abstraction layer: Introduced BasePlatform, WindowsPlatform, and UnixPlatform to cleanly encapsulate OS-specific pathing, shell flags, and execution commands.
- Unit testing: Added test coverage for the platform helper module (test_platform.py).
Changed
- Refactored orchestrator runner (runner.py) and all framework generators to consume the platform abstraction factory instead of executing platform-specific checks inline.