fix: email and domain normalize

This commit is contained in:
Andreas Wrede
2026-05-12 17:02:02 -04:00
parent 4e5bafd26c
commit 236b40cfe4
4 changed files with 25 additions and 5 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"permissions": {
"allow": [
"Edit(*)",
"Bash(pytest *)",
"Bash(python *)",
"Bash(python3 *)",
"Bash(.venv/bin/pytest *)",
"Bash(npm *)",
"Bash(git *)",
"Bash(ls *)",
"Bash(cat *)",
"Bash(grep *)",
"Bash(find *)",
"Bash(mkdir *)",
"Bash(touch *)",
"Bash(uv *)"
]
}
}