Initial commit - ACME demo version

This commit is contained in:
sujucu70
2026-02-04 11:08:21 +01:00
commit 1bb0765766
180 changed files with 52249 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
{
"permissions": {
"allow": [
"Bash(npx tsc:*)",
"Bash(npm run dev:*)",
"Bash(npm install)",
"Bash(pip install:*)",
"Bash(python -m uvicorn:*)",
"Bash(find:*)",
"WebSearch",
"Bash(npm run build:*)",
"Bash(python -c:*)",
"Bash(docker compose:*)",
"Bash(docker-compose down:*)",
"Bash(docker-compose up:*)",
"Bash(uvicorn:*)",
"Bash(curl:*)",
"Bash(pip show:*)",
"Bash(taskkill:*)",
"Bash(netstat:*)",
"Bash(for pid in 24300 31592 16596)",
"Bash(do taskkill /F /PID $pid)",
"Bash(done)",
"Bash(while read pid)",
"Bash(for pid in 24300 24372 31592 16596)",
"Bash(for pid in 31592 24372 29280 24300 16596)",
"Bash(do echo \"=== PID $pid ===\")",
"Bash(tasklist /FI \"PID eq $pid\")",
"Bash(timeout:*)",
"Bash(findstr:*)",
"Bash(powershell -Command \"Get-ChildItem -Path ''C:\\\\Users\\\\sujuc\\\\BeyondCXAnalytics_AE\\\\backend'' -Filter ''*.py'' -Recurse | ForEach-Object { $content = Get-Content $_FullName -Raw -ErrorAction SilentlyContinue; if \\($content -match ''[\\\\U0001F300-\\\\U0001F9FF]''\\) { $_FullName } }\")",
"Bash(set PYTHONIOENCODING=utf-8)",
"Bash(ping:*)",
"Bash(powershell:*)",
"Bash(git -C \"C:\\\\Users\\\\sujuc\\\\BeyondCXAnalytics_AE\" diff backend/beyond_metrics/dimensions/OperationalPerformance.py)",
"Bash(cmd /c \"cd /d C:\\\\Users\\\\sujuc\\\\BeyondCXAnalytics_AE\\\\frontend && npm run build\")",
"Bash(tasklist:*)",
"Bash(cmd //c \"taskkill /PID 976 /F\")",
"Bash(git remote add:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git pull:*)",
"Bash(git fetch:*)",
"Bash(git checkout:*)",
"Bash(git merge:*)"
]
}
}