From 0dfb4df63433c83a6ff57875ea0c2ea6d792ab6c Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Wed, 10 Dec 2025 16:02:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20docs:=20add=20plan=20file=20temp?= =?UTF-8?q?late=20to=20PR=20attribution=20guidelines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifa1956a4c5f66a2b687a2e32d71f5d8c700e5387 Signed-off-by: Thomas Kosiewski --- docs/AGENTS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/AGENTS.md b/docs/AGENTS.md index 6075fb83e3..6606907680 100644 --- a/docs/AGENTS.md +++ b/docs/AGENTS.md @@ -10,6 +10,21 @@ description: Agent instructions for AI assistants working on the mux codebase - `mux`: Electron + React desktop app for parallel agent workflows; UX must be fast, responsive, predictable. - Minor breaking changes are expected, but critical flows must allow upgrade↔downgrade without friction; skip migrations when breakage is tightly scoped. - Public work (issues/PRs/commits) must use 🤖 in the title and include "_Generated with `mux`_" in the body when applicable. +- If a plan file exists and is relevant to the PR (i.e., it describes what was implemented), include it in the PR description to help reviewers understand the agent's goals: + +```markdown +--- + +
+đź“‹ Implementation Plan + +CONTENTS OF THE PLAN FILE + +
+ +--- +_Generated with `mux`_ +``` ## PR + Release Workflow