Securely interact with Bitwarden password manager via the bw CLI. Covers authentication (login/unlock/logout), vault operations (list/get/create/edit/delete...
feat: unlock-first workflow for better performance. Try unlock first (fast path), fall back to login only when vault not initialized. Reduces unnecessary API calls.