diff --git a/CHANGELOG.md b/CHANGELOG.md index 83603bfc5..babc29e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +### Fixed +- `make game` now builds client before launching — was missing `build-client` dependency, causing class_name registration failures after `make clean` +- `build-client` uses `--import --quit` instead of just `--quit` — ensures `.godot/` cache and `global_script_class_cache.cfg` are created from scratch +- `make clean` preserves `client/.godot/` directory (clears contents only) to avoid Godot startup issues + +### Added +- `--description TEXT` flag for `ticket create` CLI — previously required raw SQL workaround to set ticket descriptions + ### Changed - UI audio assets revised — monologue chimes re-generated (0.8s, insert-tech aesthetic), fog_recognition re-generated (was silent), all 8 assets normalized to 44.1kHz stereo LUFS -16 (#453) - review-pr skill: explicit verdict rules — critical/warning → REQUEST_CHANGES, suggestion-only → APPROVE