Added git filter options to the refactor check command. The new --modified, --staged, and --unstaged flags let me focus the check on files I’m currently working on rather than scanning the entire codebase. This makes the command much more useful during active development when I only care about files I’ve touched.

Also removed the unused refactor check next subcommand that showed the single largest violation - the main check command with sorting already handles this use case well enough.