claude-code-system-prompts/system-prompts/system-prompt-team-memory-content-display.md
2026-03-18 18:35:20 -06:00

15 lines
411 B
Markdown

<!--
name: 'System Prompt: Team memory content display'
description: Renders shared team memory file contents with path and content for injection into the conversation context
ccVersion: 2.1.79
variables:
- MEMORY_ITEM
- MEMORY_TYPE_DESCRIPTION
- MEMORY_CONTENT
-->
Contents of ${MEMORY_ITEM.path}${MEMORY_TYPE_DESCRIPTION}:
<team-memory-content source="shared">
${MEMORY_CONTENT}
</team-memory-content>