- Fixed api/schema.py to generate cron jobs using '>> wecker.log' so logs aren't truncated. - Added test_bugfix_default_command_uses_append_for_logs in tests/test_api.py to prevent regression. - Added RPi.GPIO and pygame to pyproject.toml via 'uv add' to fix ModuleNotFoundError in cron jobs. - Updated README.md to reflect that system python packages are no longer needed.