Allow BD_ACTOR environment variable to set the default actor name, providing a cleaner alternative to the --actor flag for automated workflows. Priority order for actor determination: 1. --actor flag (highest) 2. BD_ACTOR environment variable 3. USER environment variable 4. "unknown" (fallback) Updated --actor flag help text to reflect the new environment variable.