From 6bfbc9c8a081889ec1a901c04c19fa80c9d16508 Mon Sep 17 00:00:00 2001 From: Alex Gold Date: Thu, 5 Feb 2026 16:38:23 -0500 Subject: [PATCH] Update memory bank deprecation note in agents-md.md Clarified the deprecation note for the memory bank feature and emphasized that existing rules will continue to work. --- packages/kilo-docs/pages/customize/agents-md.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/kilo-docs/pages/customize/agents-md.md b/packages/kilo-docs/pages/customize/agents-md.md index f24d0db52..3a36a66df 100644 --- a/packages/kilo-docs/pages/customize/agents-md.md +++ b/packages/kilo-docs/pages/customize/agents-md.md @@ -8,7 +8,9 @@ description: "Project-level configuration with agents.md files" AGENTS.md files provide a standardized way to configure AI agent behavior across different AI coding tools. They allow you to define project-specific instructions, coding standards, and guidelines that AI agents should follow when working with your codebase. {% callout type="note" title="Memory Bank Deprecation" %} -The Kilo Code **memory bank** feature has been deprecated in favor of AGENTS.md. **Existing memory bank rules will continue to work just fine** — migration is optional, not required. +The Kilo Code **memory bank** feature has been deprecated in favor of AGENTS.md. + +**Existing memory bank rules will continue to work.** If you'd like to migrate your memory bank content to AGENTS.md: