From c78770a7139bb77b8f585f8f0ba818acf95fb611 Mon Sep 17 00:00:00 2001 From: lilleman Date: Fri, 3 Jul 2026 14:50:54 +0200 Subject: [PATCH] AGENTS.md: document the todo.md task workflow (interview scope, stability-review loop, PR flow) --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 30e50c3..a0e97c4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -3,6 +3,12 @@ Guidance for AI agents and contributors working in this repo. Read `README.md` for commands and layout. +## How to work with tasks + +Use the file `todo.md`. + +For each todo item, interview the user extensively to deeply understand the scope and goal of each. When done, run the stability reviewer agent in a loop and address all feedback until there is none. If you are not very confident of how to address it, ask the user. Check the completed task in this file. Commit all changes and push to a new branch, create a PR and merge it when the CI/CD turns green. + ## Project priorities (do not erode) 1. **Simplicity** — prefer the solution that is easiest to understand, smallest, and most readable.