From 1bc61e71c5d794e55d006aa35dcddc55195f0d51 Mon Sep 17 00:00:00 2001 From: marco370 <48531002-marco370@users.noreply.replit.com> Date: Mon, 17 Nov 2025 16:50:24 +0000 Subject: [PATCH] Clarify user preferences for manual Git operations Add a section to replit.md detailing user preferences for manual Git operations, emphasizing that the agent should not automatically perform commits or pushes. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 7a657272-55ba-4a79-9a2e-f1ed9bc7a528 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: c0c657b0-aed6-4943-bd3d-d2546eb5cd34 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/449cf7c4-c97a-45ae-8234-e5c5b8d6a84f/7a657272-55ba-4a79-9a2e-f1ed9bc7a528/c9ITWqD --- replit.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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