From 668e0c5c895b87148003cc661f48b2a0c29b6e85 Mon Sep 17 00:00:00 2001 From: Louis King Date: Fri, 17 Apr 2026 22:00:47 +0100 Subject: [PATCH] Add critical rule: never git push without explicit confirmation --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index ae66776..a12b378 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -15,6 +15,7 @@ This document provides context and guidelines for AI coding assistants working o - `source .venv/bin/activate` * You MUST install all project dependencies using `pip install -e ".[dev]"` command` * You MUST install `pre-commit` for quality checks +* **Never `git push` without explicit confirmation** — staging and committing after discrete changes is fine, but pushing to remote requires the user to explicitly request it * You MUST keep project documentation in sync with behavior/config/schema changes made in code (at minimum update relevant sections in `README.md`, `SCHEMAS.md`, `docs/upgrading.md`, `docs/letsmesh.md` when applicable) * Before commiting: - Run **targeted tests** for the components you changed, not the full suite: