From 5c5a3fae06e57e464f6ed655993ba154f4e2d892 Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Sun, 10 May 2026 13:29:02 +0300 Subject: [PATCH] Update AGENTS.md --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 1c76738..5d79aea 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -191,6 +191,11 @@ When facing a non-trivial modification, follow this sequence: 4. **Implement**: Make the minimal, isolated change. 5. **Verify**: Explain why the change preserves existing behavior and architectural integrity. +When the repository contains a `PLAN.md` for the current task, maintain it as +a working checkbox plan while implementing changes. Mark completed and partial +items in `PLAN.md` as the code changes land, so the remaining work stays +explicit and future passes do not waste time rediscovering status. + --- ### 9. Context Awareness