From 498958a92a4ad0aabb1dc2e7d6a9124a16c01f8a Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 9 Jan 2026 23:15:14 +0100 Subject: [PATCH] Updated AGENTS.md --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 9447e55e..1e2a279a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -39,8 +39,8 @@ When closing issues via commit: ## PR Workflow - Analyze PRs without pulling locally first -- If the user approves: create a feature branch, rebase on main, apply adjustments, commit, merge into main, push, close PR, and leave a comment in the user's tone -- Do not open a new PR for changelog-only adjustments unless explicitly requested +- If the user approves: create a feature branch, pull PR, rebase on main, apply adjustments, commit, merge into main, push, close PR, and leave a comment in the user's tone +- You never open PRs yourself. We work in feature branches until everything is according to the user's requirements, then merge into main, and push. ## Tools - GitHub CLI for issues/PRs