This commit is contained in:
Roberto Musso
2026-04-17 22:48:19 +02:00
parent 2ee3bb37db
commit 3538050e75
6 changed files with 554 additions and 22 deletions

View File

@@ -1,11 +1,15 @@
{
"permissions": {
"allow": [
"Bash(.venv/Scripts/pytest tests/test_auth.py -v)"
"mcp__langfuse__createTextPrompt",
"mcp__langfuse-docs__searchLangfuseDocs",
"Bash(python -m ruff check . --fix)",
"Bash(ruff check *)",
"Bash(powershell -Command \"cd 'c:\\\\\\\\_temp\\\\\\\\_adiuvai_workspace\\\\\\\\api'; .venv\\\\\\\\Scripts\\\\\\\\pytest.exe tests/test_memory_relations.py -v 2>&1 | Out-File -FilePath 'C:\\\\\\\\Users\\\\\\\\musso\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\pytest_phase3.txt' -Encoding UTF8; Get-Content 'C:\\\\\\\\Users\\\\\\\\musso\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\pytest_phase3.txt'\")",
"mcp__postgres__execute_sql"
]
},
"enabledPlugins": {
"ralph-loop@claude-plugins-official": true,
"caveman@caveman": true
}
}