From ebc05d2e79befa48d54e37961f4ad2c305dc4278 Mon Sep 17 00:00:00 2001 From: Francois Date: Mon, 8 Jun 2026 11:10:08 +0900 Subject: [PATCH] Document main branch workflow policy --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index b78390dc..186af8b6 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -49,6 +49,7 @@ Minimal validation: ## Development Rules +- Never edit, commit to, or push `main` directly. Do all work on a branch and merge through the repository's PR workflow; if a requested merge cannot be completed through that workflow, stop and ask. - TypeScript strict mode. - Prefer server components; use client components only when required. - Keep files small and focused. Prefer descriptive names and early returns.