Просмотр исходного кода

Merge pull request #5692 from Kilo-Org/docs/memory-bank-deprecation-note

docs: clarify memory bank migration is optional
Alex Gold 2 недель назад
Родитель
Сommit
9cb74a7ff4
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      apps/kilocode-docs/pages/customize/agents-md.md

+ 5 - 1
apps/kilocode-docs/pages/customize/agents-md.md

@@ -8,7 +8,11 @@ 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. If you have existing memory bank content you'd like to migrate:
+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:
 
 1. Examine the contents in `.kilocode/rules/memory-bank/`
 2. Move that content into your project's `AGENTS.md` file (or ask Kilo to do it for you)