Implement interactive prompts for authentication
- Add promptForIdentifier() with validation
- Add promptForPassword() with masking
- Add promptForLogin() combining both prompts
- Use @inquirer/prompts for user-friendly CLI interaction
- Add 5 tests covering all prompt functions and validation
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>