mirror of
https://github.com/trailofbits/dropkit
synced 2026-06-21 14:11:54 +00:00
eae5bc1cf4
* Generalize email domain handling in documentation and tests - Add .worktrees/ to .gitignore for git worktree support - Update _sanitize_email_for_username docstring to be domain-agnostic - Change CLAUDE.md example from trailofbits.com to example.com - Add tests for google.com, gmail.com, corporate, and plus addressing The code already supported any email domain; this updates docs and tests to reflect that capability. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Address PR review comments - Remove redundant trailofbits.com regex, simplify to split("@")[0] - Rename test to clarify backwards compatibility intent Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Dan Guido <dan@trailofbits.com>