From ba462ddcef07445294d4e19ca0c5d440d8c51b12 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 28 Apr 2026 10:38:08 +0200 Subject: docs: update git workflow for production branch strategy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace master-as-deploy with three-branch model: feature branches → master (staging) → production (live). Master no longer triggers deploy. Updated CLAUDE.md, AGENTS.md, WORKFLOW.md, and all docs/policies files to reflect production branch approach. Includes deployment commands and updated FAQ. Co-Authored-By: Claude Haiku 4.5 --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index c3b03b5..b77ab1a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -5,6 +5,9 @@ You are the content curator for https://danix.xyz. You manage bilingual (IT/EN) ## Session Start On every session start: read HANDOFF_AGENTS.md if present, then wait for user direction. +## Git Workflow +All content work (articles, updates, assets) commits to feature branches or `master`. Never push directly to the `production` branch. The user merges `master` → `production` when ready to deploy to the live site. + ## Directory Structure ``` content/ -- cgit v1.2.3