This commit is contained in:
2026-02-27 16:31:35 -08:00
parent ca56c07ec1
commit 59cb886adb
2 changed files with 167 additions and 1 deletions

View File

@@ -1,7 +1,16 @@
{
"permissions": {
"allow": [
"Bash(dotnet test:*)"
"Bash(dotnet test:*)",
"Bash(grep -c \"\\\\[Fact\\\\]\" /c/data/code/raven-test-integration/**/*.cs)",
"Bash(grep -c \"Skip = \" /c/data/code/raven-test-integration/**/*.cs)",
"Bash(grep -l \"public class.*Controller\" /c/data/code/raven/server/AyaNova/Controllers/*.cs)",
"Bash(xargs -I {} basename {})",
"Bash(sed 's/Controller.cs//')",
"Bash(find /c/data/code/raven-test-integration -name \"*.cs\" -type f ! -path \"*/obj/*\" -exec grep -l \"public class.*Test\" {} ;)",
"Bash(xargs grep \"public class\")",
"Read(//c/data/code/raven-test-integration/**)",
"Bash(sed 's/.cs$//')"
]
}
}