Description
The current terminology of "batch" and "continuous" mode is misleading. "Continuous" implies a non-interactive mode, but it is actually an interactive mode.
Problem
- "Continuous mode" suggests automated, hands-off operation
- In reality, continuous mode is interactive and requires user engagement
- This causes confusion about what each mode actually does
Proposed Solution
Find better terminology that accurately reflects:
- Batch mode: processes multiple items in one go
- The interactive mode: requires user interaction/feedback during execution
Suggestions welcome for alternative naming conventions.