- Added DATABASE_SETUP.md with comprehensive guide for PostgreSQL and Redis installation on Windows - Created .claude/settings.local.json with permission settings for pytest and database fix scripts - Updated .gitignore to exclude .env.backup file - Included database connection test utilities in lyra/database_setup.py - Added environment variable configuration examples for local development
10 lines
213 B
JSON
10 lines
213 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(\".venv/Scripts/python.exe\" -m pytest tests/ -v --tb=short)",
|
|
"Bash(\".venv/Scripts/python.exe\" fix_databases.py)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |