- Closes#3: execute_pick and execute_lift now accept an optional
current_pos parameter. Callers (execute_command) pass self.current_pos
so move_line starts from the actual arm position rather than a hardcoded
[120, 0, 60] default. Falls back to rest position when None.
- Closes#4: add requirements.txt with correct package names.
Note: README listed 'openai-whisper' but the code imports faster_whisper;
requirements.txt uses the correct 'faster-whisper' package name.
- Replace all `servo_buffer = []` assignments with `.clear()` to stay
compatible with the deque introduced in PR #8 (#6 follow-up).
- Partial #5: translate Chinese print/comment strings to English in
execute_pick, execute_lift, and execute_command.