- Handle arguments and working directory correctly in Zinit: The
Zinit service manager now correctly handles arguments and
working directories passed to services, ensuring consistent
behavior across different service managers. This fixes issues
where commands would fail due to incorrect argument parsing or
missing working directory settings.
- Simplify Zinit service configuration: The Zinit service
configuration is now simplified, using a more concise and
readable format. This improves maintainability and reduces the
complexity of the service configuration process.
- Refactor Zinit service start: This refactors the Zinit service
start functionality for better readability and maintainability.
The changes improve the code structure and reduce the complexity
of the code.
- Add comprehensive testing instructions to README.
- Improve error handling in examples to prevent crashes.
- Enhance launchctl error handling for production safety.
- Improve zinit error handling for production safety.
- Remove obsolete plan_to_fix.md file.
- Update Rhai integration tests for improved robustness.
- Improve service manager creation on Linux with systemd fallback.
- Add a new service manager crate for dynamic service management
- Integrate service manager with Rhai for scripting
- Provide examples for circle worker management and basic usage
- Add comprehensive tests for service lifecycle and error handling
- Implement cross-platform support for macOS and Linux (zinit/systemd)