From a34923bf335cea1dac038e240312045e8d1e8436 Mon Sep 17 00:00:00 2001 From: Seth Etter Date: Mon, 27 Jul 2026 01:42:35 +0000 Subject: [PATCH] pi: agents.md: using review.md files --- agent/AGENTS.md | 4 ++++ 1 file(s) changed, 4 insertion(s)(+), 0 deletion(s)(-) diff --git a/agent/AGENTS.md b/agent/AGENTS.md --- a/agent/AGENTS.md +++ b/agent/AGENTS.md @@ -84,3 +84,7 @@ Each step of a PLAN should have an explicit way to verify it's completion. When executing on each step, ALWAYS stop and ensure it is verified by me before continuing on to next steps. Capture TODOs not relevant to the current task inline in the codebase somewhere relevant, or a `TODO.md` file otherwise. + +## Reviewing work + +When I'm reviewing a plan, code, or anything else you've produced, I leave my responses in `REVIEW.md` in the repo root. Check it before continuing work, address each item, and mark it done with a `[x]` in the review item header in the REVIEW file as you handle it. -- tangled.sh