Files
AudiOhm/.claude/settings.local.json
T
root a89c7894cf Initial commit: AudiOhm - Alternative Spotify avec streaming YouTube
Backend:
- FastAPI avec PostgreSQL et Redis
- Authentification JWT complète
- API REST pour musique, playlists, recherche
- Streaming audio via yt-dlp
- SQLAlchemy 2.0 async

Frontend:
- Flutter avec thème néon cyberpunk
- State management Riverpod
- Layout adaptatif desktop/mobile
- Lecteur audio avec mini-player

Infrastructure:
- Docker Compose (PostgreSQL + Redis)
- Scripts d'installation automatisés
- Scripts de build pour exécutables

Fichiers ajoutés:
- BUILD_CLIENT_*.bat/sh: Scripts de compilation
- BUILD_CLIENT_README.md: Documentation compilation
- CHECK_FLUTTER.sh: Vérificateur d'environnement
- requirements.txt mis à jour pour Python 3.13
- Modèles SQLAlchemy corrigés (metadata -> extra_metadata)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-18 20:08:36 +00:00

38 lines
1.0 KiB
JSON

{
"permissions": {
"allow": [
"mcp__plugin_serena_serena__list_dir",
"mcp__plugin_serena_serena__activate_project",
"Skill(superpowers:brainstorming)",
"Bash(flutter create:*)",
"Skill(superpowers:writing-plans)",
"Skill(superpowers:subagent-driven-development)",
"Bash(git add:*)",
"mcp__plugin_serena_serena__think_about_collected_information",
"Bash(flutter analyze:*)",
"Bash(tree:*)",
"Skill(superpowers:dispatching-parallel-agents)",
"Bash(ls:*)",
"Bash(python -m py_compile:*)",
"Bash(find:*)",
"Bash(chmod:*)",
"Bash(git init:*)",
"Bash(git commit:*)",
"Bash(git remote add:*)",
"Bash(git branch:*)",
"Bash(git push:*)",
"Bash(command -v:*)",
"Bash(docker-compose up:*)",
"Bash(docker ps:*)",
"Bash(python3:*)",
"Bash(apt:*)",
"Bash(apt install:*)",
"Bash(source:*)",
"Bash(pip install:*)",
"Bash(python:*)",
"Bash(curl:*)",
"Bash(timeout:*)"
]
}
}