add basic detection engine with heuristics

This commit is contained in:
Adir Shitrit
2025-11-07 18:07:51 +02:00
parent 19e79449e0
commit c79e7d6ed6
3 changed files with 116 additions and 1 deletions

View File

@@ -3,7 +3,8 @@
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(cargo new:*)"
"Bash(cargo new:*)",
"Bash(cargo check:*)"
],
"deny": [],
"ask": []