From 4de49512b068141c9b3989d930618ca8659ab173 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 27 Nov 2025 22:24:40 +0100 Subject: [PATCH] docs: update AI instructions about plans --- AGENTS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 18025e6ce..c944813fa 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -11,6 +11,14 @@ The project consists of: - `desktop/` – Electron wrapper application - `docs/` – Documentation website +## Plans + +When the user asks you to create a plan to fix or implement something: + +- ALWAYS write that plan to the plans/ directory on the root of the repo. +- NEVER commit plans to git +- Give the plan a descriptive name + ## Development Commands ### Backend (Go)