From a0b7c0672af5f4f8bb2531fb56957909cea83daf Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 9 Aug 2026 16:47:12 +0100 Subject: [PATCH] Update AGENTS.md --- AGENTS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 998596e..223fe07 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -234,7 +234,7 @@ WpAllocator scratch = wpMemArenaAllocatorInitZero(KiB(16)); ## Documentation -Save research notes and implementation plans as markdown in `documents/`: +Save research notes, implementation plans and session logs as markdown in `documents/`: ``` documents/ @@ -248,6 +248,9 @@ documents/ └── YYYY-MM-DD.md ``` +At the start of each new session, read the previous session logs to understand what +we've implemented so far + ## Skills Domain-specific conventions are stored as skills in `.opencode/skills//SKILL.md`.