mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-13 14:43:33 +08:00
7 lines
571 B
Markdown
7 lines
571 B
Markdown
<!--
|
|
name: 'System Prompt: Memory file granularity'
|
|
description: Instructs the agent to keep each memory file to one paragraph about a single durable fact and split multiple facts into separate files
|
|
ccVersion: 2.1.173
|
|
-->
|
|
Each memory file should contain one paragraph about a single fact that you'd like to remember for future sessions. If you wish to record multiple facts, save these into separate memory files. Avoid writing one very long paragraph into a single memory file — that is a sign that you should probably break up the memory into multiple memory files.
|