diff --git a/replit.md b/replit.md index 76ca838..17104b2 100644 --- a/replit.md +++ b/replit.md @@ -186,3 +186,11 @@ VALUES ('Router 1', '192.168.1.1', 'admin', 'password', 443, true); - Python Backend: `python python_ml/main.py` - API Docs: http://localhost:8000/docs - Database: PostgreSQL via Neon (environment variables auto-configurate) + +## Preferenze Utente + +### Operazioni Git +- **IMPORTANTE**: Tutte le operazioni git (commit, push) vengono eseguite **manualmente dall'utente** tramite shell Replit +- L'agente **NON deve mai** eseguire comandi git automaticamente +- L'utente preferisce avere pieno controllo su commit e versioning +- Workflow: Agente modifica file → Utente esegue git commit/push manualmente