From 55f61e9b3cd0c08c2c9bac063ee97f4b8a397a5d Mon Sep 17 00:00:00 2001 From: DiTus Date: Wed, 18 Mar 2026 21:26:45 +0100 Subject: [PATCH] docs: add memory updates section for user instructions --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 4075e2b..ddafe17 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -137,6 +137,8 @@ import React from 'react'; 6. **Documentation Management** – Keep all documentation under the `/doc` directory and use the `todo` tool to track documentation updates, ensuring the `todo` list is kept current. +7. **Memory Updates** – When a user instructs the agent to remember information, the agent must record the instruction in `@AGENTS.md` (or relevant documentation) to preserve it for future reference. + --- ## 4. Frequently Used Commands (Quick Reference)