feat: Bot management improvements with wallet configuration and duplicate detection

This commit is contained in:
2025-10-10 12:34:00 +01:00
parent 91000035f5
commit 7008a95df3
9 changed files with 408 additions and 13 deletions

View File

@@ -42,10 +42,12 @@
"Bash(/tmp/bypass-hdwallet-unlock.sh:*)",
"Bash(/tmp/fix-db-initialization.sh:*)",
"SlashCommand(/code-review)",
"Read(//mnt/c/Production/Source/SilverLABS/SilverPAY.NET/**)"
"Read(//mnt/c/Production/Source/SilverLABS/SilverPAY.NET/**)",
"Bash(sqlite3:*)",
"Bash(git checkout:*)"
],
"deny": [],
"ask": []
},
"outputStyle": "enterprise-full-stack-developer"
}
}