From 8b6194d949327fd48adeed2c7a2c168971d4dfb6 Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Thu, 16 Apr 2026 19:28:43 -0700 Subject: [PATCH] chore: document no-proactive-git-ops convention in CLAUDE.md Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 151cb5688..c033f44c9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -79,6 +79,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co - Always target the `dev` branch (not `main`) when creating PRs +## Git Workflow + +- Never commit or push changes unless explicitly asked to do so + ## Development Notes - Always run `zenstack generate` after modifying ZModel schemas