Fixed
- Untracked Task File Moves – Task move workflow now handles untracked files:
- Added
is_file_tracked()helper to detect if file is in git index - Move command automatically stages untracked source files before moving
- Fixes
/spec-kitty.implementfailures when/spec-kitty.tasksdoesn't commit - Provides clear feedback:
[spec-kitty] Added untracked file: ... - Defensive fix works with both existing untracked files and future workflows
- Added