🐛 Fixed
- Deterministic review feedback capture:
spec-kitty agent tasks move-task <WP> --to plannednow strictly requires--review-feedback-file(unless--force) and persists the absolute feedback path and content into WP metadata/prompt context. - Dashboard browser side effects:
spec-kitty dashboardno longer auto-opens desktop browsers by default. Browser launch is now explicit via--open. - Drift/rebase trap on review transitions:
move-task --to for_reviewnow auto-rebases eligible WP worktrees onto their base branch when behind non-planning commits, removing the normal manual rebase loop while preserving safe blocking on conflicts/dirty states.
🔧 Changed
- Lane compatibility for rework cycles: legacy
in_progresslane values are now accepted as aliases fordoingin shared task helpers, preventing rollback/review flows from failing on mixed-lane metadata.