🐛 Fixed
- Merge command CWD side effects:
spec-kitty mergeand merge executor flows now run git operations with explicitcwdinstead of mutating global process working directory, preventing downstream command/test failures in shared sessions. - Collaboration event identifier normalization: mission collaboration events now safely normalize non-UUID mission IDs and run IDs into valid
project_uuidandcorrelation_idvalues for local/offline flows. - Event queue and CLI test stability: queue path handling and release-facing tests were updated for mission-scoped queue files, ANSI-safe option error matching, and current create-feature commit ordering.